Searched refs:grf_offset (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | io-domain.c | 64 int grf_offset;
member 138 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val);
in rockchip_iodomain_write() 300 .grf_offset = 0x180,
316 .grf_offset = 0x100,
343 .grf_offset = 0x104,
366 .grf_offset = 0x418,
377 .grf_offset = 0x380,
395 .grf_offset = 0x410,
410 .grf_offset = 0x900,
426 .grf_offset [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/ |
H A D | io-domain.c | 64 int grf_offset;
member 138 ret = regmap_write(iod->grf, iod->soc_data->grf_offset, val);
in rockchip_iodomain_write() 300 .grf_offset = 0x180,
316 .grf_offset = 0x100,
343 .grf_offset = 0x104,
366 .grf_offset = 0x418,
377 .grf_offset = 0x380,
395 .grf_offset = 0x410,
410 .grf_offset = 0x900,
426 .grf_offset [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 191 * @grf_offset: offset inside the grf regmap for setting the i2c type
195 int grf_offset;
member 1244 .grf_offset = 0x408,
1249 .grf_offset = 0x118,
1254 .grf_offset = 0x154,
1259 .grf_offset = 0x0a4,
1264 .grf_offset = -1,
1269 .grf_offset = -1,
1274 .grf_offset = -1,
1341 if (i2c->soc_data->grf_offset > in rk3x_i2c_probe() [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_service.c | 58 u32 grf_offset = 0;
in mpp_init_grf() local 67 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()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_service.c | 59 u32 grf_offset = 0; in mpp_init_grf() local 67 ret = of_property_read_u32(np, "rockchip,grf-offset", &grf_offset); in mpp_init_grf() 81 grf_info->offset = grf_offset; in mpp_init_grf()
|
Completed in 5 milliseconds