Lines Matching refs:phy_mask
135 prop->phy_mask = sci_port_get_phys(iport);
359 * phy_mask for a port can be supported. bool true if this is a valid phy
401 * @phy_mask: Phy mask belonging to this port
412 u32 phy_mask)
415 if (((phy_mask & 0x0F) == 0x0F)
416 || ((phy_mask & 0x03) == 0x03)
417 || ((phy_mask & 0x01) == 0x01)
418 || (phy_mask == 0))
421 if (((phy_mask & 0x02) == 0x02)
422 || (phy_mask == 0))
425 if (((phy_mask & 0x0C) == 0x0C)
426 || ((phy_mask & 0x04) == 0x04)
427 || (phy_mask == 0))
430 if (((phy_mask & 0x08) == 0x08)
431 || (phy_mask == 0))
1064 u32 phy_mask;
1105 phy_mask = sci_port_get_phys(iport);
1112 if (sci_port_is_phy_mask_valid(iport, phy_mask) == true) {
1557 u32 phy_mask = iport->active_phy_mask;
1568 if ((phy_mask >> phy_index) & 1) {