Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsch311x_wdt.c54 unsigned short runtime_reg; member
129 outb(t, sch311x_wdt_data.runtime_reg + WDT_VAL); in sch311x_wdt_set_timeout()
149 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_start()
163 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_stop()
364 sch311x_wdt_data.runtime_reg + GP60, in sch311x_wdt_probe()
365 sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_probe()
373 sch311x_wdt_data.runtime_reg + WDT_TIME_OUT, in sch311x_wdt_probe()
374 sch311x_wdt_data.runtime_reg + WDT_CTRL); in sch311x_wdt_probe()
423 sch311x_wdt_data.runtime_reg = 0; in sch311x_wdt_probe()
438 sch311x_wdt_data.runtime_reg = 0; in sch311x_wdt_remove()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-sch311x.c36 unsigned short runtime_reg; /* runtime register base address */ member
43 unsigned short runtime_reg; /* runtime register */ member
142 block->runtime_reg + block->config_regs[offset]); in sch311x_gpio_request()
164 data = inb(block->runtime_reg + block->data_reg); in sch311x_gpio_get()
173 u8 data = inb(block->runtime_reg + block->data_reg); in __sch311x_gpio_set()
178 outb(data, block->runtime_reg + block->data_reg); in __sch311x_gpio_set()
197 data = inb(block->runtime_reg + block->config_regs[offset]); in sch311x_gpio_direction_in()
199 outb(data, block->runtime_reg + block->config_regs[offset]); in sch311x_gpio_direction_in()
276 pdata->runtime_reg + GP1, pdata->runtime_reg + GP1 + 5); in sch311x_gpio_probe()
304 block->runtime_reg = pdata->runtime_reg; in sch311x_gpio_probe()
[all …]