Home
last modified time | relevance | path

Searched refs:PORT_TYPE_SATA (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/pm8001/
H A Dpm8001_defs.h74 PORT_TYPE_SATA = (1L << 0), enumerator
/linux/drivers/scsi/mvsas/
H A Dmv_64xx.c21 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_64xx_detect_porttype()
25 phy->phy_type |= PORT_TYPE_SATA; in mvs_64xx_detect_porttype()
486 if (type == PORT_TYPE_SATA) { in mvs_64xx_issue_stop()
H A Dmv_defs.h397 PORT_TYPE_SATA = (1U << 0), enumerator
H A Dmv_94xx.c23 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_94xx_detect_porttype()
30 phy->phy_type |= PORT_TYPE_SATA; in mvs_94xx_detect_porttype()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h109 PORT_TYPE_SATA = (1U << 0), enumerator
H A Dhisi_sas_v1_hw.c1366 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in int_phyup_v1_hw()