Searched refs:status_regs (Results 1 – 2 of 2) sorted by relevance
51 void __iomem *status_regs; member60 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4)578 rpm->status_regs = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in qcom_rpm_probe()579 if (IS_ERR(rpm->status_regs)) in qcom_rpm_probe()580 return PTR_ERR(rpm->status_regs); in qcom_rpm_probe()581 rpm->ctrl_regs = rpm->status_regs + 0x400; in qcom_rpm_probe()582 rpm->req_regs = rpm->status_regs + 0x600; in qcom_rpm_probe()
542 static const u16 status_regs[3] = { B43_PHY_HT_TX_PCTL_STATUS_C1, in b43_phy_ht_tx_power_ctl() local552 b43_phy_read(dev, status_regs[i]); in b43_phy_ht_tx_power_ctl()