Searched refs:BUILD_BUG_ON (Results 1 - 25 of 1321) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dmc146818rtc.h11 #define RTC_IRQ BUILD_BUG_ON(1)
/linux-master/arch/mips/include/asm/
H A Dcompat-signal.h17 BUILD_BUG_ON(sizeof(*d) != sizeof(*s));
18 BUILD_BUG_ON(_NSIG_WORDS != 2);
H A Dmips-gic.h56 BUILD_BUG_ON(sz != 32); \
67 BUILD_BUG_ON(sz != 32); \
/linux-master/arch/powerpc/perf/
H A Dhv-common.h37 BUILD_BUG_ON((bit_start > bit_end) \
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h73 BUILD_BUG_ON(value > BW_FIXED_MAX_I32 || value < BW_FIXED_MIN_I32);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c93 BUILD_BUG_ON(sizeof(union pvrdma_cmd_req) !=
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c298 BUILD_BUG_ON(EF4_FC_AUTO & (EF4_FC_RX | EF4_FC_TX));
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhif.c105 BUILD_BUG_ON(REGISTER_DUMP_COUNT % 4);
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dphy.c1048 BUILD_BUG_ON(__CARL9170_NUM_BW != 3);
1535 BUILD_BUG_ON(ARRAY_SIZE(phy_regs) != ARRAY_SIZE(ar->noise));
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dppr.c22 BUILD_BUG_ON(sizeof(struct b43_ppr) != B43_PPR_RATES_NUM * sizeof(u8));
H A Dtables.c342 BUILD_BUG_ON(B43_TAB_ROTOR_SIZE != ARRAY_SIZE(b43_tab_rotor));
343 BUILD_BUG_ON(B43_TAB_RETARD_SIZE != ARRAY_SIZE(b43_tab_retard));
344 BUILD_BUG_ON(B43_TAB_FINEFREQA_SIZE != ARRAY_SIZE(b43_tab_finefreqa));
345 BUILD_BUG_ON(B43_TAB_FINEFREQG_SIZE != ARRAY_SIZE(b43_tab_finefreqg));
346 BUILD_BUG_ON(B43_TAB_NOISEA2_SIZE != ARRAY_SIZE(b43_tab_noisea2));
347 BUILD_BUG_ON(B43_TAB_NOISEA3_SIZE != ARRAY_SIZE(b43_tab_noisea3));
348 BUILD_BUG_ON(B43_TAB_NOISEG1_SIZE != ARRAY_SIZE(b43_tab_noiseg1));
349 BUILD_BUG_ON(B43_TAB_NOISEG2_SIZE != ARRAY_SIZE(b43_tab_noiseg2));
350 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZE !=
352 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZ
[all...]
H A Dtables_phy_ht.c796 BUILD_BUG_ON(ARRAY_SIZE(b43_httab_0x1a_0xc0_late) !=
H A Dxmit.h412 BUILD_BUG_ON(sizeof(struct b43_private_tx_info) >
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dshm_ipc.c87 BUILD_BUG_ON(offsetof(struct qtnf_shm_ipc_region, data) !=
89 BUILD_BUG_ON(sizeof(struct qtnf_shm_ipc_region) > QTN_IPC_REG_SZ);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h117 BUILD_BUG_ON(sizeof(struct skb_frame_desc) >
H A Drt2x00reg.h207 BUILD_BUG_ON(!(__mask) || \
/linux-master/drivers/ps3/
H A Dps3-sys-manager.c264 BUILD_BUG_ON(sizeof(payload) != 8);
301 BUILD_BUG_ON(sizeof(payload) != 16);
343 BUILD_BUG_ON(sizeof(payload) != 16);
380 BUILD_BUG_ON(sizeof(payload) != 16);
414 BUILD_BUG_ON(sizeof(event) != 16);
494 BUILD_BUG_ON(sizeof(cmd) != 16);
544 BUILD_BUG_ON(sizeof(header) != 16);
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c384 BUILD_BUG_ON(!__same_type(srp_cmd->add_data[0], (s8)0)
/linux-master/drivers/soc/tegra/fuse/
H A Dspeedo-tegra114.c80 BUILD_BUG_ON(ARRAY_SIZE(cpu_process_speedos) !=
82 BUILD_BUG_ON(ARRAY_SIZE(soc_process_speedos) !=
H A Dspeedo-tegra20.c60 BUILD_BUG_ON(ARRAY_SIZE(cpu_process_speedos) != SPEEDO_ID_COUNT);
61 BUILD_BUG_ON(ARRAY_SIZE(soc_process_speedos) != SPEEDO_ID_COUNT);
H A Dspeedo-tegra30.c241 BUILD_BUG_ON(ARRAY_SIZE(cpu_process_speedos) !=
243 BUILD_BUG_ON(ARRAY_SIZE(soc_process_speedos) !=
/linux-master/include/asm-generic/
H A Dfixmap.h32 BUILD_BUG_ON(idx >= __end_of_fixed_addresses);
/linux-master/include/linux/
H A Daverage.h34 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
35 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
40 BUILD_BUG_ON((_precision) > 30); \
47 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
48 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
49 BUILD_BUG_ON((_precision) > 30); \
60 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
61 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
62 BUILD_BUG_ON((_precision) > 30); \
H A Dskb_array.h205 BUILD_BUG_ON(offsetof(struct skb_array, ring));
/linux-master/lib/842/
H A D842_compress.c486 BUILD_BUG_ON(sizeof(*p) > SW842_MEM_COMPRESS);

Completed in 642 milliseconds

1234567891011>>