Searched refs:grf_offset (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/io-domain/ |
| H A D | rockchip-io-domain.c | 73 int grf_offset; member 168 regmap_write(regmap, priv->sdata->grf_offset, val); in rv1126_iodomain_write() 189 ret = regmap_write(regmap, priv->sdata->grf_offset, val); in rockchip_iodomain_write() 332 .grf_offset = 0x180, 347 .grf_offset = 0x100, 373 .grf_offset = 0x104, 395 .grf_offset = 0x418, 405 .grf_offset = 0x380, 422 .grf_offset = 0x300, 435 .grf_offset = 0x410, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | io-domain.c | 79 int grf_offset; member 148 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val); in rockchip_iodomain_write() 320 .grf_offset = 0x180, 335 .grf_offset = 0x100, 361 .grf_offset = 0x104, 383 .grf_offset = 0x418, 393 .grf_offset = 0x380, 410 .grf_offset = 0x300, 423 .grf_offset = 0x410, 437 .grf_offset = 0x900, [all …]
|
| H A D | rockchip_npor_powergood.c | 22 u32 grf_offset; member 32 regmap_read(powergood->grf, powergood->grf_offset, &voltage); in rv1106_npor_powergood_isr() 42 .grf_offset = 0x20020,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/ |
| H A D | emac_rockchip.c | 21 unsigned int grf_offset; member 55 err = regmap_write(emac->grf, emac->soc_data->grf_offset, data); in emac_rockchip_set_mac_speed() 61 .grf_offset = 0x140, .grf_mode_offset = 8, 66 .grf_offset = 0x154, .grf_mode_offset = 0, 71 .grf_offset = 0x0a4, .grf_mode_offset = 0, 187 err = regmap_write(priv->grf, priv->soc_data->grf_offset, data); in emac_rockchip_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/phy/ |
| H A D | rockchip_usb2_phy.c | 89 u32 grf_base, grf_offset; in otg_phy_parse() local 150 grf_offset = fdtdec_get_addr(blob, node, "reg"); in otg_phy_parse() 154 pdata->regs_phy = grf_base + grf_offset; in otg_phy_parse()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-rk3x.c | 187 int grf_offset; member 1403 .grf_offset = 0x408, 1408 .grf_offset = 0x118, 1413 .grf_offset = 0x154, 1418 .grf_offset = 0x0a4, 1423 .grf_offset = -1, 1428 .grf_offset = -1, 1433 .grf_offset = -1, 1555 if (i2c->soc_data->grf_offset >= 0) { in rk3x_i2c_probe() 1573 ret = regmap_write(grf, i2c->soc_data->grf_offset, in rk3x_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_service.c | 61 u32 grf_offset = 0; in mpp_init_grf() local 69 ret = of_property_read_u32(np, "rockchip,grf-offset", &grf_offset); in mpp_init_grf() 83 grf_info->offset = grf_offset; in mpp_init_grf()
|