Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) macro
20 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) \ macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c805 BUILD_BUG_ON_NOT_POWER_OF_2(DWC3_TRB_NUM); in dwc3_prepare_trbs()