| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_phy_px30.c | 13 static void sdram_phy_dll_bypass_set(void __iomem *phy_base, u32 freq) in sdram_phy_dll_bypass_set() 50 static void sdram_phy_set_ds_odt(void __iomem *phy_base, in sdram_phy_set_ds_odt() 86 void phy_soft_reset(void __iomem *phy_base) in phy_soft_reset() 96 void phy_dram_set_bw(void __iomem *phy_base, u32 bw) in phy_dram_set_bw() 116 int phy_data_training(void __iomem *phy_base, u32 cs, u32 dramtype) in phy_data_training() 170 void phy_cfg(void __iomem *phy_base, in phy_cfg()
|
| H A D | sdram_rv1126.c | 560 void __iomem *phy_base = dram->phy; in phy_pll_set() local 880 void __iomem *phy_base = dram->phy; in set_ds_odt() local 1221 void __iomem *phy_base = dram->phy; in sdram_cmd_dq_path_remap() local 1245 void __iomem *phy_base = dram->phy; in phy_cfg() local 1371 void __iomem *phy_base = dram->phy; in record_dq_prebit() local 1394 void __iomem *phy_base = dram->phy; in update_dq_rx_prebit() local 1404 void __iomem *phy_base = dram->phy; in update_dq_tx_prebit() local 1415 void __iomem *phy_base = dram->phy; in update_ca_prebit() local 1432 void __iomem *phy_base = dram->phy; in modify_ca_deskew() local 1484 void __iomem *phy_base = dram->phy; in get_min_value() local [all …]
|
| H A D | sdram_rk3328.c | 123 void __iomem *phy_base = dram->phy; in rkclk_configure_ddr() local 263 void __iomem *phy_base = dram->phy; in rx_deskew_switch_adjust() local 277 void __iomem *phy_base = dram->phy; in tx_deskew_switch_adjust() local
|
| H A D | sdram_px30.c | 241 void __iomem *phy_base = dram->phy; in check_rd_gate() local 359 void __iomem *phy_base = dram->phy; in enable_low_power() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/dram/ |
| H A D | umc-pxs2.c | 58 static void ddrphy_fifo_reset(void __iomem *phy_base) in ddrphy_fifo_reset() 74 static void ddrphy_vt_ctrl(void __iomem *phy_base, int enable) in ddrphy_vt_ctrl() 93 static void ddrphy_dqs_delay_fixup(void __iomem *phy_base, int nr_dx, int step) in ddrphy_dqs_delay_fixup() 114 static int ddrphy_get_system_latency(void __iomem *phy_base, int width) in ddrphy_get_system_latency() 142 static void ddrphy_init(void __iomem *phy_base, enum dram_freq freq, int width, in ddrphy_init() 310 static int __ddrphy_training(void __iomem *phy_base, in __ddrphy_training() 354 static int ddrphy_impedance_calibration(void __iomem *phy_base) in ddrphy_impedance_calibration() 381 static int ddrphy_dram_init(void __iomem *phy_base) in ddrphy_dram_init() 386 static int ddrphy_training(void __iomem *phy_base) in ddrphy_training() 546 void __iomem *phy_base = umc_ch_base + 0x00030000; in umc_ch_init() local
|
| H A D | ddrphy-training.c | 18 void ddrphy_prepare_training(void __iomem *phy_base, int rank) in ddrphy_prepare_training() 104 int ddrphy_training(void __iomem *phy_base) in ddrphy_training()
|
| H A D | cmd_ddrmphy.c | 72 void __iomem *phy_base, *dx_base; in dump_loop() local 92 void __iomem *phy_base, *zq_base; in zq_dump() local 241 void __iomem *phy_base; in reg_dump() local
|
| H A D | cmd_ddrphy.c | 87 void __iomem *phy_base, *dx_base; in dump_loop() local 217 void __iomem *phy_base; in reg_dump() local
|
| H A D | ddrphy-ld4.c | 31 int uniphier_ld4_ddrphy_init(void __iomem *phy_base, int freq, bool ddr3plus) in uniphier_ld4_ddrphy_init()
|
| H A D | umc-pro4.c | 135 void __iomem *phy_base = dc_base + 0x00001000; in umc_ch_init() local
|
| H A D | umc-ld4.c | 148 void __iomem *phy_base = dc_base + 0x00001000; in umc_ch_init() local
|
| H A D | umc-sld8.c | 151 void __iomem *phy_base = dc_base + 0x00001000; in umc_ch_init() local
|
| /OK3568_Linux_fs/kernel/drivers/clk/ux500/ |
| H A D | clk-prcc.c | 95 resource_size_t phy_base, in clk_reg_prcc() 143 resource_size_t phy_base, in clk_reg_prcc_pclk() 153 resource_size_t phy_base, in clk_reg_prcc_kclk()
|
| /OK3568_Linux_fs/kernel/drivers/phy/marvell/ |
| H A D | phy-berlin-sata.c | 62 u32 phy_base; member 66 u32 phy_base, u32 reg, u32 mask, u32 val) in phy_berlin_sata_reg_setbits()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 798 phys_addr_t phy_base, in fiq_debugger_bind_sip_smc() 841 static void rk_serial_debug_init(void __iomem *base, phys_addr_t phy_base, in rk_serial_debug_init() 1018 phys_addr_t phy_base = 0; in rk_fiqdbg_probe() local
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-exynos5.c | 38 fdt_addr_t phy_base; member
|
| H A D | ehci-exynos.c | 31 fdt_addr_t phy_base; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ux500/ |
| H A D | pm.c | 178 void __init ux500_pm_init(u32 phy_base, u32 size) in ux500_pm_init()
|
| /OK3568_Linux_fs/kernel/drivers/phy/samsung/ |
| H A D | phy-exynos-pcie.c | 69 void __iomem *phy_base; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/tsp/ |
| H A D | rockchip_tsp.c | 287 uint phy_base, phy_write; in rockchip_feed_sec_buf() local 508 u32 phy_base, phy_write; in rockchip_feed_ts_buf() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_rcb.h | 102 phys_addr_t phy_base; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/ |
| H A D | dsi_pll_10nm.c | 537 void __iomem *phy_base = pll_10nm->phy_cmn_mmio; in dsi_pll_10nm_save_state() local 560 void __iomem *phy_base = pll_10nm->phy_cmn_mmio; in dsi_pll_10nm_restore_state() local
|
| H A D | dsi_pll_7nm.c | 563 void __iomem *phy_base = pll_7nm->phy_cmn_mmio; in dsi_pll_7nm_save_state() local 586 void __iomem *phy_base = pll_7nm->phy_cmn_mmio; in dsi_pll_7nm_restore_state() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | ux500_dma.c | 47 dma_addr_t phy_base; member
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-omap-usb2.c | 57 void __iomem *phy_base; member
|