Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h64 #define PORTSC_PTC (15 << 16) // Port Test Control macro
/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h74 #define PORTSC_PTC (0x0FUL << 16) macro
H A Dcore.c172 hw_write(ci, OP_PORTSC, PORTSC_PTC, mode << __ffs(PORTSC_PTC)); in hw_port_test_set()
185 return hw_read(ci, OP_PORTSC, PORTSC_PTC) >> __ffs(PORTSC_PTC); in hw_port_test_get()