CCIO_FREE_MAPPINGS
CCIO_FREE_MAPPINGS(ioc, res_idx, mask, 8);
CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffUL, 8);
CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffffUL, 16);
CCIO_FREE_MAPPINGS(ioc, res_idx, ~(unsigned int)0, 32);
CCIO_FREE_MAPPINGS(ioc, res_idx, ~0UL, 64);