Home
last modified time | relevance | path

Searched refs:omap_writeb (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap1/
Dboard-voiceblue.c192 omap_writeb(0x00, OMAP_LPG1_LCR); in voiceblue_init()
193 omap_writeb(0x00, OMAP_LPG1_PMR); /* Disable clock */ in voiceblue_init()
213 omap_writeb(0x78, OMAP_LPG1_LCR); in panic_event()
214 omap_writeb(0x01, OMAP_LPG1_PMR); /* Enable clock */ in panic_event()
Dclock.c90 omap_writeb((omap_readb(uclk->sysc_addr) & ~0x10) | 8, in omap1_clk_enable_uart_functional()
103 omap_writeb((omap_readb(uclk->sysc_addr) & ~0x18), uclk->sysc_addr); in omap1_clk_disable_uart_functional()
/arch/arm/plat-omap/include/mach/
Dio.h184 #define omap_writeb(v,a) __raw_writeb(v, IO_ADDRESS(a)) macro