Searched refs:perm_c2p_32x8 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | c2p_planar.c | 41 static const int perm_c2p_32x8[8] = { 7, 5, 3, 1, 6, 4, 2, 0 }; variable 53 put_unaligned_be32(d[perm_c2p_32x8[i]], dst); in store_planar() 67 put_unaligned_be32(comp(d[perm_c2p_32x8[i]], in store_planar_masked()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | c2p_planar.c | 41 static const int perm_c2p_32x8[8] = { 7, 5, 3, 1, 6, 4, 2, 0 }; variable 53 put_unaligned_be32(d[perm_c2p_32x8[i]], dst); in store_planar() 67 put_unaligned_be32(comp(d[perm_c2p_32x8[i]], in store_planar_masked()
|
Completed in 2 milliseconds