Searched refs:grf_offset (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/soc/rockchip/ |
D | io-domain.c | 72 int grf_offset; member 141 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val); in rockchip_iodomain_write() 313 .grf_offset = 0x180, 328 .grf_offset = 0x100, 354 .grf_offset = 0x104, 376 .grf_offset = 0x418, 386 .grf_offset = 0x380, 403 .grf_offset = 0x300, 416 .grf_offset = 0x410, 430 .grf_offset = 0x900, [all …]
|
/linux-6.12.1/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-6.12.1/drivers/i2c/busses/ |
D | i2c-rk3x.c | 167 int grf_offset; member 1169 .grf_offset = -1, 1174 .grf_offset = 0x118, 1179 .grf_offset = 0x154, 1184 .grf_offset = 0x0a4, 1189 .grf_offset = -1, 1194 .grf_offset = -1, 1199 .grf_offset = -1, 1281 if (i2c->soc_data->grf_offset >= 0) { in rk3x_i2c_probe() 1303 ret = regmap_write(grf, i2c->soc_data->grf_offset, value); in rk3x_i2c_probe()
|