Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-drv.c88 if (int_status & SIEMSG_FLG(i)) in c67x00_irq()
H A Dc67x00.h105 #define SIEMSG_FLG(x) (1 << (4 + (x))) macro