Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dbcm_udc_otg_phy.c38 wfld_set(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET, in otg_phy_init()
46 wfld_set(HSOTG_BASE_ADDR + HSOTG_DCTL_OFFSET, in otg_phy_off()
51 wfld_set(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET, in otg_phy_off()
H A Dbcm_udc_otg.h11 static inline void wfld_set(uintptr_t addr, uint32_t fld_val, uint32_t fld_mask) in wfld_set() function