Searched refs:OP_DEVLC (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/usb/chipidea/ |
D | core.c | 88 [OP_DEVLC] = 0x84U, 113 [OP_DEVLC] = 0x84U, 225 enum ci_hw_regs reg = ci->hw_bank.lpm ? OP_DEVLC : OP_PORTSC; in ci_hdrc_enter_lpm() 318 hw_write(ci, OP_DEVLC, DEVLC_PTS(7) | DEVLC_PTW, lpm); in hw_phymode_configure() 320 hw_write(ci, OP_DEVLC, DEVLC_STS, DEVLC_STS); in hw_phymode_configure() 446 hw_write(ci, OP_DEVLC, DEVLC_PFSC, DEVLC_PFSC); in ci_platform_configure()
|
D | ci.h | 57 OP_DEVLC, enumerator
|
D | udc.c | 239 return ci->hw_bank.lpm ? hw_read(ci, OP_DEVLC, DEVLC_PSPD) : in hw_port_is_high_speed()
|