Searched refs:CCIO_FREE_MAPPINGS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/parisc/ |
| D | ccio-dma.c | 416 #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \ macro 451 CCIO_FREE_MAPPINGS(ioc, res_idx, mask, 8); in ccio_free_range() 453 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffUL, 8); in ccio_free_range() 456 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffffUL, 16); in ccio_free_range() 458 CCIO_FREE_MAPPINGS(ioc, res_idx, ~(unsigned int)0, 32); in ccio_free_range() 461 CCIO_FREE_MAPPINGS(ioc, res_idx, ~0UL, 64); in ccio_free_range()
|