Searched refs:IWM_BLOCK_2_EXP_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_fw.h89 #define IWM_BLOCK_2_EXP_SIZE (IWM_PAGE_2_EXP_SIZE + IWM_PAGE_PER_GROUP_2_EXP_SIZE) macro
H A Dif_iwm_fw.c241 /* ensure IWM_BLOCK_2_EXP_SIZE is power of 2 of IWM_PAGING_BLOCK_SIZE */
242 _Static_assert((1 << IWM_BLOCK_2_EXP_SIZE) == IWM_PAGING_BLOCK_SIZE,
243 "IWM_BLOCK_2_EXP_SIZE must be power of 2 of IWM_PAGING_BLOCK_SIZE");
322 .block_size = htole32(IWM_BLOCK_2_EXP_SIZE),
H A Dif_iwmreg.h2443 #define IWM_BLOCK_2_EXP_SIZE (IWM_PAGE_2_EXP_SIZE + IWM_PAGE_PER_GROUP_2_EXP_SIZE) macro

Completed in 92 milliseconds