Lines Matching refs:octo_phy_mask
69 uint octo_phy_mask = 0; in calculate_octo_phy_mask() local
85 octo_phy_mask |= (1 << (k * 2)); in calculate_octo_phy_mask()
94 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()
99 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()
102 return octo_phy_mask; in calculate_octo_phy_mask()
127 struct porttype *get_porttype(uint octo_phy_mask, uint k) in get_porttype() argument
132 if (octo_phy_mask & 0x01) in get_porttype()
134 else if (!(octo_phy_mask & 0x03)) in get_porttype()
137 if (octo_phy_mask & (1 << octo_index)) in get_porttype()
162 int init_octo_phys(uint octo_phy_mask) in init_octo_phys() argument
174 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys()
186 if (!m && octo_phy_mask & (0xf << octo_index)) { in init_octo_phys()
192 if (!(octo_phy_mask & BIT(octo_index + m))) in init_octo_phys()