HomeSort by: relevance | last modified time | path
    Searched refs:IWM_PAGING_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmreg.h 6573 #define IWM_PAGING_BLOCK_SIZE (IWM_NUM_OF_PAGE_PER_GROUP * IWM_FW_PAGING_SIZE)
6584 #define IWM_MAX_PAGING_IMAGE_SIZE (IWM_NUM_OF_BLOCK_PER_IMAGE * IWM_PAGING_BLOCK_SIZE)
if_iwm.c 2946 /* ensure IWM_BLOCK_2_EXP_SIZE is power of 2 of IWM_PAGING_BLOCK_SIZE */
2947 CTASSERT(__BIT(IWM_BLOCK_2_EXP_SIZE) == IWM_PAGING_BLOCK_SIZE);
2979 /* allocate block of IWM_PAGING_BLOCK_SIZE (32K) */
2983 IWM_PAGING_BLOCK_SIZE, 4096);
2991 IWM_PAGING_BLOCK_SIZE;

Completed in 64 milliseconds