Searched refs:vector (Results 1 - 12 of 12) sorted by relevance

/u-boot/arch/x86/lib/
H A Dacpi_s3.c16 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
18 static void acpi_jump_to_wakeup(void *vector) argument
23 printf("Jumping to OS waking vector %p\n", vector);
24 acpi_do_wakeup(vector);
64 * Microsoft Windows 10 on Intel Baytrail its wake up vector happens to
66 * vector does not overlap this memory range, but after resume kernel
76 * Before jumping to OS wake up vector, we need restore the original
H A Dbios.h68 uint32_t vector; member in struct:eregs
H A Dbios.c73 .vector = M.x86.intno,
81 log_err("Exception %d while executing option rom\n", regs->vector);
/u-boot/arch/m68k/include/asm/
H A Dptrace.h30 unsigned vector:12; /* vector offset */ member in struct:pt_regs
/u-boot/arch/m68k/lib/
H A Dtraps.c24 printf ("Vector Number: %d Format: %02x Fault Status: %01x\n\n", (fp->vector & 0x3fc) >> 2,
25 fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8));
61 setvbr(value); /* set vector base register to new table */
H A Dinterrupts.c20 * Interrupt vector functions.
50 printf ("irq_install_handler: wrong interrupt vector %d\n",
91 vec = (fp->vector >> 2) & 0xff;
/u-boot/include/
H A Dandroid_bootloader_message.h194 #include <vector>
217 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err);
221 bool write_bootloader_message_to(const std::vector<std::string>& options,
226 bool update_bootloader_message(const std::vector<std::string>& options, std::string* err);
231 const std::vector<std::string>& options);
/u-boot/board/nvidia/nyan-big/
H A Dnyan-big.c41 static const int vector[] = {TEGRA_GPIO(Q, 3), TEGRA_GPIO(T, 1), local
45 gpio_claim_vector(vector, "board_id%d");
46 return gpio_get_values_as_int(vector);
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c246 u8 *vector; member in struct:interval
256 static int interval_init(u8 *vector, u8 lendpnt, u8 rendpnt, argument
264 if (vector == NULL) {
265 printf("%s: NULL vector pointer found\n", __func__);
268 intrvl->vector = vector;
320 if (intrvl->vector[curr] == PASS)
342 if (intrvl->vector[curr % intrvl->size] == PASS) { /* pass at rmarker */
349 (intrvl->vector[curr % intrvl->size] == PASS))
364 (intrvl->vector[cur
[all...]
/u-boot/drivers/gpio/
H A Dgpio-uclass.c1001 unsigned vector = 0; local
1010 vector |= bitmask;
1014 return vector;
1020 unsigned vector = 0; local
1028 vector |= bitmask;
1032 return vector;
1047 uint vector = 0; local
1093 vector = 3 * vector + digit;
1095 log_debug("vector
[all...]
/u-boot/arch/arm/mach-tegra/
H A Dpsci.S46 @ lock reset vector for non-secure
/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c44 u8 vector; member in struct:tpm_locality

Completed in 184 milliseconds