Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mvsas/
Dmv_94xx.c286 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_94xx_phy_reset()
290 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_94xx_phy_reset()
297 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_94xx_phy_reset()
770 phy_st = mvs_read_phy_ctl(mvi, i); in mvs_94xx_oob_done()
869 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_94xx_phy_set_link_rate()
1019 mvs_read_phy_ctl,
Dmv_64xx.c126 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_64xx_phy_reset()
134 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_64xx_phy_reset()
642 tmp = mvs_read_phy_ctl(mvi, phy_id); in mvs_64xx_phy_set_link_rate()
785 mvs_read_phy_ctl,
Dmv_chips.h58 static inline u32 mvs_read_phy_ctl(struct mvs_info *mvi, u32 port) in mvs_read_phy_ctl() function