Home
last modified time | relevance | path

Searched refs:phyId (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/pm8001/
Dpm8001_hwi.c3344 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm8001_hw_event_ack_req() argument
3355 ((phyId & 0x0F) << 4) | (port_id & 0x0F)); in pm8001_hw_event_ack_req()
3362 u32 phyId, u32 phy_op);
4613 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() argument
4623 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req()
Dpm80xx_hwi.c2862 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm80xx_hw_event_ack_req() argument
2873 ((phyId & 0xFF) << 24) | (port_id & 0xFF)); in pm80xx_hw_event_ack_req()
2880 u32 phyId, u32 phy_op);
4602 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() argument
4616 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req()