Symbol: gf_iowrite32
drivers/clocksource/timer-goldfish.c
53
gf_iowrite32(0, base + TIMER_ALARM_HIGH);
drivers/clocksource/timer-goldfish.c
54
gf_iowrite32(0, base + TIMER_ALARM_LOW);
drivers/clocksource/timer-goldfish.c
55
gf_iowrite32(1, base + TIMER_IRQ_ENABLED);
drivers/clocksource/timer-goldfish.c
65
gf_iowrite32(0, base + TIMER_IRQ_ENABLED);
drivers/clocksource/timer-goldfish.c
81
gf_iowrite32(upper_32_bits(now), base + TIMER_ALARM_HIGH);
drivers/clocksource/timer-goldfish.c
82
gf_iowrite32(lower_32_bits(now), base + TIMER_ALARM_LOW);
drivers/clocksource/timer-goldfish.c
93
gf_iowrite32(1, base + TIMER_CLEAR_INTERRUPT);
drivers/rtc/rtc-goldfish.c
103
gf_iowrite32(1, base + TIMER_CLEAR_INTERRUPT);
drivers/rtc/rtc-goldfish.c
142
gf_iowrite32((now64 >> 32), base + TIMER_TIME_HIGH);
drivers/rtc/rtc-goldfish.c
143
gf_iowrite32(now64, base + TIMER_TIME_LOW);
drivers/rtc/rtc-goldfish.c
64
gf_iowrite32((rtc_alarm64 >> 32), base + TIMER_ALARM_HIGH);
drivers/rtc/rtc-goldfish.c
65
gf_iowrite32(rtc_alarm64, base + TIMER_ALARM_LOW);
drivers/rtc/rtc-goldfish.c
66
gf_iowrite32(1, base + TIMER_IRQ_ENABLED);
drivers/rtc/rtc-goldfish.c
75
gf_iowrite32(1, base + TIMER_CLEAR_ALARM);
drivers/rtc/rtc-goldfish.c
91
gf_iowrite32(1, base + TIMER_IRQ_ENABLED);
drivers/rtc/rtc-goldfish.c
93
gf_iowrite32(0, base + TIMER_IRQ_ENABLED);
drivers/tty/goldfish.c
154
gf_iowrite32(GOLDFISH_TTY_CMD_INT_ENABLE, qtty->base + GOLDFISH_TTY_REG_CMD);
drivers/tty/goldfish.c
162
gf_iowrite32(GOLDFISH_TTY_CMD_INT_DISABLE, qtty->base + GOLDFISH_TTY_REG_CMD);
drivers/tty/goldfish.c
367
gf_iowrite32(GOLDFISH_TTY_CMD_INT_DISABLE, base + GOLDFISH_TTY_REG_CMD);
drivers/tty/goldfish.c
430
gf_iowrite32(ch, port->membase);
drivers/tty/goldfish.c
62
gf_iowrite32(count, base + GOLDFISH_TTY_REG_DATA_LEN);
drivers/tty/goldfish.c
65
gf_iowrite32(GOLDFISH_TTY_CMD_WRITE_BUFFER,
drivers/tty/goldfish.c
68
gf_iowrite32(GOLDFISH_TTY_CMD_READ_BUFFER,
include/linux/goldfish.h
14
#ifndef gf_iowrite32
include/linux/goldfish.h
23
gf_iowrite32(lower_32_bits(addr), portl);
include/linux/goldfish.h
25
gf_iowrite32(upper_32_bits(addr), porth);
include/linux/goldfish.h
33
gf_iowrite32(lower_32_bits(addr), portl);
include/linux/goldfish.h
35
gf_iowrite32(upper_32_bits(addr), porth);