Searched refs:statctrl_base (Results 1 – 1 of 1) sorted by relevance
278 unsigned char* statctrl_base; /* status/control register memory */ member3631 info->statctrl_base = ioremap(info->phys_statctrl_base,PAGE_SIZE); in claim_resources()3632 if (!info->statctrl_base) { in claim_resources()3638 info->statctrl_base += info->statctrl_offset; in claim_resources()3692 if (info->statctrl_base) { in release_resources()3693 iounmap(info->statctrl_base - info->statctrl_offset); in release_resources()3694 info->statctrl_base=0; in release_resources()3866 port_array[port]->statctrl_base = port_array[0]->statctrl_base; in device_init()5603 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in read_status_reg()5609 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in write_control_reg()