Searched full:pgc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pmdomain/imx/ |
| H A D | gpcv2.c | 200 * The PGC offset values in Reference Manual 284 unsigned long pgc; member 317 u32 reg_val, pgc; in imx_pgc_power_up() local 361 dev_err(domain->dev, "failed to command PGC\n"); in imx_pgc_power_up() 366 for_each_set_bit(pgc, &domain->pgc, 32) { in imx_pgc_power_up() 367 regmap_clear_bits(domain->regmap, GPC_PGC_CTRL(pgc), in imx_pgc_power_up() 427 u32 reg_val, pgc; in imx_pgc_power_down() local 456 for_each_set_bit(pgc, &domain->pgc, 32) { in imx_pgc_power_down() 457 regmap_update_bits(domain->regmap, GPC_PGC_CTRL(pgc), in imx_pgc_power_down() 473 dev_err(domain->dev, "failed to command PGC\n"); in imx_pgc_power_down() [all …]
|
| /linux/Documentation/devicetree/bindings/power/ |
| H A D | fsl,imx-gpcv2.yaml | 14 Control (PGC) for various power domains. 19 described as subnodes of the power gating controller 'pgc' node. 22 property that is a phandle for PGC node representing the domain. 43 pgc: 109 - pgc 122 pgc {
|