Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 14 of 14) sorted by relevance

/u-boot/arch/x86/include/asm/
A Dinterrupt.h52 void set_vector(u8 intnum, void *routine);
/u-boot/doc/
A DREADME.cfi23 routine for this.
33 In addition, the t3corp board defines the routine thusly:
A DREADME.iomux40 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
41 the tstc() routine for every registered device, but exits immediately
43 which calls the corresponding getc() routine. fgetc() hangs in
A DREADME.POST143 This routine will be called from board_init_r() and will
148 This routine will print the list of all POST tests that can be
154 This routine will be called from POST tests to log their
155 results. Basically, this routine will print the results to
157 will be identical to the printf() routine.
164 This routine will scan the keyboard to detect if a magic key
208 This field will contain a pointer to the routine that will
328 will run /sbin/reboot using the call_usermodehelper() routine.
651 using the i2c_probe() routine. If a board defines
670 test routine will make a 10-second delay. If the system does not
[all …]
A DREADME.watchdog23 their own hw_watchdog_reset routine.
A DREADME.standalone5 table is allocated and initialized in the jumptable_init() routine
A DREADME.unaligned-memory-access.txt144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
/u-boot/arch/x86/cpu/i386/
A Dinterrupt.c193 void set_vector(u8 intnum, void *routine) in set_vector() argument
195 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()
196 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
/u-boot/board/xilinx/microblaze-generic/
A DKconfig54 (_exception_handler routine from arch/microblaze/cpu/exception.c) in
/u-boot/common/
A Ddlmalloc.src174 Either a constant or routine call returning the system page size.
197 The name of the routine to call to obtain more memory from the system.
201 true (1) if the routine mapped to MORECORE zeroes out memory (which
563 routine that returns a struct containing the same kind of
1031 /* this routine in 'wsbrk()') will round *down* */
3003 This routine tells you how many bytes you can actually use in an
3176 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
/u-boot/doc/develop/devicetree/
A Dcontrol.rst107 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
/u-boot/doc/usage/fit/
A Dsource_file_format.rst366 u-boot,fpga-legacy Generic fpga loading routine.
/u-boot/scripts/
A Dspelling.txt1284 rountine||routine
/u-boot/
A DREADME2389 The interrupt service routine is trivial, just printing a '.'

Completed in 40 milliseconds