Lines Matching refs:virt
83 void __iomem *virt; member
110 xway_stp_w32(chip->virt, chip->shadow, XWAY_STP_CPU0); in xway_stp_set()
111 xway_stp_w32_mask(chip->virt, 0, XWAY_STP_CON_SWU, XWAY_STP_CON0); in xway_stp_set()
156 xway_stp_w32(chip->virt, 0, XWAY_STP_AR); in xway_stp_hw_init()
157 xway_stp_w32(chip->virt, 0, XWAY_STP_CPU0); in xway_stp_hw_init()
158 xway_stp_w32(chip->virt, 0, XWAY_STP_CPU1); in xway_stp_hw_init()
159 xway_stp_w32(chip->virt, XWAY_STP_CON_SWU, XWAY_STP_CON0); in xway_stp_hw_init()
160 xway_stp_w32(chip->virt, 0, XWAY_STP_CON1); in xway_stp_hw_init()
163 xway_stp_w32_mask(chip->virt, XWAY_STP_EDGE_MASK, in xway_stp_hw_init()
167 xway_stp_w32_mask(chip->virt, XWAY_STP_GROUP_MASK, in xway_stp_hw_init()
171 xway_stp_w32_mask(chip->virt, in xway_stp_hw_init()
177 xway_stp_w32_mask(chip->virt, in xway_stp_hw_init()
181 xway_stp_w32_mask(chip->virt, in xway_stp_hw_init()
194 xway_stp_w32_mask(chip->virt, XWAY_STP_UPD_MASK, in xway_stp_hw_init()
213 chip->virt = devm_ioremap_resource(&pdev->dev, res); in xway_stp_probe()
214 if (IS_ERR(chip->virt)) in xway_stp_probe()
215 return PTR_ERR(chip->virt); in xway_stp_probe()