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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dccio-dma.c308 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ macro
368 CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xff, 8);
370 CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xffff, 16);
372 CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~(unsigned int)0, 32);
375 CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~0UL, 64);

Completed in 49 milliseconds