Lines Matching refs:scu
41 struct regmap *scu;
69 regmap_read(scu_ic->scu, scu_ic->reg, &sts);
81 regmap_write_bits(scu_ic->scu, scu_ic->reg, mask,
99 regmap_update_bits(scu_ic->scu, scu_ic->reg, mask, 0);
114 regmap_update_bits(scu_ic->scu, scu_ic->reg, mask, bit);
125 .name = "aspeed-scu-ic",
155 scu_ic->scu = syscon_node_to_regmap(node->parent);
156 if (IS_ERR(scu_ic->scu)) {
157 rc = PTR_ERR(scu_ic->scu);
234 IRQCHIP_DECLARE(ast2400_scu_ic, "aspeed,ast2400-scu-ic", aspeed_scu_ic_of_init);
235 IRQCHIP_DECLARE(ast2500_scu_ic, "aspeed,ast2500-scu-ic", aspeed_scu_ic_of_init);
236 IRQCHIP_DECLARE(ast2600_scu_ic0, "aspeed,ast2600-scu-ic0",
238 IRQCHIP_DECLARE(ast2600_scu_ic1, "aspeed,ast2600-scu-ic1",