Home
last modified time | relevance | path

Searched refs:membuff_putbyte (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dmembuff.h94 bool membuff_putbyte(struct membuff *mb, int ch);
/openbmc/u-boot/lib/
H A Dmembuff.c87 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte() function
/openbmc/u-boot/common/
H A Dconsole.c511 membuff_putbyte(&gd->console_out, c); in putc()