Home
last modified time | relevance | path

Searched refs:MVS_CHIP_SLOT_SZ (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/scsi/mvsas/
Dmv_64xx.c314 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()
Dmv_init.c113 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free()
119 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_free()
225 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc()
245 sizeof(*mvi->tx) * MVS_CHIP_SLOT_SZ, in mvs_alloc()
372 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL); in mvs_pci_alloc()
472 can_queue = MVS_CHIP_SLOT_SZ; in mvs_post_sas_ha_init()
Dmv_94xx.c452 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()
Dmv_sas.h173 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width) macro
Dmv_sas.c821 mvi->tx_prod = (mvi->tx_prod + 1) & (MVS_CHIP_SLOT_SZ - 1); in mvs_task_prep()
858 (MVS_CHIP_SLOT_SZ - 1)); in mvs_queue_command()