Lines Matching refs:readw
87 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
111 (void) readw(virtbase + U300_WDOG_CR); in coh901327_enable()
112 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
126 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
136 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
180 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
182 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
207 val = readw(virtbase + U300_WDOG_IER); in coh901327_interrupt()
278 val = readw(virtbase + U300_WDOG_SR); in coh901327_probe()
293 val = readw(virtbase + U300_WDOG_D2R); in coh901327_probe()
346 irqmaskstore = readw(virtbase + U300_WDOG_IMR) & 0x0001U; in coh901327_suspend()
347 wdogenablestore = readw(virtbase + U300_WDOG_D2R); in coh901327_suspend()