Searched refs:phyId (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 217 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0,
|
H A D | pm8001_hwi.c | 3082 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm8001_hw_event_ack_req() argument 3090 ((phyId & 0x0F) << 4) | (port_id & 0x0F)); in pm8001_hw_event_ack_req() 3098 u32 phyId, u32 phy_op); 4241 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() argument 4249 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req()
|
H A D | pm80xx_hwi.c | 3082 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm80xx_hw_event_ack_req() argument 3090 ((phyId & 0xFF) << 24) | (port_id & 0xFF)); in pm80xx_hw_event_ack_req() 3099 u32 phyId, u32 phy_op); 4787 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() argument 4801 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req()
|