Searched refs:MVS_CHIP_SLOT_SZ (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/mvsas/ |
D | mv_64xx.c | 314 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_64xx_init() 379 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_init() 382 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_64xx_init() 389 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init() 751 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_64xx_tune_interrupt() 754 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_64xx_tune_interrupt()
|
D | mv_init.c | 111 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free() 117 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_free() 223 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc() 243 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_alloc() 466 can_queue = MVS_CHIP_SLOT_SZ; in mvs_post_sas_ha_init()
|
D | mv_94xx.c | 452 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ); in mvs_94xx_init() 518 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_init() 521 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ | COAL_EN); in mvs_94xx_init() 529 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init() 1030 if (MVS_CHIP_SLOT_SZ > 0x1ff) in mvs_94xx_tune_interrupt() 1033 mw32(MVS_INT_COAL, MVS_CHIP_SLOT_SZ|COAL_EN); in mvs_94xx_tune_interrupt()
|
D | mv_sas.h | 173 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width) macro
|
D | mv_sas.c | 818 mvi->tx_prod = (mvi->tx_prod + 1) & (MVS_CHIP_SLOT_SZ - 1); in mvs_task_prep() 855 (MVS_CHIP_SLOT_SZ - 1)); in mvs_queue_command()
|