Home
last modified time | relevance | path

Searched defs:HCS_PPC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h32 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-regs.h73 HCS_PPC, HCS_N_PORTS, enumerator
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h26 #define HCS_PPC(p) ((p) & (1 << 4)) macro
/openbmc/linux/drivers/usb/host/
H A Doxu210hp-hcd.c107 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ macro