Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dpcf50633-irq.c134 if (pcf_int[0] & (PCF50633_INT1_USBINS | PCF50633_INT1_USBREM)) { in pcf50633_irq()
137 pcf_int[0] &= ~PCF50633_INT1_USBREM; in pcf50633_irq()
/openbmc/linux/include/linux/mfd/pcf50633/
H A Dcore.h164 PCF50633_INT1_USBREM = 0x08, /* USB removed */ enumerator