Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci.h38 #define CMD_PSE (1 << 4) /* periodic schedule enable */ macro
Dehci-hcd.c216 cmd &= ~(CMD_PSE | CMD_ASE); in ehci_shutdown()
1070 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()
1189 cmd |= CMD_PSE; in enable_periodic()
1210 cmd &= ~CMD_PSE; in disable_periodic()