Searched refs:SSI0_STATUS (Results 1 – 2 of 2) sorted by relevance
384 stat = inl(SSI0_STATUS); in ssi0_interrupt()386 outl(stat & (SSISTAT_OF|SSISTAT_UF|SSISTAT_DONE), SSI0_STATUS); in ssi0_interrupt()541 outl(SSISTAT_OF|SSISTAT_UF|SSISTAT_DONE, SSI0_STATUS); in au1000_open()619 if (!request_region(virt_to_phys((void*)SSI0_STATUS), 0x100, TS_NAME)) { in au1000ts_init_module()669 release_region(virt_to_phys((void*)SSI0_STATUS), 0x100); in au1000ts_cleanup_module()
1000 #define SSI0_STATUS 0xB1600000 macro