HomeSort by relevance Sort by last modified time
    Searched refs:phy_regs (Results 1 - 10 of 10) sorted by null

  /external/u-boot/drivers/usb/host/
utmi-armada100.c 20 struct armd1usb_phy_reg *phy_regs = local
24 setbits_le32(&phy_regs->utmi_ctrl, INPKT_DELAY_SOF | PLL_PWR_UP);
26 setbits_le32(&phy_regs->utmi_ctrl, PHY_PWR_UP);
28 clrbits_le32(&phy_regs->utmi_pll, PLL_FBDIV_MASK | PLL_REFDIV_MASK);
29 setbits_le32(&phy_regs->utmi_pll, N_DIVIDER << PLL_FBDIV | M_DIVIDER);
31 setbits_le32(&phy_regs->utmi_tx, PHSEL_VAL << CK60_PHSEL);
35 while (--timeout && ((readl(&phy_regs->utmi_pll) & PLL_READY) == 0))
41 setbits_le32(&phy_regs->utmi_pll, VCOCAL_START);
43 clrbits_le32(&phy_regs->utmi_pll, VCOCAL_START);
46 setbits_le32(&phy_regs->utmi_tx, RCAL_START)
    [all...]
ehci-mxs.c 23 struct mxs_usbphy_regs *phy_regs; member in struct:ehci_mxs_port
109 writel(USBPHY_CTRL_SFTRST, &port->phy_regs->hw_usbphy_ctrl_set);
112 &port->phy_regs->hw_usbphy_ctrl_clr);
120 writel(0, &port->phy_regs->hw_usbphy_pwd);
124 &port->phy_regs->hw_usbphy_ctrl_set);
165 writel(tmp, &port->phy_regs->hw_usbphy_pwd);
  /external/u-boot/drivers/usb/phy/
omap_usb_phy.c 66 static void omap_usb_dpll_relock(struct omap_usb3_phy *phy_regs)
70 writel(SET_PLL_GO, &phy_regs->pll_go);
72 val = readl(&phy_regs->pll_status);
78 static void omap_usb_dpll_lock(struct omap_usb3_phy *phy_regs)
87 val = readl(&phy_regs->pll_config_1);
90 writel(val, &phy_regs->pll_config_1);
92 val = readl(&phy_regs->pll_config_2);
95 writel(val, &phy_regs->pll_config_2);
97 val = readl(&phy_regs->pll_config_1);
100 writel(val, &phy_regs->pll_config_1)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
suspend.c 489 const struct rk3399_ddr_publ_regs *phy_regs = &sdram_params->phy_regs; local
502 sram_regcpy(PHY_REG(ch, 910), (uintptr_t)&phy_regs->phy896[910 - 896],
530 sram_regcpy(PHY_REG(ch, 896), (uintptr_t)&phy_regs->phy896[0], 63);
534 (uintptr_t)&phy_regs->phy0[0], 91);
538 (uintptr_t)&phy_regs->phy512[i][0], 38);
662 struct rk3399_ddr_publ_regs *phy_regs; local
668 phy_regs = &sdram_params->phy_regs;
701 dram_regcpy((uintptr_t)&phy_regs->phy0[0]
    [all...]
dram.h 147 struct rk3399_ddr_publ_regs phy_regs; member in struct:rk3399_sdram_params
  /external/u-boot/include/fsl-mc/
ldpaa_wriop.h 44 void *phy_regs; member in struct:wriop_dpmac_info
  /external/u-boot/arch/arm/include/asm/arch-rockchip/
sdram_rk3399.h 108 struct rk3399_ddr_publ_regs phy_regs; member in struct:rk3399_sdram_params
  /external/u-boot/include/
fm_eth.h 62 .phy_regs = (void *)pregs, \
174 void *phy_regs; member in struct:fm_eth_info
vsc9953.h 692 .phy_regs = NULL, \
703 void *phy_regs; member in struct:vsc9953_port_info
  /external/u-boot/drivers/ram/rockchip/
sdram_rk3399.c 462 const u32 *params_phy = sdram_params->phy_regs.denali_phy;
480 writel(sdram_params->phy_regs.denali_phy[910], &denali_phy[910]);
481 writel(sdram_params->phy_regs.denali_phy[911], &denali_phy[911]);
482 writel(sdram_params->phy_regs.denali_phy[912], &denali_phy[912]);
    [all...]

Completed in 332 milliseconds