Searched refs:grf_offset (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/io-domain/ |
| H A D | rockchip-io-domain.c | 73 int grf_offset; member 168 regmap_write(regmap, priv->sdata->grf_offset, val); in rv1126_iodomain_write() 189 ret = regmap_write(regmap, priv->sdata->grf_offset, val); in rockchip_iodomain_write() 332 .grf_offset = 0x180, 347 .grf_offset = 0x100, 373 .grf_offset = 0x104, 395 .grf_offset = 0x418, 405 .grf_offset = 0x380, 422 .grf_offset = 0x300, 435 .grf_offset = 0x410, [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/phy/ |
| H A D | rockchip_usb2_phy.c | 89 u32 grf_base, grf_offset; in otg_phy_parse() local 150 grf_offset = fdtdec_get_addr(blob, node, "reg"); in otg_phy_parse() 154 pdata->regs_phy = grf_base + grf_offset; in otg_phy_parse()
|