Searched refs:MANA_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
227 #define MANA_PAGE_SIZE BIT(MANA_PAGE_SHIFT) macro228 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE)229 #define MANA_PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), MANA_PAGE_SIZE)233 #define MANA_MIN_QSIZE MANA_PAGE_SIZE
45 #define EQ_SIZE (8 * MANA_PAGE_SIZE)
182 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_alloc_memory()723 unsigned int num_page = gmi->length / MANA_PAGE_SIZE; in mana_gd_create_dma_region()733 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_create_dma_region()757 req->page_addr_list[i] = gmi->dma_handle + i * MANA_PAGE_SIZE; in mana_gd_create_dma_region()
183 req.alignment = PAGE_SIZE / MANA_PAGE_SIZE; in mana_gd_allocate_doorbell_page()