| /rk3399_rockchip-uboot/doc/ |
| H A D | README.displaying-bmps | 6 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 D | README.arm-caches | 38 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 D | README.NDS32 | 20 - Multiple aligned and unaligned memory accesses for memory copy and stack
|
| H A D | README.unaligned-memory-access.txt | 97 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 D | ftmac100.h | 104 } __attribute__ ((aligned(16))); 125 } __attribute__ ((aligned(16)));
|
| H A D | ftgmac100.h | 186 } __attribute__ ((aligned(16))); 212 } __attribute__ ((aligned(16)));
|
| H A D | natsemi.c | 219 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 D | ns8382x.c | 244 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 D | rtl8139.c | 181 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 D | xilinx_axi_emac.c | 72 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 D | ohci.h | 70 } __attribute__((aligned(ED_ALIGNMENT))); 128 } __attribute__((aligned(TD_ALIGNMENT))); 146 } __attribute__((aligned(256))); 190 } __attribute__((aligned(32)));
|
| H A D | ehci.h | 31 } __attribute__ ((packed, aligned(4))); 71 } __attribute__ ((packed, aligned(4)));
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 59 } __attribute__((aligned(16))); 117 } __attribute__((aligned(32))); 135 } __attribute__((aligned(256))); 177 } __attribute__((aligned(32)));
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_sil.h | 45 } __attribute__ ((aligned(8), packed)); 55 } __attribute__ ((aligned(8), packed));
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | types.h | 24 } __attribute__((aligned(16))) vector128;
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | types.h | 24 } __attribute__((aligned(16))) vector128;
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | mp.h | 36 } __attribute__((aligned(ARCH_DMA_MINALIGN)));
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree.h | 29 } __attribute__((aligned(sizeof(long))));
|
| H A D | compiler-gcc.h | 119 #define __aligned(x) __attribute__((aligned(x)))
|
| /rk3399_rockchip-uboot/board/armltd/integrator/ |
| H A D | pci.c | 57 #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 D | scsi.h | 17 __attribute__((aligned(ARCH_DMA_MINALIGN)));
|
| H A D | environment.h | 174 __attribute__((aligned(16)))
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 187 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 D | lcd.c | 755 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 D | config.txt | 43 LBA-aligned will be rounded up to the next LBA address.
|