/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.h | 175 /* BitTimes (BT) conversion */ 176 #define I40E_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) 177 #define I40E_B2BT(BT) ((BT) * 8) 178 #define I40E_BT2B(BT) (((BT) + (8 - 1)) / 8)
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | asm-macros.h | 78 .macro BT reg1, reg2, bit 98 BT \reg1, \reg2, \bit 110 BT \reg1, \reg2, \bit
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | asm-macros.h | 78 .macro BT reg1, reg2, bit 98 BT \reg1, \reg2, \bit 110 BT \reg1, \reg2, \bit
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dbdma.h | 39 #define BT 0x0100 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dbdma.h | 39 #define BT 0x0100 macro
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 148 as the BT field in the same instruction. */ 238 /* The BT field in an X or XL form instruction. */ 239 #define BT BH + 1 243 #define BI16 BT + 1 1071 the BT field in the same instruction. This operand is marked FAKE. 1072 The insertion function just copies the BT field into the BA field, 1788 function just copies the BT field into the BA field, and the 4383 {"crnot", XL(19,33), XL_MASK, PPCCOM, PPCVLE, {BT, BA, BBA}}, 4384 {"crnor", XL(19,33), XL_MASK, COM, PPCVLE, {BT, BA, BB}}, 4395 {"crandc", XL(19,129), XL_MASK, COM, PPCVLE, {BT, B 237 #define BT global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 148 as the BT field in the same instruction. */ 238 /* The BT field in an X or XL form instruction. */ 239 #define BT BH + 1 243 #define BI16 BT + 1 1071 the BT field in the same instruction. This operand is marked FAKE. 1072 The insertion function just copies the BT field into the BA field, 1788 function just copies the BT field into the BA field, and the 4383 {"crnot", XL(19,33), XL_MASK, PPCCOM, PPCVLE, {BT, BA, BBA}}, 4384 {"crnor", XL(19,33), XL_MASK, COM, PPCVLE, {BT, BA, BB}}, 4395 {"crandc", XL(19,129), XL_MASK, COM, PPCVLE, {BT, B 237 #define BT global() macro [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 2970 /* BitTimes (BT) conversion */ 2971 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) 2972 #define IXGBE_B2BT(BT) (BT * 8)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 2978 /* BitTimes (BT) conversion */ 2979 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) 2980 #define IXGBE_B2BT(BT) (BT * 8)
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 643 if (le16_to_cpu(pi->dbdma_ring.cmds[i].xfer_status) & BT) in handle_interrupt() 645 * BT is the branch taken bit. If it took a branch in handle_interrupt()
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 643 if (le16_to_cpu(pi->dbdma_ring.cmds[i].xfer_status) & BT) in handle_interrupt() 645 * BT is the branch taken bit. If it took a branch in handle_interrupt()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpufeature.c | 2604 ARM64_CPUID_FIELDS(ID_AA64PFR1_EL1, BT, IMP) 2834 HWCAP_CAP(ID_AA64PFR1_EL1, BT, IMP, CAP_HWCAP, KERNEL_HWCAP_BTI),
|