Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c259 unsigned char* statctrl_base; /* status/control register memory */ member
3590 info->statctrl_base = ioremap_nocache(info->phys_statctrl_base, in claim_resources()
3592 if (!info->statctrl_base) { in claim_resources()
3598 info->statctrl_base += info->statctrl_offset; in claim_resources()
3652 if (info->statctrl_base) { in release_resources()
3653 iounmap(info->statctrl_base - info->statctrl_offset); in release_resources()
3654 info->statctrl_base=NULL; in release_resources()
3835 port_array[port]->statctrl_base = port_array[0]->statctrl_base; in device_init()
5560 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in read_status_reg()
5566 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in write_control_reg()