Home
last modified time | relevance | path

Searched refs:and (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dcb710.h80 int reg, uint32_t and, uint32_t xor);
Dcpumask.h149 #define for_each_cpu_and(cpu, mask, and) \ argument
150 for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask, (void)and)
234 #define for_each_cpu_and(cpu, mask, and) \ argument
236 (cpu) = cpumask_next_and((cpu), (mask), (and)), \
/include/sound/
Dwavefront.h34 All other wavefront_* types end up aligned to 32 bit values and
Dcs46xx_dsp_scb_types.h38 #error Not __LITTLE_ENDIAN and not __BIG_ENDIAN, then what ???