Searched refs:grf_offset (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/soc/rockchip/ |
D | io-domain.c | 60 int grf_offset; member 93 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val); in rockchip_iodomain_write() 246 .grf_offset = 0x180, 261 .grf_offset = 0x100, 287 .grf_offset = 0x104, 309 .grf_offset = 0x418, 319 .grf_offset = 0x380, 336 .grf_offset = 0x410, 350 .grf_offset = 0x900, 366 .grf_offset = 0x100, [all …]
|
/Linux-v5.10/drivers/net/ethernet/arc/ |
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()
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-rk3x.c | 167 int grf_offset; member 1164 .grf_offset = -1, 1169 .grf_offset = 0x154, 1174 .grf_offset = 0x0a4, 1179 .grf_offset = -1, 1184 .grf_offset = -1, 1189 .grf_offset = -1, 1267 if (i2c->soc_data->grf_offset >= 0) { in rk3x_i2c_probe() 1285 ret = regmap_write(grf, i2c->soc_data->grf_offset, value); in rk3x_i2c_probe()
|