Searched refs:SL11_ISR (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsl811hsreg.h46 #define SL11_ISR (0x0d) /* Interrupt Status Register */ macro
H A Dsl811hs.c1768 r = slhci_read(sc, SL11_ISR);
1807 slhci_write(sc, SL11_ISR, r);
2790 slhci_write(sc, SL11_ISR, 0xff);
2792 r = slhci_read(sc, SL11_ISR);
2795 slhci_write(sc, SL11_ISR, SL11_ISR_INSERT);
3130 r = slhci_read(sc, SL11_ISR);
3132 slhci_write(sc, SL11_ISR, SL11_ISR_INSERT);
3429 r = slhci_read(ssc, SL11_ISR);
3482 isr = slhci_read(ssc, SL11_ISR);
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahci.c327 r = sl11read(sc, SL11_ISR);
329 sl11write(sc, SL11_ISR, SL11_ISR_DATA | SL11_ISR_SOFTIMER);
333 sl11write(sc, SL11_ISR, SL11_ISR_RESET);
337 sl11write(sc, SL11_ISR, SL11_ISR_INSERT);
1389 sl11write(sc, SL11_ISR, 0xff);
1394 isr = sl11read(sc, SL11_ISR);
1403 sl11write(sc, SL11_ISR, 0xff);
1407 sl11write(sc, SL11_ISR, 0xff);

Completed in 138 milliseconds