Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/lib/xz/
H A Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
192 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dxz_dec_lzma2.c202 uint16_t dist_align[ALIGN_SIZE];
/openbmc/linux/include/uapi/linux/
H A Dtarget_core_user.h45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
60 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c149 unsigned int align = ALIGN_SIZE(skb, header_length); in rt2x00crypto_rx_insert_iv()
H A Drt2x00.h99 #define ALIGN_SIZE(__skb, __header) \ macro
H A Drt2x00queue.c140 unsigned int align = ALIGN_SIZE(skb, 0); in rt2x00queue_align_frame()
/openbmc/u-boot/tools/
H A Dimx8mimage.c29 #define ALIGN_SIZE 0x1000 macro
327 fit_size = ALIGN(fit_size, ALIGN_SIZE); in generate_ivt_for_fit()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c17 #define ALIGN_SIZE 0x1000 macro
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c811 size = BUF0_LEN + ALIGN_SIZE; in init_shared_mem()
817 tmp += ALIGN_SIZE; in init_shared_mem()
818 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
821 size = BUF1_LEN + ALIGN_SIZE; in init_shared_mem()
827 tmp += ALIGN_SIZE; in init_shared_mem()
828 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
968 BUF0_LEN + ALIGN_SIZE; in free_shared_mem()
971 BUF1_LEN + ALIGN_SIZE; in free_shared_mem()
2513 size = ring->mtu + ALIGN_SIZE + BUF0_LEN + 4; in fill_rx_buffers()
2564 tmp += ALIGN_SIZE; in fill_rx_buffers()
[all …]
H A Ds2io.h51 #define ALIGN_SIZE 127 macro