Searched refs:phy_sc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/arm64/rockchip/ |
H A D | rk_usbphy.c | 144 struct rk_phynode_sc *phy_sc; in rk_usbphy_init_phy() local 221 phy_sc = phynode_get_softc(phynode); in rk_usbphy_init_phy() 222 phy_sc->base = base; in rk_usbphy_init_phy() 223 phy_sc->clk = clk; in rk_usbphy_init_phy() 224 phy_sc->hwreset = hwreset; in rk_usbphy_init_phy() 225 phy_sc->supply_vbus = supply_vbus; in rk_usbphy_init_phy() 226 phy_sc->syscon = syscon; in rk_usbphy_init_phy()
|
/freebsd/sys/arm/qualcomm/ |
H A D | ipq4018_usb_hs_phy.c | 126 struct ipq4018_usb_hs_phynode_sc *phy_sc; in ipq4018_usb_hs_usbphy_init_phy() local 153 phy_sc = phynode_get_softc(phynode); in ipq4018_usb_hs_usbphy_init_phy() 154 phy_sc->por_rst = por_rst; in ipq4018_usb_hs_usbphy_init_phy() 155 phy_sc->srif_rst = srif_rst; in ipq4018_usb_hs_usbphy_init_phy()
|
H A D | ipq4018_usb_ss_phy.c | 114 struct ipq4018_usb_ss_phynode_sc *phy_sc; in ipq4018_usb_ss_usbphy_init_phy() local 136 phy_sc = phynode_get_softc(phynode); in ipq4018_usb_ss_usbphy_init_phy() 137 phy_sc->por_rst = por_rst; in ipq4018_usb_ss_usbphy_init_phy()
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_common.c | 380 fdt_get_phyaddr(phandle_t node, device_t dev, int *phy_addr, void **phy_sc) in fdt_get_phyaddr() argument 399 if (phy_sc == NULL) in fdt_get_phyaddr() 440 *phy_sc = (void *)device_get_softc(child); in fdt_get_phyaddr()
|
/freebsd/sys/dev/mge/ |
H A D | if_mge.c | 291 MGE_WRITE(sc->phy_sc, MGE_REG_SMI, MGE_SMI_MASK & in mv_read_ext_phy() 296 !(MGE_READ(sc->phy_sc, MGE_REG_SMI) & MGE_SMI_READVALID)) in mv_read_ext_phy() 302 ret = MGE_READ(sc->phy_sc, MGE_REG_SMI) & MGE_SMI_DATA_MASK; in mv_read_ext_phy() 317 MGE_WRITE(sc->phy_sc, MGE_REG_SMI, MGE_SMI_MASK & in mv_write_ext_phy() 322 while (--retries && MGE_READ(sc->phy_sc, MGE_REG_SMI) & MGE_SMI_BUSY) in mv_write_ext_phy() 791 if (fdt_get_phyaddr(sc->node, sc->dev, &phy, (void **)&sc->phy_sc) == 0) { in mge_attach() 793 device_get_nameunit(sc->phy_sc->dev)); in mge_attach() 798 sc->phy_sc = sc; in mge_attach()
|
H A D | if_mgevar.h | 114 struct mge_softc *phy_sc; member
|