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

/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dplat_zynq7_consts.c26 unsigned int serial_num_physical_ports = NUM_UARTS; variable
H A Dplat_omap44xx_consts.c26 unsigned int serial_num_physical_ports = NUM_UARTS; variable
H A Dplat_vexpress_consts.c25 unsigned serial_num_physical_ports = NUM_UARTS; variable
H A Dplat_zynq7.c48 assert(port < serial_num_physical_ports);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dplat_apm88xxxx_consts.c57 unsigned serial_num_physical_ports = 4; variable
H A Dplat_arm_vm_consts.c46 unsigned serial_num_physical_ports = 1; variable
H A Dplat_cn88xx.c57 unsigned serial_num_physical_ports = 1; variable
H A Dplat_qemu.c61 unsigned serial_num_physical_ports = 1; variable
/barrelfish-2018-10-04/kernel/include/
H A Dserial.h25 extern unsigned serial_num_physical_ports;
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dpl011.c44 assert(n < serial_num_physical_ports);
64 assert(n < serial_num_physical_ports);
81 assert(port < serial_num_physical_ports);
H A Domap_uart.c40 assert(port < serial_num_physical_ports);
52 assert(port < serial_num_physical_ports);
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dserial.c32 unsigned serial_num_physical_ports = NUM_PORTS; variable
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex186 const unsigned serial_num_physical_ports;

Completed in 84 milliseconds