Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h84 #define PORTSC_W1C_BITS \ macro
H A Dotg_fsm.c465 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 Dcore.c1289 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp()
1291 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_WKCN, in ci_otg_fsm_suspend_for_srp()
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c158 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 Dphy-fsl-usb.h140 #define PORTSC_W1C_BITS \ macro