Searched refs:omap_ctrl_readb (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Dsr_device.c57 v = omap_ctrl_readb(offset) |
58 omap_ctrl_readb(offset + 1) << 8 |
59 omap_ctrl_readb(offset + 2) << 16;
H A Dcontrol.h508 extern u8 omap_ctrl_readb(u16 offset);
528 #define omap_ctrl_readb(x) 0 macro
H A Dcontrol.c139 u8 omap_ctrl_readb(u16 offset) function

Completed in 106 milliseconds