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
411 u32 phy_mask)
414 if (((phy_mask & 0x0F) == 0x0F)
415 || ((phy_mask & 0x03) == 0x03)
416 || ((phy_mask & 0x01) == 0x01)
417 || (phy_mask == 0))
420 if (((phy_mask & 0x02) == 0x02)
421 || (phy_mask == 0))
424 if (((phy_mask & 0x0C) == 0x0C)
425 || ((phy_mask & 0x04) == 0x04)
426 || (phy_mask == 0))
429 if (((phy_mask & 0x08) == 0x08)
430 || (phy_mask == 0))
1062 u32 phy_mask;
1103 phy_mask = sci_port_get_phys(iport);
1110 if (sci_port_is_phy_mask_valid(iport, phy_mask) == true) {
1555 u32 phy_mask = iport->active_phy_mask;
1566 if ((phy_mask >> phy_index) & 1) {