Searched refs:is_aligned (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 100 bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0; \ 107 if (is_aligned) { \ 163 bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0; \ 170 if (is_aligned) { \
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sort.c | 33 static bool is_aligned(const void *base, size_t size, unsigned char align) in is_aligned() function 212 if (is_aligned(base, size, 8)) in sort_r() 214 else if (is_aligned(base, size, 4)) in sort_r()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 151 int trans_bytes = 0, is_aligned = 1; local 234 is_aligned = 0; 245 is_aligned = 0; 304 !is_aligned && (data->flags == MMC_DATA_READ))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet-main.c | 494 int is_aligned = 1; in fs_enet_start_xmit() local 498 is_aligned = 0; in fs_enet_start_xmit() 504 is_aligned = 0; in fs_enet_start_xmit() 510 if (!is_aligned) { in fs_enet_start_xmit()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 502 static bool is_aligned(u64 addr, u64 size, u64 align) in is_aligned() function 515 if (is_aligned(start, size, levelsize)) { in set_one_region()
|