Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunzilog.c1069 static struct zilog_layout __iomem **sunzilog_chip_regs; variable
1107 sunzilog_chip_regs = kzalloc(size, GFP_KERNEL); in sunzilog_alloc_tables()
1108 if (!sunzilog_chip_regs) { in sunzilog_alloc_tables()
1121 kfree(sunzilog_chip_regs); in sunzilog_free_tables()
1415 sunzilog_chip_regs[inst] = of_ioremap(&op->resource[0], 0, in zs_probe()
1418 if (!sunzilog_chip_regs[inst]) in zs_probe()
1421 rp = sunzilog_chip_regs[inst]; in zs_probe()
1524 regs = sunzilog_chip_regs[up[0].port.line / 2]; in zs_remove()