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

/fuchsia/zircon/kernel/platform/pc/
H A Ddebug.cpp201 unsigned long irq_val; local
242 irq_val = strtoul(irq_start, &endptr, 0);
243 if (*endptr != '\0' || irq_val > UINT32_MAX) {
247 if (irq_val >= NUM_ISA_IRQS) {
250 bootloader.uart.irq = static_cast<uint32_t>(irq_val);

Completed in 24 milliseconds