Home
last modified time | relevance | path

Searched refs:port_cfg (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-naneng-usb2.c198 const struct rockchip_usb2phy_port_cfg *port_cfg; in rockchip_chg_get_type() local
216 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
219 if (!property_enabled(rphy->grf, &port_cfg->utmi_bvalid)) { in rockchip_chg_get_type()
270 const struct rockchip_usb2phy_port_cfg *port_cfg; in rockchip_usb2phy_check_vbus() local
278 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_check_vbus()
279 if (port_cfg->utmi_iddig.offset) { in rockchip_usb2phy_check_vbus()
280 iddig = property_enabled(base, &port_cfg->utmi_iddig); in rockchip_usb2phy_check_vbus()
293 const struct rockchip_usb2phy_port_cfg *port_cfg; in rockchip_usb2phy_init() local
296 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_init()
298 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_HOST]; in rockchip_usb2phy_init()
[all …]
H A Dphy-rockchip-inno-usb2.c314 const struct rockchip_usb2phy_port_cfg *port_cfg; in rockchip_chg_get_type() local
333 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
349 } else if (!property_enabled(base, &port_cfg->utmi_bvalid)) { in rockchip_chg_get_type()
360 property_enable(base, &port_cfg->phy_sus, true); in rockchip_chg_get_type()
426 property_enable(base, &port_cfg->phy_sus, false); in rockchip_chg_get_type()
445 const struct rockchip_usb2phy_port_cfg *port_cfg; in otg_phy_init() local
462 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in otg_phy_init()
469 property_enable(base, &port_cfg->phy_sus, true); in otg_phy_init()
471 property_enable(base, &port_cfg->phy_sus, false); in otg_phy_init()
504 const struct rockchip_usb2phy_port_cfg *port_cfg; in rockchip_usb2phy_init() local
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/include/mach/
H A Dsdram.h55 u32 port_cfg; member
106 u32 port_cfg; member
/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsdram.c373 writel(cfg->port_cfg, &sdr_ctrl->port_cfg); in sdr_load_regs()
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dwrap_sdram_config.c138 .port_cfg =
/rk3399_rockchip-uboot/drivers/net/
H A Dvsc9953.c988 clrbits_le32(&l2ana_reg->port[port_no].port_cfg, in vsc9953_port_learn_mode_set()
995 clrsetbits_le32(&l2ana_reg->port[port_no].port_cfg, in vsc9953_port_learn_mode_set()
1022 val = in_le32(&l2ana_reg->port[port_no].port_cfg); in vsc9953_port_learn_mode_get()
1549 val = in_le32(&l2ana_reg->port[port_no].port_cfg); in vsc9953_port_aggr_grp_get()
1747 val = in_le32(&l2ana_reg->port[port_no].port_cfg); in vsc9953_port_aggr_grp_set()
1750 out_le32(&l2ana_reg->port[port_no].port_cfg, val); in vsc9953_port_aggr_grp_set()
/rk3399_rockchip-uboot/include/
H A Dvsc9953.h209 u32 port_cfg; member