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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_port.c90 port->phy_mask |= (1U << phy->id);
95 SAS_DPRINTK("phy%d added to port%d, phy_mask:0x%x\n", phy->id,
96 port->id, port->phy_mask);
166 port->phy_mask &= ~(1U << phy->id);
176 port->phy_mask = 0;
263 port->phy_mask = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dmdio_bus.c65 if (bus->phy_mask & (1 << i)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c125 asd_port->phy_mask = 0;
133 u8 phy_mask = asd_ha->hw_prof.enabled_phys; local
150 for_each_phy(phy_mask, phy_mask, i) {
1342 int asd_enable_phys(struct asd_ha_struct *asd_ha, const u8 phy_mask) argument
1350 if (!phy_mask) {
1351 asd_printk("%s called with phy_mask of 0!?\n", __FUNCTION__);
1355 for_each_phy(phy_mask, phy_m, i) {
1369 for_each_phy(phy_mask, phy_m, i) {
H A Daic94xx_hwi.h197 * phy_mask for updating DDB 0.
202 u32 phy_mask; member in struct:asd_port
403 int asd_enable_phys(struct asd_ha_struct *asd_ha, const u8 phy_mask);
H A Daic94xx_seq.c1401 const u8 phy_mask = (u8) phy->asd_port->phy_mask; local
1408 for_each_phy(phy_mask, mask, i)
1411 port_map_by_links)+i,phy_mask);
1419 phy_is_up | phy_mask);
H A Daic94xx_init.c740 u8 phy_mask = asd_ha->hw_prof.enabled_phys; local
743 for_each_phy(phy_mask, phy_mask, i) {
H A Daic94xx_scb.c210 port->phy_mask |= (1U << sas_phy->id);
213 ASD_DPRINTK("%s: updating phy_mask 0x%x for phy%d\n",
214 __FUNCTION__, phy->asd_port->phy_mask, sas_phy->id);
228 port->phy_mask &= ~(1U << sas_phy->id);
H A Daic94xx_dev.c164 asd_ddbsite_write_byte(asd_ha, ddb, CONN_MASK, dev->port->phy_mask);
H A Daic94xx_tmf.c139 scb->clear_nexus.conn_mask = port->phy_mask;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c265 new_bus->phy_mask = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dphy.h95 u32 phy_mask; member in struct:mii_bus
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmii-bitbang.c339 new_bus->phy_mask = ~0x9;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h248 u32 phy_mask; member in struct:asd_sas_port

Completed in 158 milliseconds