Home
last modified time | relevance | path

Searched refs:CMD_PPCEE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h61 #define CMD_PPCEE (1<<15) /* per port change event enable */ macro
/openbmc/linux/drivers/usb/host/
H A Dehci-pci.c281 ehci->command &= ~CMD_PPCEE; in ehci_pci_setup()
H A Dehci-hcd.c539 temp |= CMD_PPCEE; in ehci_init()
H A Dehci-dbg.c195 (command & CMD_PPCEE) ? " PPCEE" : "", in dbg_command_buf()