Home
last modified time | relevance | path

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

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