Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dsl811.h77 # define SL11H_INTMASK_DONE_A 0x01 macro
H A Dsl811-hcd.c603 irqstat |= SL11H_INTMASK_DONE_A; in checkdone()
615 irqstat |= SL11H_INTMASK_DONE_A; in checkdone()
650 if (irqstat & SL11H_INTMASK_DONE_A) { in sl811h_irq()
1181 sl811->irq_enable |= SL11H_INTMASK_DONE_A; in sl811h_timer()
1377 (mask & SL11H_INTMASK_DONE_A) ? " done_a" : "", in dump_irq()