Lines Matching refs:cpu_to_le32
90 #define cpu_to_le32(x) swap32(x)
95 #define cpu_to_le32(x) (x)
712 ((uint32_t *)mem)[x] = cpu_to_le32(colors_top[x * 7 / width]);
718 ((uint32_t *)mem)[x] = cpu_to_le32(colors_middle[x * 7 / width]);
725 cpu_to_le32(colors_bottom[x * 4 / (width * 5 / 7)]);
728 cpu_to_le32(colors_bottom[(x - width * 5 / 7) * 3
731 ((uint32_t *)mem)[x] = cpu_to_le32(colors_bottom[7]);
1607 ((uint32_t *)mem)[x] = cpu_to_le32(color);
1769 row[2*j] = row[2*j+1] = cpu_to_le32(value);
1779 row[2*j] = row[2*j+1] = cpu_to_le32(value);