Searched refs:SL11H_INTMASK_INSRMV (Results 1 – 2 of 2) sorted by relevance
358 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()
375 #define SL11H_INTMASK_INSRMV 0x20 macro