Home
last modified time | relevance | path

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

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