MCPcopy Create free account
hub / github.com/coreboot/coreboot / get_uart_for_console

Function get_uart_for_console

src/include/console/uart.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27unsigned int get_uart_for_console(void);
28#else
29static inline unsigned int get_uart_for_console(void)
30{
31 return CONFIG_UART_FOR_CONSOLE;
32}
33#endif
34
35/* Returns the oversample divisor multiplied by any other divisors that act

Callers 5

__uart_initFunction · 0.85
__uart_tx_byteFunction · 0.85
__uart_tx_flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected