Lines Matching refs:readw
95 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
119 (void) readw(virtbase + U300_WDOG_CR); in coh901327_enable()
120 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
136 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
146 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
196 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
198 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
225 val = readw(virtbase + U300_WDOG_IER); in coh901327_interrupt()
310 val = readw(virtbase + U300_WDOG_SR); in coh901327_probe()
328 val = readw(virtbase + U300_WDOG_D2R); in coh901327_probe()
392 irqmaskstore = readw(virtbase + U300_WDOG_IMR) & 0x0001U; in coh901327_suspend()
393 wdogenablestore = readw(virtbase + U300_WDOG_D2R); in coh901327_suspend()