Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c358 SL11H_INTMASK_INSRMV); in USBReset()
410 SL11H_INTMASK_INSRMV); in USBReset()
618 SL11H_INTMASK_INSRMV | SL11H_INTMASK_USBRESET; in hc_start_int()
817 if ( !(ii & (SL11H_INTMASK_INSRMV /* | SL11H_INTMASK_USBRESET */ | in hc_interrupt()
838 (ii & SL11H_INTMASK_INSRMV) ? " INSRMV": "", in hc_interrupt()
845 if (ii & SL11H_INTMASK_INSRMV) { in hc_interrupt()
Dhc_sl811.h375 #define SL11H_INTMASK_INSRMV 0x20 macro