Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 53) sorted by relevance

123

/rk3399_rockchip-uboot/doc/
H A DREADME.displaying-bmps6 make sure all data is properly aligned, and in many situations simply choosing
7 a 32 bit aligned address is enough to ensure proper alignment. This is not
23 When placed in an aligned address such as 0x80a00000, char signature offsets
26 access is generated at a non-32-bit-aligned address, causing a data abort.
27 The proper alignment for BMP images is therefore: 32-bit-aligned-address + 2.
H A DREADME.arm-caches38 memory DMA buffer) should be aligned to cache-line boundary both at
40 - If the buffer is not cache-line aligned invalidation will be restricted
41 to the aligned part. That is, one cache-line at the respective boundary
H A DREADME.NDS3220 - Multiple aligned and unaligned memory accesses for memory copy and stack
H A DREADME.unaligned-memory-access.txt97 to pad structures so that accesses to fields are suitably aligned (assuming
101 parameters to a naturally aligned scheme, based on the size of the type of
171 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
227 aligned memory, using these macros to access unaligned memory can be costly in
/rk3399_rockchip-uboot/drivers/net/
H A Dftmac100.h104 } __attribute__ ((aligned(16)));
125 } __attribute__ ((aligned(16)));
H A Dftgmac100.h186 } __attribute__ ((aligned(16)));
212 } __attribute__ ((aligned(16)));
H A Dnatsemi.c219 static BufferDesc txd __attribute__ ((aligned(4)));
220 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(4)));
222 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
224 __attribute__ ((aligned(4)));
H A Dns8382x.c244 static BufferDesc txd __attribute__ ((aligned(8)));
245 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(8)));
246 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
248 __attribute__ ((aligned(8)));
H A Drtl8139.c181 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
182 static unsigned char rx_ring[RX_BUF_LEN+16] __attribute__((aligned(4)));
H A Dxilinx_axi_emac.c72 static u8 rxframe[PKTSIZE_ALIGN] __attribute((aligned(DMAALIGN)));
115 static struct axidma_bd tx_bd __attribute((aligned(DMAALIGN)));
116 static struct axidma_bd rx_bd __attribute((aligned(DMAALIGN)));
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h70 } __attribute__((aligned(ED_ALIGNMENT)));
128 } __attribute__((aligned(TD_ALIGNMENT)));
146 } __attribute__((aligned(256)));
190 } __attribute__((aligned(32)));
H A Dehci.h31 } __attribute__ ((packed, aligned(4)));
71 } __attribute__ ((packed, aligned(4)));
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h59 } __attribute__((aligned(16)));
117 } __attribute__((aligned(32)));
135 } __attribute__((aligned(256)));
177 } __attribute__((aligned(32)));
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h45 } __attribute__ ((aligned(8), packed));
55 } __attribute__ ((aligned(8), packed));
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dtypes.h24 } __attribute__((aligned(16))) vector128;
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dtypes.h24 } __attribute__((aligned(16))) vector128;
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dmp.h36 } __attribute__((aligned(ARCH_DMA_MINALIGN)));
/rk3399_rockchip-uboot/include/linux/
H A Drbtree.h29 } __attribute__((aligned(sizeof(long))));
H A Dcompiler-gcc.h119 #define __aligned(x) __attribute__((aligned(x)))
/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dpci.c57 #error PCI_BUS_NONMEM_START must be megabyte aligned
60 #error PCI_BUS_PREMEM_START must be megabyte aligned
/rk3399_rockchip-uboot/include/
H A Dscsi.h17 __attribute__((aligned(ARCH_DMA_MINALIGN)));
H A Denvironment.h174 __attribute__((aligned(16)))
/rk3399_rockchip-uboot/env/
H A DKconfig187 These two values are in units of bytes, but must be aligned to an
200 This value is also in units of bytes, but must also be aligned to
221 aligned to an erase block boundary.
229 aligned to an erase block boundary.
305 aligned to an erase sector boundary.
317 aligned to an erase sector boundary.
373 of bytes, but must be aligned to an Block sector boundary.
/rk3399_rockchip-uboot/common/
H A Dlcd.c755 int aligned; in on_splashimage() local
762 aligned = (addr % 4 == 2); in on_splashimage()
763 if (!aligned) { in on_splashimage()
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dconfig.txt43 LBA-aligned will be rounded up to the next LBA address.

123