status_regs        49 drivers/mfd/qcom_rpm.c 	void __iomem *status_regs;
status_regs        58 drivers/mfd/qcom_rpm.c #define RPM_STATUS_REG(rpm, i)	((rpm)->status_regs + (i) * 4)
status_regs       581 drivers/mfd/qcom_rpm.c 	rpm->status_regs = devm_ioremap_resource(&pdev->dev, res);
status_regs       582 drivers/mfd/qcom_rpm.c 	if (IS_ERR(rpm->status_regs))
status_regs       583 drivers/mfd/qcom_rpm.c 		return PTR_ERR(rpm->status_regs);
status_regs       584 drivers/mfd/qcom_rpm.c 	rpm->ctrl_regs = rpm->status_regs + 0x400;
status_regs       585 drivers/mfd/qcom_rpm.c 	rpm->req_regs = rpm->status_regs + 0x600;
status_regs       454 drivers/mfd/wm831x-irq.c 	int status_regs[WM831X_NUM_IRQ_REGS] = { 0 };
status_regs       484 drivers/mfd/wm831x-irq.c 		status = &status_regs[offset];
status_regs       542 drivers/net/wireless/broadcom/b43/phy_ht.c 	static const u16 status_regs[3] = { B43_PHY_HT_TX_PCTL_STATUS_C1,
status_regs       552 drivers/net/wireless/broadcom/b43/phy_ht.c 					b43_phy_read(dev, status_regs[i]);