Searched refs:CCIO_FREE_MAPPINGS (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/parisc/ |
H A D | ccio-dma.c | 417 #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \ macro 452 CCIO_FREE_MAPPINGS(ioc, res_idx, mask, 8); ccio_free_range() 454 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffUL, 8); ccio_free_range() 457 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffffUL, 16); ccio_free_range() 459 CCIO_FREE_MAPPINGS(ioc, res_idx, ~(unsigned int)0, 32); ccio_free_range() 462 CCIO_FREE_MAPPINGS(ioc, res_idx, ~0UL, 64); ccio_free_range()
|
Completed in 38 milliseconds