Lines Matching full:cnfg
140 * @cnfg: address of the PMIC Arbiter configuration registers.
161 void __iomem *cnfg; member
1050 mapping_table[index] = readl_relaxed(bus->cnfg + in pmic_arb_ppid_to_apid_v1()
1563 return bus->cnfg + 0x700 + 0x4 * n; in pmic_arb_apid_owner_v2()
1574 return bus->cnfg + 0x4 * (n - bus->base_apid); in pmic_arb_apid_owner_v7()
1673 void __iomem *cnfg; in spmi_pmic_arb_bus_init() local
1703 index = of_property_match_string(node, "reg-names", "cnfg"); in spmi_pmic_arb_bus_init()
1705 dev_err(dev, "cnfg reg region missing\n"); in spmi_pmic_arb_bus_init()
1709 cnfg = devm_of_iomap(dev, node, index, NULL); in spmi_pmic_arb_bus_init()
1710 if (IS_ERR(cnfg)) in spmi_pmic_arb_bus_init()
1711 return PTR_ERR(cnfg); in spmi_pmic_arb_bus_init()
1729 bus->cnfg = cnfg; in spmi_pmic_arb_bus_init()