Searched refs:ctrl_sts (Results 1 – 3 of 3) sorted by relevance
36 void __iomem *ctrl_sts; member49 if (gmac->ctrl_sts) in s32_gmac_write_phy_intf_select()50 writel(S32_PHY_INTF_SEL_RGMII, gmac->ctrl_sts); in s32_gmac_write_phy_intf_select()143 gmac->ctrl_sts = devm_platform_get_and_ioremap_resource(pdev, 1, NULL); in s32_dwmac_probe()144 if (IS_ERR(gmac->ctrl_sts)) in s32_dwmac_probe()145 return dev_err_probe(dev, PTR_ERR(gmac->ctrl_sts), in s32_dwmac_probe()
220 #define uhci_status_bits(ctrl_sts) ((ctrl_sts) & 0xF60000) argument221 #define uhci_actual_length(ctrl_sts) (((ctrl_sts) + 1) & \ argument
77 u32 ctrl_sts; member379 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()