Searched refs:bitsize (Results 1 – 1 of 1) sorted by relevance
63 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize)64 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize)67 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4))100 uint32_t bitsize; /* Bit size of the bar */ member134 uint32_t bitsize; in nfp_compute_bar() local191 bitsize = 40 - 16; in nfp_compute_bar()225 bitsize = 40 - 21; in nfp_compute_bar()228 if (bar->bitsize < bitsize) { in nfp_compute_bar()234 newcfg |= offset >> bitsize; in nfp_compute_bar()324 bar->bitsize = nfp->barsz - 3; in nfp_enable_bars()[all …]