Home
last modified time | relevance | path

Searched refs:grf_offset (Results 1 – 3 of 3) sorted by relevance

/drivers/power/avs/
Drockchip-io-domain.c64 int grf_offset; member
97 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val); in rockchip_iodomain_write()
235 .grf_offset = 0x104,
257 .grf_offset = 0x418,
267 .grf_offset = 0x380,
284 .grf_offset = 0x410,
298 .grf_offset = 0x900,
314 .grf_offset = 0x100,
326 .grf_offset = 0xe640,
336 .grf_offset = 0x180,
[all …]
/drivers/net/ethernet/arc/
Demac_rockchip.c31 unsigned int grf_offset; member
65 err = regmap_write(emac->grf, emac->soc_data->grf_offset, data); in emac_rockchip_set_mac_speed()
71 .grf_offset = 0x140, .grf_mode_offset = 8,
76 .grf_offset = 0x154, .grf_mode_offset = 0,
81 .grf_offset = 0x0a4, .grf_mode_offset = 0,
195 err = regmap_write(priv->grf, priv->soc_data->grf_offset, data); in emac_rockchip_probe()
/drivers/i2c/busses/
Di2c-rk3x.c168 int grf_offset; member
1135 .grf_offset = -1,
1140 .grf_offset = 0x154,
1145 .grf_offset = 0x0a4,
1150 .grf_offset = -1,
1155 .grf_offset = -1,
1160 .grf_offset = -1,
1240 if (i2c->soc_data->grf_offset >= 0) { in rk3x_i2c_probe()
1258 ret = regmap_write(grf, i2c->soc_data->grf_offset, value); in rk3x_i2c_probe()