Searched refs:_ALIGN (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | page.h | 25 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro 28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
|
| H A D | libfdt-wrapper.c | 50 size = _ALIGN(size + minexpand, EXPAND_GRANULARITY); in expand_buf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_headers_le.h | 229 size = _ALIGN(size, 4); in hal_sdio_cmd53_r() 231 size = _ALIGN(size, h->block_sz); in hal_sdio_cmd53_r() 268 size = _ALIGN(size, 4); in hal_sdio_cmd53_w() 270 size = _ALIGN(size, h->block_sz); in hal_sdio_cmd53_w()
|
| H A D | hal_api_mac.c | 1293 *txlen = _ALIGN(len, 8); in rtw_hal_mac_sdio_check_tx_allow() 1655 offset = _ALIGN(offset, 8); in rtw_hal_mac_sdio_parse_rx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_headers_le.h | 229 size = _ALIGN(size, 4); in hal_sdio_cmd53_r() 231 size = _ALIGN(size, h->block_sz); in hal_sdio_cmd53_r() 268 size = _ALIGN(size, 4); in hal_sdio_cmd53_w() 270 size = _ALIGN(size, h->block_sz); in hal_sdio_cmd53_w()
|
| H A D | hal_api_mac.c | 1293 *txlen = _ALIGN(len, 8); in rtw_hal_mac_sdio_check_tx_allow() 1655 offset = _ALIGN(offset, 8); in rtw_hal_mac_sdio_parse_rx()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | page.h | 48 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_types.h | 18 #define _ALIGN(_len, _align) (((_len) + (_align) - 1) & ~(_align - 1)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_types.h | 18 #define _ALIGN(_len, _align) (((_len) + (_align) - 1) & ~(_align - 1)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 301 used_len = _ALIGN(txbuf->used_len, align_size); in _phl_prepare_tx_sdio()
|