Searched refs:PORTSC_W1C_BITS (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | bits.h | 84 #define PORTSC_W1C_BITS \ macro
|
H A D | otg_fsm.c | 465 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus() 609 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | in ci_otg_fsm_work()
|
H A D | core.c | 1265 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp() 1267 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_WKCN, in ci_otg_fsm_suspend_for_srp()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | bits.h | 84 #define PORTSC_W1C_BITS \ macro
|
H A D | otg_fsm.c | 465 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus() 616 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | in ci_otg_fsm_work()
|
H A D | core.c | 1287 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp() 1289 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_WKCN, in ci_otg_fsm_suspend_for_srp()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 158 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus() 162 ~PORTSC_W1C_BITS & ~PORTSC_PORT_POWER; in fsl_otg_drv_vbus() 194 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()
|
H A D | phy-fsl-usb.h | 140 #define PORTSC_W1C_BITS \ macro
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 158 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus() 162 ~PORTSC_W1C_BITS & ~PORTSC_PORT_POWER; in fsl_otg_drv_vbus() 194 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()
|
H A D | phy-fsl-usb.h | 140 #define PORTSC_W1C_BITS \ macro
|
Completed in 11 milliseconds