Home
last modified time | relevance | path

Searched refs:SL11H_INTSTATREG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c346 SL811Write (hci, SL11H_INTSTATREG, 0xff); // clear all interrupt bits in USBReset()
347 status = SL811Read (hci, SL11H_INTSTATREG); in USBReset()
405 SL811Write (hci, SL11H_INTSTATREG, 0xff); in USBReset()
635 SL811Write (hci, SL11H_INTSTATREG, 0xff); in hc_stop_int()
804 outb (SL11H_INTSTATREG, 0x220); // Interrupt-Status register, controller1 in hc_interrupt()
807 outb (SL11H_INTSTATREG, 0x222); // Interrupt-Status register, controller2 in hc_interrupt()
814 ii = SL811Read (hci, SL11H_INTSTATREG); in hc_interrupt()
831 SL811Write (hci, SL11H_INTSTATREG, 0xff); in hc_interrupt()
926 tmpIrq = SL811Read (hci, SL11H_INTSTATREG) & SL811Read (hci, SL11H_INTENBLREG); in hc_interrupt()
940 SL811Write (hci, SL11H_INTSTATREG, 0xff); in hc_interrupt()
[all …]
Dhc_sl811.h336 #define SL11H_INTSTATREG 0x0D /* write clears bitwise */ macro