Searched refs:ctrl_sts (Results 1 – 3 of 3) sorted by relevance
34 void __iomem *ctrl_sts; member 43 writel(PHY_INTF_SEL_RGMII, gmac->ctrl_sts); in s32_gmac_write_phy_intf_select() 128 gmac->ctrl_sts = devm_platform_get_and_ioremap_resource(pdev, 1, NULL); in s32_dwmac_probe() 129 if (IS_ERR(gmac->ctrl_sts)) in s32_dwmac_probe() 130 return dev_err_probe(dev, PTR_ERR(gmac->ctrl_sts), in s32_dwmac_probe()
220 #define uhci_status_bits(ctrl_sts) ((ctrl_sts) & 0xF60000) argument 221 #define uhci_actual_length(ctrl_sts) (((ctrl_sts) + 1) & \ argument
77 u32 ctrl_sts; member 366 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()