Searched refs:MANA_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
250 #define MANA_PAGE_SIZE BIT(MANA_PAGE_SHIFT) macro251 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE)252 #define MANA_PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), MANA_PAGE_SIZE)256 #define MANA_MIN_QSIZE MANA_PAGE_SIZE
58 #define EQ_SIZE (8 * MANA_PAGE_SIZE)
240 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_alloc_memory()993 unsigned int num_page = gmi->length / MANA_PAGE_SIZE; in mana_gd_create_dma_region()1003 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_create_dma_region()1027 req->page_addr_list[i] = gmi->dma_handle + i * MANA_PAGE_SIZE; in mana_gd_create_dma_region()
181 req.alignment = PAGE_SIZE / MANA_PAGE_SIZE; in mana_gd_allocate_doorbell_page()