Searched refs:mvs_read_port_cfg_data (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/mvsas/
H A Dmv_64xx.c583 phy_st = mvs_read_port_cfg_data(mvi, i);
608 phy->dev_info = mvs_read_port_cfg_data(mvi, i);
611 phy->att_dev_info = mvs_read_port_cfg_data(mvi, i);
615 (u64) mvs_read_port_cfg_data(mvi, i) << 32;
617 phy->att_dev_sas_addr |= mvs_read_port_cfg_data(mvi, i);
787 mvs_read_port_cfg_data,
H A Dmv_94xx.c277 tmp = mvs_read_port_cfg_data(mvi, phy_id);
785 id_frame[i] = cpu_to_le32(mvs_read_port_cfg_data(mvi, port_id));
799 id_frame[i] = cpu_to_le32(mvs_read_port_cfg_data(mvi, port_id));
1021 mvs_read_port_cfg_data,
H A Dmv_chips.h94 static inline u32 mvs_read_port_cfg_data(struct mvs_info *mvi, u32 port) function

Completed in 405 milliseconds