Home
last modified time | relevance | path

Searched refs:PHYSEL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Domap2430.h37 # define PHYSEL 0 /* bit position */ macro
38 # define UTMI_8BIT (0 << PHYSEL)
39 # define ULPI_12PIN (1 << PHYSEL)
40 # define ULPI_8PIN (2 << PHYSEL)
/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.h41 # define PHYSEL 0 /* bit position */ macro
42 # define UTMI_8BIT (0 << PHYSEL)
43 # define ULPI_12PIN (1 << PHYSEL)
44 # define ULPI_8PIN (2 << PHYSEL)
/openbmc/qemu/hw/usb/
H A Dhcd-dwc3.c239 FIELD(GUSB2PHYCFG, PHYSEL, 7, 1)