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.h14 static inline void __qemu_debugcon_tx_byte(u8 data) in __qemu_debugcon_tx_byte() function
20 static inline void __qemu_debugcon_tx_byte(u8 data) {} in __qemu_debugcon_tx_byte() function
/aosp_15_r20/external/coreboot/src/console/
H A Dconsole.c45 __qemu_debugcon_tx_byte(byte); in console_interactive_tx_byte()