Searched refs:emmc_con (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk3368.h | 54 unsigned int emmc_con[2]; member 56 check_member(rk3368_cru, emmc_con[1], 0x41c);
|
| H A D | cru_rv1108.h | 50 unsigned int emmc_con[2]; member 52 check_member(rv1108_cru, emmc_con[1], 0x01ec);
|
| H A D | cru_rk3308.h | 97 unsigned int emmc_con[2]; member 318 check_member(rk3308_cru, emmc_con[1], 0x494);
|
| H A D | cru_rk3328.h | 51 u32 emmc_con[2]; member
|
| H A D | cru_rv1106.h | 89 unsigned int emmc_con[2]; member
|
| H A D | cru_rk1808.h | 85 unsigned int emmc_con[2]; member
|
| H A D | cru_rv1126.h | 129 unsigned int emmc_con[2]; member
|
| H A D | cru_px30.h | 95 unsigned int emmc_con[2]; member
|
| H A D | cru_rk3562.h | 77 unsigned int emmc_con[1]; member
|
| H A D | cru_rk3568.h | 106 unsigned int emmc_con[2];/* Address Offset: 0x0598 */ member
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3308.c | 1126 raw_value = readl(&cru->emmc_con[1]); in rockchip_mmc_get_phase() 1179 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rockchip_mmc_set_phase()
|
| H A D | clk_rk3328.c | 1169 raw_value = readl(&cru->emmc_con[1]); in rk3328_mmc_get_phase() 1224 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rk3328_mmc_set_phase()
|
| H A D | clk_rk1808.c | 1130 raw_value = readl(&cru->emmc_con[1]); in rk1808_mmc_get_phase() 1185 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rk1808_mmc_set_phase()
|
| H A D | clk_rk3368.c | 1152 raw_value = readl(&cru->emmc_con[1]); in rk3368_mmc_get_phase() 1207 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rk3368_mmc_set_phase()
|
| H A D | clk_px30.c | 1504 raw_value = readl(&cru->emmc_con[1]); in rockchip_mmc_get_phase() 1557 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rockchip_mmc_set_phase()
|
| H A D | clk_rv1126.c | 1875 raw_value = readl(&cru->emmc_con[1]); in rv1126_mmc_get_phase() 1929 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rv1126_mmc_set_phase()
|
| H A D | clk_rk3568.c | 2902 raw_value = readl(&cru->emmc_con[1]); in rk3568_mmc_get_phase() 2958 writel(raw_value | 0xffff0000, &cru->emmc_con[1]); in rk3568_mmc_set_phase()
|