Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 74) sorted by relevance

123

/u-boot/board/freescale/m52277evb/
A DREADME33 - include/asm-m68k/dspi.h DSPI structure and definition
34 - include/asm-m68k/edma.h eDMA structure and definition
36 - include/asm-m68k/fsl_i2c.h I2C structure and definition
37 - include/asm-m68k/global_data.h Global data structure
41 - include/asm-m68k/lcd.h LCD structure and definition
45 - include/asm-m68k/ptrace.h Exception structure
47 - include/asm-m68k/ssi.h SSI structure and definition
49 - include/asm-m68k/timer.h Timer structure and definition
51 - include/asm-m68k/uart.h Uart structure and definition
52 - include/asm-m68k/u-boot.h U-Boot structure
[all …]
/u-boot/doc/
A DREADME.asn15 and used as a description language for defining data structure in
12 data structure:
13 1) define data structure in a text file (*.asn1)
A DREADME.ubispl17 to load can contain. Used for sizing the scan data structure
22 structure
27 structure
31 scan data structure.
45 2k for the basic data structure
A DREADME.bloblist10 a central structure. Each record of information is assigned a tag so that its
12 structure defined by the code that owns it.
34 created from a C structure which can beused to access its fields.
45 Single structure
A DREADME.m54418twr35 - arch/m68k/include/asm/fec.h FEC structure and definition
36 - arch/m68k/include/asm/global_data.h Global data structure
43 - arch/m68k/include/asm/ptrace.h Exception structure
46 - arch/m68k/include/asm/timer.h Timer structure and definition
48 - arch/m68k/include/asm/uart.h Uart structure and definition
49 - arch/m68k/include/asm/u-boot.h u-boot structure
194 bdinfo - print Board Info structure
A DREADME.unaligned-memory-access.txt79 structure:
87 Let us assume that an instance of the above structure resides in memory
91 structure, i.e. address 0x10002, but that address is not evenly divisible
96 Therefore, for standard structure types you can always rely on the compiler
109 that you could reorder the fields in the structure in order to place fields
111 resident memory size of structure instances. The optimal layout of the
121 byte of padding at the end of the structure. This padding is added in order
125 structure type. This GCC-specific attribute tells the compiler never to
136 structure padding is of importance.
A DREADME.standalone8 'global_data' structure. The struct members for the jump table are
24 'global_data' structure: r2 on PowerPC, r9 on ARM, k0 on MIPS,
27 structure is passed as 'argv[-1]' pointer.
29 The application can access the 'global_data' structure in the same
A DREADME.Heterogeneous-SoCs44 Global structure updated for dsp cores and other components
70 3. Changes in MPC85xx_SYS_INFO Global structure
73 DSP cores and other device's components have been added in this structure.
A DREADME.udp8 a structure udp_ops (defined in include/net/udp.h) :
/u-boot/doc/develop/
A Dglobal_data.rst6 Globally required fields are held in the global data structure. A pointer to the
7 structure is available as symbol gd. The symbol is made available by the macro
51 Global data structure
A Dcommands.rst9 Commands are added to U-Boot by creating a new command structure.
11 U_BOOT_CMD_COMPLETE macro to fill in a struct cmd_tbl structure.
154 The structure created is named with a special prefix and placed by
/u-boot/board/freescale/m53017evb/
A DREADME35 - include/asm-m68k/fec.h FEC structure and definition
36 - include/asm-m68k/fsl_i2c.h I2C structure and definition
37 - include/asm-m68k/global_data.h Global data structure
44 - include/asm-m68k/ptrace.h Exception structure
47 - include/asm-m68k/timer.h Timer structure and definition
49 - include/asm-m68k/uart.h Uart structure and definition
50 - include/asm-m68k/u-boot.h U-Boot structure
/u-boot/board/freescale/m547xevb/
A DREADME41 - include/asm-m68k/fec.h FEC structure and definition
42 - include/asm-m68k/fsl_i2c.h I2C structure and definition
43 - include/asm-m68k/fsl_mcddmafec.h DMA FEC structure and definition
44 - include/asm-m68k/global_data.h Global data structure
51 - include/asm-m68k/ptrace.h Exception structure
54 - include/asm-m68k/timer.h Timer structure and definition
56 - include/asm-m68k/uart.h Uart structure and definition
57 - include/asm-m68k/u-boot.h U-Boot structure
217 bdinfo - print Board Info structure
/u-boot/include/linux/
A Dkernel.h283 #define check_member(structure, member, offset) _Static_assert( \ argument
284 offsetof(struct structure, member) == (offset), \
285 "`struct " #structure "` offset for `" #member "` is not " #offset)
/u-boot/doc/driver-model/
A Dof-plat.rst64 - The platform data is provided to drivers as a C structure. The driver
65 must use the same structure to access the data. Since a driver
188 The parent_idx is the index of the parent driver_info structure within its
213 structure is not available when device tree is used. It would make no sense
214 to use this structure if device tree were available, since the structure has
217 Therefore it is recommended that the of-platdata structure should be used
223 How to structure your driver
307 The of-platdata struct contents is copied from the C structure data to the
/u-boot/board/freescale/m5373evb/
A DREADME34 - include/asm-m68k/fec.h FEC structure and definition
35 - include/asm-m68k/fsl_i2c.h I2C structure and definition
36 - include/asm-m68k/global_data.h Global data structure
43 - include/asm-m68k/ptrace.h Exception structure
46 - include/asm-m68k/timer.h Timer structure and definition
48 - include/asm-m68k/uart.h Uart structure and definition
49 - include/asm-m68k/u-boot.h U-Boot structure
196 bdinfo - print Board Info structure
/u-boot/doc/device-tree-bindings/net/
A Dmdio.txt14 This example shows the structure used for the external MDIO bus on NXP LS1028A
A Dmdio-mux.txt1 The expected structure of an MDIO MUX device tree node is described here. This
28 Example structure, extracted from Linux bindings document:
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Demem.asl24 BTVR, 8, // Battery structure version
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dglobalnvs.asl8 * NOTE: The layout of the GNVS structure below must match the layout in
/u-boot/board/freescale/m54455evb/
A DREADME36 - include/asm-m68k/fec.h FEC structure and definition
37 - include/asm-m68k/fsl_i2c.h I2C structure and definition
38 - include/asm-m68k/global_data.h Global data structure
45 - include/asm-m68k/ptrace.h Exception structure
48 - include/asm-m68k/timer.h Timer structure and definition
50 - include/asm-m68k/uart.h Uart structure and definition
51 - include/asm-m68k/u-boot.h U-Boot structure
277 bdinfo - print Board Info structure
/u-boot/doc/imx/clk/
A Dccf.txt31 * The "central" structure of this patch series is struct udevice and its
59 - Using it would change the original structure of the CCF code.
76 files have been introduced. The latter setups the CCF clock structure for
/u-boot/doc/uImage.FIT/
A Dsource_file_format.txt25 but the support is limited by simple format of the legacy uImage structure.
44 This document defines new uImage structure by providing FDT bindings for new
212 The 'configurations' node has has the following structure:
234 Each configuration has the following structure:
298 Normal kernel FIT image has data embedded within FIT structure. U-Boot image
305 structure and data to 512 byte, other values available for other align size.
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
/u-boot/doc/device-tree-bindings/fpga/
A Daltera-socfpga-a10-fpga-mgr.txt30 For details of describing structure and contents of the FIT image,

Completed in 30 milliseconds

123