Searched refs:PORTSC_W1C_BITS (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/chipidea/ |
D | otg_fsm.c | 448 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus() 497 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_FPR, in ci_otg_loc_sof() 500 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_SUSP, in ci_otg_loc_sof() 582 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | in ci_otg_fsm_work()
|
D | bits.h | 87 #define PORTSC_W1C_BITS \ macro
|
D | core.c | 1100 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp() 1102 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_WKCN, in ci_otg_fsm_suspend_for_srp()
|
/drivers/usb/phy/ |
D | phy-fsl-usb.c | 164 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus() 168 ~PORTSC_W1C_BITS & ~PORTSC_PORT_POWER; in fsl_otg_drv_vbus() 200 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()
|
D | phy-fsl-usb.h | 154 #define PORTSC_W1C_BITS \ macro
|