Searched refs:mvs_cw32 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/mvsas/ |
H A D | mv_chips.h | 35 static inline void mvs_cw32(struct mvs_info *mvi, u32 addr, u32 val) in mvs_cw32() function 154 mvs_cw32(mvi, CMD_PHY_TIMER, tmp); in mvs_phy_hacks() 157 mvs_cw32(mvi, CMD_SAS_CTL1, 0x7f7f); in mvs_phy_hacks() 163 mvs_cw32(mvi, CMD_SAS_CTL0, tmp); in mvs_phy_hacks() 165 mvs_cw32(mvi, CMD_WD_TIMER, 0x7a0000); in mvs_phy_hacks() 168 mvs_cw32(mvi, CMD_APP_ERR_CONFIG, 0xffefbf7d); in mvs_phy_hacks()
|
H A D | mv_94xx.c | 436 mvs_cw32(mvi, CMD_SAS_CTL1, tmp); in mvs_94xx_init() 543 mvs_cw32(mvi, CMD_LINK_TIMER, tmp); in mvs_94xx_init() 547 mvs_cw32(mvi, CMD_PL_TIMER, tmp); in mvs_94xx_init() 552 mvs_cw32(mvi, CMD_PORT_LAYER_TIMER1, tmp); in mvs_94xx_init() 560 mvs_cw32(mvi, CMD_SL_MODE0, tmp); in mvs_94xx_init() 657 mvs_cw32(mvi, MVS_COMMAND_ACTIVE + (slot_idx >> 3), in mvs_94xx_command_active()
|
H A D | mv_64xx.c | 303 mvs_cw32(mvi, CMD_PHY_MODE_21, tmp); in mvs_64xx_init() 470 mvs_cw32(mvi, 0x40 + (slot_idx >> 3), 1 << (slot_idx % 32)); in mvs_64xx_command_active() 471 mvs_cw32(mvi, 0x00 + (slot_idx >> 3), 1 << (slot_idx % 32)); in mvs_64xx_command_active()
|