Home
last modified time | relevance | path

Searched refs:PORTSC_W1C_BITS (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/chipidea/
Dotg_fsm.c448 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()
Dbits.h87 #define PORTSC_W1C_BITS \ macro
Dcore.c1100 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/
Dphy-fsl-usb.c164 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()
Dphy-fsl-usb.h154 #define PORTSC_W1C_BITS \ macro