Searched refs:routine (Results 1 – 14 of 14) sorted by relevance
52 void set_vector(u8 intnum, void *routine);
23 routine for this.33 In addition, the t3corp board defines the routine thusly:
40 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls41 the tstc() routine for every registered device, but exits immediately43 which calls the corresponding getc() routine. fgetc() hangs in
143 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 scan the keyboard to detect if a magic key208 This field will contain a pointer to the routine that will328 will run /sbin/reboot using the call_usermodehelper() routine.651 using the i2c_probe() routine. If a board defines670 test routine will make a 10-second delay. If the system does not[all …]
23 their own hw_watchdog_reset routine.
5 table is allocated and initialized in the jumptable_init() routine
144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
193 void set_vector(u8 intnum, void *routine) in set_vector() argument195 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()196 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
54 (_exception_handler routine from arch/microblaze/cpu/exception.c) in
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
107 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
366 u-boot,fpga-legacy Generic fpga loading routine.
1284 rountine||routine
2389 The interrupt service routine is trivial, just printing a '.'
Completed in 40 milliseconds