Searched refs:PORT_TYPE_SATA (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/scsi/pm8001/
H A Dpm8001_defs.h64 PORT_TYPE_SATA = (1L << 0), enumerator in enum:port_type
H A Dpm8001_hwi.c2778 } else if (phy->phy_type & PORT_TYPE_SATA) {
2980 phy->phy_type |= PORT_TYPE_SATA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_94xx.c38 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
45 phy->phy_type |= PORT_TYPE_SATA;
359 if (type == PORT_TYPE_SATA) {
H A Dmv_64xx.c37 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
41 phy->phy_type |= PORT_TYPE_SATA;
507 if (type == PORT_TYPE_SATA) {
H A Dmv_sas.c373 } else if (phy->phy_type & PORT_TYPE_SATA) {
1111 } else if (phy->phy_type & PORT_TYPE_SATA)
1115 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1169 if (phy->phy_type & PORT_TYPE_SATA) {
1188 phy->phy_type &= ~PORT_TYPE_SATA;
2090 int dev_sata = phy->phy_type & PORT_TYPE_SATA;
2133 if (phy->phy_type & PORT_TYPE_SATA) {
H A Dmv_defs.h408 PORT_TYPE_SATA = (1U << 0), enumerator in enum:mvs_port_type

Completed in 136 milliseconds