Searched refs:gf_write64 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | goldfish.h | 6 static inline void gf_write64(unsigned long data, in gf_write64() function
|
/linux-4.1.27/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 161 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/ |
D | goldfish.c | 62 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/ |
D | goldfish_audio.c | 66 (gf_write64((u64)(x), data->reg_base + addr, data->reg_base+addr2))
|
D | goldfish_nand.c | 90 gf_write64((u64)ptr, base + NAND_DATA, base + NAND_DATA_HIGH); in goldfish_nand_cmd()
|