Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c38 u32 read_to; member
485 writel(0x2db4, &host->base->read_to); in mxcmci_init()
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c168 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) in compact_inbuf() argument
170 int remaining = (int)(hp->inbuf_end - read_to); in compact_inbuf()
174 if (read_to != hp->inbuf) in compact_inbuf()
175 memmove(hp->inbuf, read_to, remaining); in compact_inbuf()