Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmembuff.h95 bool membuff_putbyte(struct membuff *mb, int ch);
/rk3399_rockchip-uboot/lib/
H A Dmembuff.c88 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte() function
/rk3399_rockchip-uboot/common/
H A Dconsole.c531 membuff_putbyte((struct membuff *)&gd->console_out, c); in putc()