Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/rockchip/
H A Dio-domain.c68 int grf_offset; member
137 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val); in rockchip_iodomain_write()
290 .grf_offset = 0x180,
305 .grf_offset = 0x100,
331 .grf_offset = 0x104,
353 .grf_offset = 0x418,
363 .grf_offset = 0x380,
380 .grf_offset = 0x410,
394 .grf_offset = 0x900,
410 .grf_offset = 0x100,
[all …]
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac_rockchip.c21 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()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rk3x.c167 int grf_offset; member
1171 .grf_offset = -1,
1176 .grf_offset = 0x118,
1181 .grf_offset = 0x154,
1186 .grf_offset = 0x0a4,
1191 .grf_offset = -1,
1196 .grf_offset = -1,
1201 .grf_offset = -1,
1283 if (i2c->soc_data->grf_offset >= 0) { in rk3x_i2c_probe()
1305 ret = regmap_write(grf, i2c->soc_data->grf_offset, value); in rk3x_i2c_probe()