Searched refs:routine (Results 1 – 12 of 12) sorted by relevance
43 void set_vector(u8 intnum, void *routine);
23 routine for this.33 In addition, the t3corp board defines the routine thusly:
131 This routine will run the test (or the group of tests) specified135 argument) will be executed. This routine will be called at least143 This routine will be called from board_init_r() and will148 This routine will print the list of all POST tests that can be154 This routine will be called from POST tests to log their155 results. Basically, this routine will print the results to157 will be identical to the printf() routine.164 This routine will return the mode the system is running in169 This routine will turn off the power supply of the board. It175 This routine will scan the keyboard to detect if a magic key[all …]
41 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls42 the tstc() routine for every registered device, but exits immediately44 which calls the corresponding getc() routine. fgetc() hangs in
29 their own hw_watchdog_reset routine.
73 Added new routine DebugException()
5 table is allocated and initialized in the jumptable_init() routine
133 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
179 void set_vector(u8 intnum, void *routine) in set_vector() argument181 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()182 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
174 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 (which563 routine that returns a struct containing the same kind of1031 /* this routine in 'wsbrk()') will round *down* */3003 This routine tells you how many bytes you can actually use in an3176 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
949 write routine for first time initialisation.1131 device and usbtty. If this feature is enabled, a routine2016 custom i2c_init_board() routine in boards/xxx/board.c4744 The interrupt service routine is trivial, just printing a '.'