Home
last modified time | relevance | path

Searched refs:gf_write_ptr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dgoldfish.h6 static inline void gf_write_ptr(const void *ptr, void __iomem *portl, in gf_write_ptr() function
/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c161 gf_write_ptr(pipe, dev->base + PIPE_REG_CHANNEL, in goldfish_cmd_status()
175 gf_write_ptr(pipe, dev->base + PIPE_REG_CHANNEL, in goldfish_cmd()
330 gf_write_ptr(pipe, dev->base + PIPE_REG_CHANNEL, in goldfish_pipe_read_write()
333 gf_write_ptr((void *)address, in goldfish_pipe_read_write()
/linux-4.4.14/drivers/tty/
Dgoldfish.c62 gf_write_ptr(buf, base + GOLDFISH_TTY_DATA_PTR, in goldfish_tty_do_write()
84 gf_write_ptr(buf, base + GOLDFISH_TTY_DATA_PTR, in goldfish_tty_interrupt()
/linux-4.4.14/drivers/staging/goldfish/
Dgoldfish_nand.c90 gf_write_ptr(ptr, base + NAND_DATA, base + NAND_DATA_HIGH); in goldfish_nand_cmd()