Searched refs:bitsize (Results 1 – 3 of 3) sorted by relevance
66 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize)67 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize)70 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4))103 uint32_t bitsize; /* Bit size of the bar */ member137 uint32_t bitsize; in nfp_compute_bar() local194 bitsize = 40 - 16; in nfp_compute_bar()228 bitsize = 40 - 21; in nfp_compute_bar()231 if (bar->bitsize < bitsize) { in nfp_compute_bar()237 newcfg |= offset >> bitsize; in nfp_compute_bar()327 bar->bitsize = nfp->barsz - 3; in nfp_enable_bars()[all …]
38 offset, start bit, and bitsize of silicon revision field
275 int bitsize; in zfs_quotactl() local348 bitsize = 64; in zfs_quotactl()349 error = copyout(&bitsize, arg, sizeof (int)); in zfs_quotactl()