| /u-boot/arch/arm/mach-k3/ |
| A D | arm64-mmu.c | 24 .phys = 0x0UL, 31 .phys = 0x80000000UL, 37 .phys = 0xa0000000UL, 43 .phys = 0xa2100000UL, 49 .phys = 0x880000000UL, 55 .phys = 0x500000000UL, 79 .phys = 0x0UL, 86 .phys = 0x80000000UL, 92 .phys = 0xa0000000UL, 98 .phys = 0xbbc00000UL, [all …]
|
| /u-boot/arch/mips/dts/ |
| A D | jr2_pcb111.dts | 241 phys = <&serdes_hsio 1 0xff PHY_MODE_QSGMII>; 246 phys = <&serdes_hsio 2 0xff PHY_MODE_QSGMII>; 251 phys = <&serdes_hsio 3 0xff PHY_MODE_QSGMII>; 261 phys = <&serdes_hsio 5 0xff PHY_MODE_QSGMII>; 266 phys = <&serdes_hsio 6 0xff PHY_MODE_QSGMII>; 271 phys = <&serdes_hsio 7 0xff PHY_MODE_QSGMII>; 281 phys = <&serdes_hsio 9 0xff PHY_MODE_QSGMII>; 286 phys = <&serdes_hsio 10 0xff PHY_MODE_QSGMII>; 291 phys = <&serdes_hsio 11 0xff PHY_MODE_QSGMII>; 301 phys = <&serdes_hsio 13 0xff PHY_MODE_QSGMII>; [all …]
|
| A D | luton_pcb090.dts | 194 phys = <&serdes_hsio 12 SERDES6G(1) PHY_MODE_QSGMII>; 199 phys = <&serdes_hsio 13 0xff PHY_MODE_QSGMII>; 204 phys = <&serdes_hsio 14 0xff PHY_MODE_QSGMII>; 209 phys = <&serdes_hsio 15 0xff PHY_MODE_QSGMII>; 214 phys = <&serdes_hsio 16 SERDES6G(2) PHY_MODE_QSGMII>; 219 phys = <&serdes_hsio 17 0xff PHY_MODE_QSGMII>; 224 phys = <&serdes_hsio 18 0xff PHY_MODE_QSGMII>; 229 phys = <&serdes_hsio 19 0xff PHY_MODE_QSGMII>; 239 phys = <&serdes_hsio 21 0xff PHY_MODE_QSGMII>; 244 phys = <&serdes_hsio 22 0xff PHY_MODE_QSGMII>; [all …]
|
| A D | jr2_pcb110.dts | 112 phys = <&serdes_hsio 0 SERDES1G(1) PHY_MODE_SGMII>; 117 phys = <&serdes_hsio 1 SERDES1G(2) PHY_MODE_SGMII>; 122 phys = <&serdes_hsio 2 SERDES1G(3) PHY_MODE_SGMII>; 127 phys = <&serdes_hsio 3 SERDES1G(4) PHY_MODE_SGMII>; 132 phys = <&serdes_hsio 4 SERDES1G(5) PHY_MODE_SGMII>; 137 phys = <&serdes_hsio 5 SERDES1G(6) PHY_MODE_SGMII>; 142 phys = <&serdes_hsio 6 SERDES1G(7) PHY_MODE_SGMII>; 147 phys = <&serdes_hsio 7 SERDES1G(8) PHY_MODE_SGMII>;
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | mmu-arm64_s10.c | 17 .phys = 0x0UL, 24 .phys = 0x80000000UL, 32 .phys = 0xF7000000UL, 40 .phys = 0xFFE00000UL, 47 .phys = 0xFFFC0000UL, 55 .phys = 0x0100000000UL, 62 .phys = 0x2000000000UL,
|
| /u-boot/test/dm/ |
| A D | phy.c | 118 struct phy_bulk phys; in dm_test_phy_bulk() local 125 ut_assertok(generic_phy_get_bulk(parent, &phys)); in dm_test_phy_bulk() 126 ut_asserteq(2, phys.count); in dm_test_phy_bulk() 128 ut_asserteq(0, generic_phy_init_bulk(&phys)); in dm_test_phy_bulk() 129 ut_asserteq(0, generic_phy_power_on_bulk(&phys)); in dm_test_phy_bulk() 130 ut_asserteq(0, generic_phy_power_off_bulk(&phys)); in dm_test_phy_bulk() 131 ut_asserteq(0, generic_phy_exit_bulk(&phys)); in dm_test_phy_bulk() 137 ut_assertok(generic_phy_get_bulk(parent, &phys)); in dm_test_phy_bulk() 138 ut_asserteq(3, phys.count); in dm_test_phy_bulk() 140 ut_asserteq(0, generic_phy_init_bulk(&phys)); in dm_test_phy_bulk() [all …]
|
| /u-boot/drivers/pci/ |
| A D | pcie_layerscape_ep.c | 73 u64 phys = 0; in ls_pcie_ep_setup_atu() local 77 phys = ALIGN(phys, PCIE_BAR0_SIZE); in ls_pcie_ep_setup_atu() 80 0 + pf * BAR_NUM, 0, phys); in ls_pcie_ep_setup_atu() 82 phys = ALIGN(phys + PCIE_BAR0_SIZE, PCIE_BAR1_SIZE); in ls_pcie_ep_setup_atu() 84 1 + pf * BAR_NUM, 1, phys); in ls_pcie_ep_setup_atu() 86 phys = ALIGN(phys + PCIE_BAR1_SIZE, PCIE_BAR2_SIZE); in ls_pcie_ep_setup_atu() 90 phys = ALIGN(phys + PCIE_BAR2_SIZE, PCIE_BAR4_SIZE); in ls_pcie_ep_setup_atu() 97 phys = ALIGN(phys + PCIE_BAR4_SIZE, PCIE_BAR0_SIZE); in ls_pcie_ep_setup_atu() 101 phys = ALIGN(phys + PCIE_BAR0_SIZE * PCIE_VF_NUM, in ls_pcie_ep_setup_atu() 106 phys = ALIGN(phys + PCIE_BAR1_SIZE * PCIE_VF_NUM, in ls_pcie_ep_setup_atu() [all …]
|
| A D | pcie_layerscape.c | 99 u64 phys, u64 bus_addr, u64 size) in ls_pcie_atu_outbound_set() argument 102 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_BASE); in ls_pcie_atu_outbound_set() 103 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_BASE); in ls_pcie_atu_outbound_set() 104 dbi_writel(pcie, (u32)phys + size - 1, PCIE_ATU_LIMIT); in ls_pcie_atu_outbound_set() 113 int type, int idx, int bar, u64 phys) in ls_pcie_atu_inbound_set() argument 116 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_TARGET); in ls_pcie_atu_inbound_set() 117 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_TARGET); in ls_pcie_atu_inbound_set()
|
| /u-boot/arch/arm/mach-rmobile/ |
| A D | memmap-gen3.c | 18 .phys = 0x0UL, 25 .phys = 0x40000000UL, 31 .phys = 0x47E00000UL, 37 .phys = 0xc0000000UL, 44 .phys = 0x100000000UL, 65 gen3_mem_map[i].phys = 0x0ULL; in enable_caches() 89 gen3_mem_map[i].phys = 0x40000000ULL; in enable_caches() 100 gen3_mem_map[i].phys = start; in enable_caches() 109 gen3_mem_map[i].phys = 0xc0000000ULL; in enable_caches() 130 gen3_mem_map[i].phys = start; in enable_caches() [all …]
|
| /u-boot/include/ |
| A D | phys2bus.h | 10 unsigned long phys_to_bus(unsigned long phys); 13 static inline unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 15 return phys; in phys_to_bus() 27 static inline dma_addr_t dev_phys_to_bus(struct udevice *dev, phys_addr_t phys) in dev_phys_to_bus() argument 29 return phys - dev_get_dma_offset(dev); in dev_phys_to_bus()
|
| A D | dwc3-uboot.h | 51 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys); 52 int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys); 54 static inline int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy() argument 59 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_shutdown_phy() argument
|
| /u-boot/drivers/phy/ |
| A D | phy-uclass.c | 233 if (!bulk->phys) in generic_phy_get_bulk() 250 struct phy *phys = bulk->phys; in generic_phy_init_bulk() local 254 ret = generic_phy_init(&phys[i]); in generic_phy_init_bulk() 265 generic_phy_exit(&phys[i - 1]); in generic_phy_init_bulk() 272 struct phy *phys = bulk->phys; in generic_phy_exit_bulk() local 276 ret |= generic_phy_exit(&phys[i]); in generic_phy_exit_bulk() 283 struct phy *phys = bulk->phys; in generic_phy_power_on_bulk() local 287 ret = generic_phy_power_on(&phys[i]); in generic_phy_power_on_bulk() 298 generic_phy_power_off(&phys[i - 1]); in generic_phy_power_on_bulk() 305 struct phy *phys = bulk->phys; in generic_phy_power_off_bulk() local [all …]
|
| /u-boot/arch/arm/mach-mvebu/armada8k/ |
| A D | cpu.c | 38 .phys = 0xf4000000UL, 46 .phys = 0xfa000000UL, 55 .phys = 0x0UL, 63 .phys = 0xf0000000UL, 71 .phys = 0xf2000000UL, 79 .phys = 0xf6000000UL,
|
| /u-boot/drivers/usb/dwc3/ |
| A D | dwc3-meson-gxl.c | 115 struct phy phys[PHY_COUNT]; member 159 if (!priv->phys[i].dev) in dwc3_meson_gxl_usb2_init() 207 if (!priv->phys[USB2_OTG_PHY].dev) in dwc3_meson_gxl_force_mode() 241 &priv->phys[i]); in dwc3_meson_gxl_get_phys() 243 priv->phys[i].dev = NULL; in dwc3_meson_gxl_get_phys() 349 if (!priv->phys[i].dev) in dwc3_meson_gxl_probe() 358 if (!priv->phys[i].dev) in dwc3_meson_gxl_probe() 366 if (priv->phys[USB2_OTG_PHY].dev) in dwc3_meson_gxl_probe() 376 if (!priv->phys[i].dev) in dwc3_meson_gxl_probe() 395 if (!priv->phys[i].dev) in dwc3_meson_gxl_remove() [all …]
|
| A D | dwc3-meson-g12a.c | 114 struct phy phys[PHY_COUNT]; member 156 if (!priv->phys[i].dev) in dwc3_meson_g12a_usb2_init() 269 if (!priv->phys[USB2_OTG_PHY].dev) in dwc3_meson_g12a_force_mode() 300 &priv->phys[i]); in dwc3_meson_g12a_get_phys() 402 if (!priv->phys[i].dev) in dwc3_meson_g12a_probe() 411 if (!priv->phys[i].dev) in dwc3_meson_g12a_probe() 423 if (!priv->phys[i].dev) in dwc3_meson_g12a_probe() 426 generic_phy_exit(&priv->phys[i]); in dwc3_meson_g12a_probe() 442 if (!priv->phys[i].dev) in dwc3_meson_g12a_remove() 449 if (!priv->phys[i].dev) in dwc3_meson_g12a_remove() [all …]
|
| /u-boot/arch/arm/mach-octeontx2/ |
| A D | cpu.c | 24 .phys = 0x800000000000UL, 30 .phys = 0x840000000000UL, 36 .phys = 0x880000000000UL, 42 .phys = 0x8c0000000000UL, 58 otx2_mem_map[banks].phys = dram_start; in mem_map_fill()
|
| /u-boot/arch/arm/mach-versal/ |
| A D | cpu.c | 35 .phys = 0x80000000UL, 42 .phys = 0xf0000000UL, 49 .phys = 0x400000000UL, 56 .phys = 0x600000000UL, 62 .phys = 0xe00000000UL, 76 versal_mem_map[banks].phys = 0xffe00000UL; in mem_map_fill() 98 versal_mem_map[banks].phys = gd->bd->bi_dram[i].start; in mem_map_fill()
|
| /u-boot/arch/arm/mach-bcm283x/ |
| A D | phys2bus.c | 9 unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 12 return 0xc0000000 | phys; in phys_to_bus() 14 return 0x40000000 | phys; in phys_to_bus()
|
| A D | init.c | 27 .phys = 0x00000000UL, 33 .phys = 0x3f000000UL, 47 .phys = 0x00000000UL, 53 .phys = 0xfc000000UL, 60 .phys = BCM2711_RPI4_PCIE_XHCI_MMIO_PHYS, 90 mem_map[i].phys = pd[i].phys; in _rpi_update_mem_map()
|
| /u-boot/arch/arm/mach-octeontx/ |
| A D | cpu.c | 24 .phys = 0x800000000000UL, 30 .phys = 0x840000000000UL, 36 .phys = 0x880000000000UL, 53 otx_mem_map[banks].phys = 0x8c0000000000UL; in mem_map_fill() 62 otx_mem_map[banks].phys = dram_start; in mem_map_fill()
|
| /u-boot/arch/arm/cpu/armv8/s32v234/ |
| A D | cpu.c | 37 .phys = S32V234_IRAM_BASE, 43 .phys = S32V234_DRAM_BASE1, 49 .phys = S32V234_PERIPH_BASE, 57 .phys = S32V234_DRAM_BASE2,
|
| /u-boot/arch/arm/mach-uniphier/arm64/ |
| A D | mem_map.c | 14 .phys = 0x00000000, 22 .phys = 0x80000000, 36 uniphier_mem_map[1].phys = dram_base; in uniphier_mem_map_init()
|
| /u-boot/board/emulation/qemu-arm/ |
| A D | qemu-arm.c | 22 .phys = 0x00000000UL, 29 .phys = 0x08000000UL, 37 .phys = 0x40000000UL, 44 .phys = 0x4010000000ULL, 52 .phys = 0x8000000000ULL,
|
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | cpu.c | 48 .phys = 0x80000000UL, 55 .phys = 0xf8000000UL, 62 .phys = 0x400000000UL, 69 .phys = 0x1000000000UL, 83 zynqmp_mem_map[banks].phys = 0xffe00000UL; in mem_map_fill() 97 zynqmp_mem_map[banks].phys = gd->bd->bi_dram[i].start; in mem_map_fill()
|
| /u-boot/arch/arm/mach-owl/ |
| A D | sysmap-owl.c | 15 .phys = 0x0UL, /* DDR */ 21 .phys = 0xE0000000UL, /* Peripheral block */
|