Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclinkmp.c259 unsigned char* statctrl_base; /* status/control register memory */ member
3616 info->statctrl_base = ioremap_nocache(info->phys_statctrl_base, in claim_resources()
3618 if (!info->statctrl_base) { in claim_resources()
3624 info->statctrl_base += info->statctrl_offset; in claim_resources()
3678 if (info->statctrl_base) { in release_resources()
3679 iounmap(info->statctrl_base - info->statctrl_offset); in release_resources()
3680 info->statctrl_base=NULL; in release_resources()
3858 port_array[port]->statctrl_base = port_array[0]->statctrl_base; in device_init()
5574 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in read_status_reg()
5580 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in write_control_reg()