Home
last modified time | relevance | path

Searched refs:qemu_debugcon_tx_byte (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/console/
H A Dqemu_debugcon.h9 void qemu_debugcon_tx_byte(unsigned char data);
16 qemu_debugcon_tx_byte(data); in __qemu_debugcon_tx_byte()
/aosp_15_r20/external/coreboot/src/drivers/emulation/qemu/
H A Dqemu_debugcon.c18 void qemu_debugcon_tx_byte(unsigned char data) in qemu_debugcon_tx_byte() function