Home
last modified time | relevance | path

Searched refs:wfld_clear (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dbcm_udc_otg_phy.c21 wfld_clear(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET, in otg_phy_init()
27 wfld_clear(HSOTG_BASE_ADDR + HSOTG_DCTL_OFFSET, in otg_phy_init()
31 wfld_clear(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET, in otg_phy_init()
H A Dbcm_udc_otg.h16 static inline void wfld_clear(uintptr_t addr, uint32_t fld_mask) in wfld_clear() function