Searched refs:boot_uf (Results 1 – 3 of 3) sorted by relevance
70 boot_uf = &test_uart; in boot_serial_test()
87 extern const struct boot_uart_funcs *boot_uf;
148 const struct boot_uart_funcs *boot_uf; variable1264 boot_uf->write(pkt_start, sizeof(pkt_start)); in boot_serial_output()1266 boot_uf->write(pkt_cont, sizeof(pkt_cont)); in boot_serial_output()1270 boot_uf->write(&encoded_buf[out], len); in boot_serial_output()1274 boot_uf->write("\n", 1); in boot_serial_output()1357 boot_uf = f; in boot_serial_read_console()