Home
last modified time | relevance | path

Searched defs:grf (Results 1 – 25 of 56) sorted by relevance

123

/external/u-boot/drivers/net/
Dgmac_rockchip.c79 struct px30_grf *grf; in px30_gmac_fix_mac_speed() local
120 struct rk322x_grf *grf; in rk3228_gmac_fix_mac_speed() local
153 struct rk3288_grf *grf; in rk3288_gmac_fix_mac_speed() local
179 struct rk3308_grf *grf; in rk3308_gmac_fix_mac_speed() local
220 struct rk3328_grf_regs *grf; in rk3328_gmac_fix_mac_speed() local
253 struct rk3368_grf *grf; in rk3368_gmac_fix_mac_speed() local
285 struct rk3399_grf_regs *grf; in rk3399_gmac_fix_mac_speed() local
311 struct rv1108_grf *grf; in rv1108_set_rmii_speed() local
346 struct px30_grf *grf; in px30_gmac_set_to_rmii() local
362 struct rk322x_grf *grf; in rk3228_gmac_set_to_rgmii() local
[all …]
/external/u-boot/drivers/video/rockchip/
Drk3399_mipi.c30 struct rk3399_grf_regs *grf = priv->grf; in rk_mipi_dsi_source_select() local
55 struct rk3399_grf_regs *grf = priv->grf; in rk_mipi_dphy_mode_set() local
Drk3288_mipi.c32 struct rk3288_grf *grf = priv->grf; in rk_mipi_dsi_source_select() local
59 struct rk3288_grf *grf = priv->grf; in rk_mipi_dphy_mode_set() local
Drk_vop.h12 void *grf; member
Drk3399_hdmi.c28 struct rk3399_grf_regs *grf = priv->grf; in rk3399_hdmi_enable() local
Drk_hdmi.h22 void *grf; member
Drk3288_vop.c37 struct rk3288_grf *grf = syscon_get_first_range(ROCKCHIP_SYSCON_GRF); in rk3288_set_io_vsel() local
Drk3288_hdmi.c28 struct rk3288_grf *grf = priv->grf; in rk3288_hdmi_enable() local
Drk_mipi.h12 void *grf; member
/external/u-boot/arch/arm/mach-rockchip/rk3188/
Drk3188.c25 struct rk3188_grf * const grf = (void *)GRF_BASE; in board_debug_uart_init() local
51 struct rk3188_grf *grf; in arch_cpu_init() local
/external/u-boot/arch/arm/mach-rockchip/rk3368/
Drk3368.c64 struct rk3368_grf *grf = syscon_get_first_range(ROCKCHIP_SYSCON_GRF); in mcu_init() local
177 struct rk3368_grf * const grf = in board_debug_uart_init() local
/external/u-boot/arch/arm/mach-rockchip/rk3399/
Drk3399.c86 struct rk3399_grf_regs *grf; in arch_cpu_init() local
115 struct rk3399_grf_regs * const grf = (void *)GRF_BASE; in board_debug_uart_init() local
/external/u-boot/board/pine64/rockpro64_rk3399/
Drockpro64-rk3399.c21 struct rk3399_grf_regs *grf = in setup_iodomain() local
/external/u-boot/arch/arm/mach-rockchip/rk3308/
Drk3308.c143 static struct rk3308_grf * const grf = (void *)GRF_BASE; in rk_board_init() local
170 static struct rk3308_grf * const grf = (void *)GRF_BASE; in board_debug_uart_init() local
186 static struct rk3308_grf * const grf = (void *)GRF_BASE; in arch_cpu_init() local
/external/u-boot/drivers/ram/rockchip/
Dsdram_rk3128.c16 struct rk3128_grf *grf; member
Dsdram_rk3308.c16 struct rk3308_grf *grf; member
Dsdram_rk3188.c38 struct rk3188_grf *grf; member
197 static void ddr_set_enable(struct rk3188_grf *grf, uint channel, bool enable) in ddr_set_enable()
207 static void ddr_set_ddr3_mode(struct rk3188_grf *grf, uint channel, in ddr_set_ddr3_mode()
217 static void ddr_rank_2_row15en(struct rk3188_grf *grf, bool enable) in ddr_rank_2_row15en()
228 struct rk3188_grf *grf) in pctl_cfg()
377 u32 n, struct rk3188_grf *grf) in set_bandwidth_ratio()
Dsdram_rk322x.c36 struct rk322x_grf *grf; member
365 struct rk322x_grf *grf = dram->grf; in phy_softreset() local
381 struct rk322x_grf *grf = dram->grf; in set_bw() local
401 struct rk322x_grf *grf) in pctl_cfg()
Ddmc-rk3368.c26 struct rk3368_grf *grf; member
138 static void ddr_set_noc_spr_err_stall(struct rk3368_grf *grf, bool enable) in ddr_set_noc_spr_err_stall()
146 static void ddr_set_ddr3_mode(struct rk3368_grf *grf, bool ddr3_mode) in ddr_set_ddr3_mode()
546 struct rk3368_grf *grf) in pctl_cfg()
801 struct rk3368_grf *grf = priv->grf; in setup_sdram() local
913 struct rk3368_grf *grf; in rk3368_dmc_probe() local
Dsdram_rk3288.c40 struct rk3288_grf *grf; member
197 static void ddr_set_enable(struct rk3288_grf *grf, uint channel, bool enable) in ddr_set_enable()
210 static void ddr_set_ddr3_mode(struct rk3288_grf *grf, uint channel, in ddr_set_ddr3_mode()
221 static void ddr_set_en_bst_odt(struct rk3288_grf *grf, uint channel, in ddr_set_en_bst_odt()
242 struct rk3288_grf *grf) in pctl_cfg()
436 u32 n, struct rk3288_grf *grf) in set_bandwidth_ratio()
/external/u-boot/arch/arm/mach-rockchip/rk3036/
Drk3036.c16 struct rk3036_grf * const grf = (void *)GRF_BASE; in board_debug_uart_init() local
/external/u-boot/board/rockchip/evb_rv1108/
Devb_rv1108.c18 struct rv1108_grf *grf; in mach_cpu_init() local
/external/u-boot/board/elgin/elgin_rv1108/
Delgin_rv1108.c19 struct rv1108_grf *grf; in mach_cpu_init() local
/external/u-boot/arch/arm/mach-rockchip/rk3328/
Drk3328.c61 struct rk3328_grf_regs * const grf = (void *)GRF_BASE; in board_debug_uart_init() local
/external/u-boot/arch/arm/mach-rockchip/rk322x/
Drk322x.c19 static struct rk322x_grf * const grf = (void *)GRF_BASE; in board_debug_uart_init() local

123