Searched refs:and (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | cb710.h | 80 int reg, uint32_t and, uint32_t xor);
|
D | cpumask.h | 149 #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/ |
D | wavefront.h | 34 All other wavefront_* types end up aligned to 32 bit values and
|
D | cs46xx_dsp_scb_types.h | 38 #error Not __LITTLE_ENDIAN and not __BIG_ENDIAN, then what ???
|