Home
last modified time | relevance | path

Searched refs:gf_write64 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dgoldfish.h6 static inline void gf_write64(unsigned long data, in gf_write64() function
/linux-4.1.27/drivers/platform/goldfish/
Dgoldfish_pipe.c161 gf_write64((u64)(unsigned long)pipe, dev->base + PIPE_REG_CHANNEL, in goldfish_cmd_status()
175 gf_write64((u64)(unsigned long)pipe, dev->base + PIPE_REG_CHANNEL, in goldfish_cmd()
330 gf_write64((u64)(unsigned long)pipe, in goldfish_pipe_read_write()
334 gf_write64(address, dev->base + PIPE_REG_ADDRESS, in goldfish_pipe_read_write()
/linux-4.1.27/drivers/tty/
Dgoldfish.c62 gf_write64((u64)buf, base + GOLDFISH_TTY_DATA_PTR, in goldfish_tty_do_write()
84 gf_write64((u64)buf, base + GOLDFISH_TTY_DATA_PTR, in goldfish_tty_interrupt()
/linux-4.1.27/drivers/staging/goldfish/
Dgoldfish_audio.c66 (gf_write64((u64)(x), data->reg_base + addr, data->reg_base+addr2))
Dgoldfish_nand.c90 gf_write64((u64)ptr, base + NAND_DATA, base + NAND_DATA_HIGH); in goldfish_nand_cmd()