Home
last modified time | relevance | path

Searched refs:status_regs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dqcom_rpm.c49 void __iomem *status_regs; member
58 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4)
500 rpm->status_regs = devm_ioremap_resource(&pdev->dev, res); in qcom_rpm_probe()
501 if (IS_ERR(rpm->status_regs)) in qcom_rpm_probe()
502 return PTR_ERR(rpm->status_regs); in qcom_rpm_probe()
503 rpm->ctrl_regs = rpm->status_regs + 0x400; in qcom_rpm_probe()
504 rpm->req_regs = rpm->status_regs + 0x600; in qcom_rpm_probe()
Dwm831x-irq.c459 int status_regs[WM831X_NUM_IRQ_REGS] = { 0 }; in wm831x_irq_thread() local
489 status = &status_regs[offset]; in wm831x_irq_thread()
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_ht.c555 static const u16 status_regs[3] = { B43_PHY_HT_TX_PCTL_STATUS_C1, in b43_phy_ht_tx_power_ctl() local
565 b43_phy_read(dev, status_regs[i]); in b43_phy_ht_tx_power_ctl()