Searched refs:phyctl_offset (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c105 u8 phyctl_offset; member in struct:sun4i_usb_phy_cfg
185 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset;
191 if (phy_data->cfg->phyctl_offset == REG_PHYCTL_A33) {
333 val = readl(data->base + data->cfg->phyctl_offset);
336 writel(val, data->base + data->cfg->phyctl_offset);
377 data->cfg->phyctl_offset;
907 .phyctl_offset = REG_PHYCTL_A10,
914 .phyctl_offset = REG_PHYCTL_A10,
921 .phyctl_offset = REG_PHYCTL_A10,
928 .phyctl_offset
[all...]

Completed in 100 milliseconds