Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_64xx.c568 phy_st = mvs_read_port_cfg_data(mvi, i); in mvs_64xx_oob_done()
593 phy->dev_info = mvs_read_port_cfg_data(mvi, i); in mvs_64xx_fix_phy_info()
596 phy->att_dev_info = mvs_read_port_cfg_data(mvi, i); in mvs_64xx_fix_phy_info()
600 (u64) mvs_read_port_cfg_data(mvi, i) << 32; in mvs_64xx_fix_phy_info()
602 phy->att_dev_sas_addr |= mvs_read_port_cfg_data(mvi, i); in mvs_64xx_fix_phy_info()
773 mvs_read_port_cfg_data,
H A Dmv_94xx.c260 tmp = mvs_read_port_cfg_data(mvi, phy_id); in mvs_94xx_phy_reset()
816 id_frame[i] = cpu_to_le32(mvs_read_port_cfg_data(mvi, port_id)); in mvs_94xx_get_dev_identify_frame()
830 id_frame[i] = cpu_to_le32(mvs_read_port_cfg_data(mvi, port_id)); in mvs_94xx_get_att_identify_frame()
1140 mvs_read_port_cfg_data,
H A Dmv_chips.h78 static inline u32 mvs_read_port_cfg_data(struct mvs_info *mvi, u32 port) in mvs_read_port_cfg_data() function