Searched refs:statctrl_base (Results 1 – 1 of 1) sorted by relevance
259 unsigned char* statctrl_base; /* status/control register memory */ member3586 info->statctrl_base = ioremap(info->phys_statctrl_base, in claim_resources()3588 if (!info->statctrl_base) { in claim_resources()3594 info->statctrl_base += info->statctrl_offset; in claim_resources()3648 if (info->statctrl_base) { in release_resources()3649 iounmap(info->statctrl_base - info->statctrl_offset); in release_resources()3650 info->statctrl_base=NULL; in release_resources()3831 port_array[port]->statctrl_base = port_array[0]->statctrl_base; in device_init()5556 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in read_status_reg()5562 unsigned char *RegAddr = (unsigned char *)info->statctrl_base; in write_control_reg()