Lines Matching refs:readw
90 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
114 (void) readw(virtbase + U300_WDOG_CR); in coh901327_enable()
115 val = readw(virtbase + U300_WDOG_D2R); in coh901327_enable()
129 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
139 val = readw(virtbase + U300_WDOG_D2R); in coh901327_disable()
183 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
185 val = readw(virtbase + U300_WDOG_CR); in coh901327_gettimeleft()
210 val = readw(virtbase + U300_WDOG_IER); in coh901327_interrupt()
270 val = readw(virtbase + U300_WDOG_SR); in coh901327_probe()
285 val = readw(virtbase + U300_WDOG_D2R); in coh901327_probe()
337 irqmaskstore = readw(virtbase + U300_WDOG_IMR) & 0x0001U; in coh901327_suspend()
338 wdogenablestore = readw(virtbase + U300_WDOG_D2R); in coh901327_suspend()