Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dinterrupt.h43 void set_vector(u8 intnum, void *routine);
/rk3399_rockchip-uboot/doc/
H A DREADME.cfi23 routine for this.
33 In addition, the t3corp board defines the routine thusly:
H A DREADME.POST131 This routine will run the test (or the group of tests) specified
135 argument) will be executed. This routine will be called at least
143 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 return the mode the system is running in
169 This routine will turn off the power supply of the board. It
175 This routine will scan the keyboard to detect if a magic key
[all …]
H A DREADME.iomux41 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
42 the tstc() routine for every registered device, but exits immediately
44 which calls the corresponding getc() routine. fgetc() hangs in
H A DREADME.watchdog29 their own hw_watchdog_reset routine.
H A DREADME.bedbug73 Added new routine DebugException()
H A DREADME.standalone5 table is allocated and initialized in the jumptable_init() routine
H A DREADME.fdt-control133 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
H A DREADME.unaligned-memory-access.txt144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dinterrupt.c179 void set_vector(u8 intnum, void *routine) in set_vector() argument
181 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()
182 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
/rk3399_rockchip-uboot/common/
H 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
/rk3399_rockchip-uboot/
H A DREADME949 write routine for first time initialisation.
1131 device and usbtty. If this feature is enabled, a routine
2016 custom i2c_init_board() routine in boards/xxx/board.c
4744 The interrupt service routine is trivial, just printing a '.'