Home
last modified time | relevance | path

Searched refs:AL_PCI_MSIX_MSGCTRL_TBL_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_unit_adapter_regs.h145 #define AL_PCI_MSIX_MSGCTRL_TBL_SIZE 0x7ff /* MSIX table size */ macro
H A Dal_hal_pcie.c2697 msix_reg0 &= ~(AL_PCI_MSIX_MSGCTRL_TBL_SIZE << AL_PCI_MSIX_MSGCTRL_TBL_SIZE_SHIFT); in al_pcie_msix_config()
2698 msix_reg0 |= ((msix_params->table_size - 1) & AL_PCI_MSIX_MSGCTRL_TBL_SIZE) << in al_pcie_msix_config()