Searched refs:CCIO_FREE_MAPPINGS (Results 1 - 1 of 1) sorted by relevance

/drivers/parisc/
H A Dccio-dma.c417 #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \ macro
452 CCIO_FREE_MAPPINGS(ioc, res_idx, mask, 8);
454 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffUL, 8);
457 CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffffUL, 16);
459 CCIO_FREE_MAPPINGS(ioc, res_idx, ~(unsigned int)0, 32);
462 CCIO_FREE_MAPPINGS(ioc, res_idx, ~0UL, 64);

Completed in 35 milliseconds