Searched refs:PORTSC_PTC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | bits.h | 74 #define PORTSC_PTC (0x0FUL << 16) macro
|
H A D | core.c | 170 hw_write(ci, OP_PORTSC, PORTSC_PTC, mode << __ffs(PORTSC_PTC)); in hw_port_test_set() 183 return hw_read(ci, OP_PORTSC, PORTSC_PTC) >> __ffs(PORTSC_PTC); in hw_port_test_get()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | bits.h | 74 #define PORTSC_PTC (0x0FUL << 16) macro
|
H A D | core.c | 172 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()
|
Completed in 4 milliseconds