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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl818x.h133 u8 PHY[4]; member in struct:rtl818x_csr
H A Drtl8180_dev.c94 rtl818x_iowrite32(priv, (__le32 __iomem *)&priv->map->PHY[0], buf | 0x80);
96 rtl818x_iowrite32(priv, (__le32 __iomem *)&priv->map->PHY[0], buf);
97 if (rtl818x_ioread8(priv, &priv->map->PHY[2]) == (data & 0xFF))
H A Drtl8187_dev.c183 rtl818x_iowrite8(priv, &priv->map->PHY[3], (data >> 24) & 0xFF);
184 rtl818x_iowrite8(priv, &priv->map->PHY[2], (data >> 16) & 0xFF);
185 rtl818x_iowrite8(priv, &priv->map->PHY[1], (data >> 8) & 0xFF);
186 rtl818x_iowrite8(priv, &priv->map->PHY[0], data & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c2634 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
2638 reason_code = event_data->PHY[i].PhyStatus &
2982 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
2985 reason_code = event_data->PHY[i].PhyStatus &
4707 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
4711 reason_code = event_data->PHY[i].PhyStatus &
4733 link_rate = event_data->PHY[i].LinkRate >> 4;
4734 prev_link_rate = event_data->PHY[i].LinkRate & 0xF;
4813 reason_code = event_data->PHY[i].PhyStatus &
4815 if ((event_data->PHY[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_ioc.h34 * List Event data, including adding a bit for PHY Vacant
86 * Added new event: SAS PHY Counter.
809 MPI2_EVENT_SAS_TOPO_PHY_ENTRY PHY[MPI2_EVENT_SAS_TOPO_PHY_COUNT]; /* 0x0C*/ member in struct:_MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST
871 /* SAS PHY Counter Event data */
1464 /* Parameter1 contains a PHY number */
H A Dmpi2_cnfg.h102 * Added SAS PHY Page 2 and SAS PHY Page 3.
111 * Added SAS PHY Page 4 structure and defines.
250 /* SAS PHY PageAddress format */
1839 U8 PHY[MPI2_SAS_IOUNIT4_PHY_MAX]; /* 0x2C */ member in struct:_MPI2_CONFIG_PAGE_SASIOUNIT_4
1849 /* defines for PHY field */
2262 * SAS PHY Config Pages
2265 /* SAS PHY Page 0 */
2293 /* values for SAS PHY Page 0 Flags field */
2303 /* SAS PHY Pag
[all...]

Completed in 150 milliseconds