statctrl_offset 261 drivers/tty/synclinkmp.c u32 statctrl_offset; statctrl_offset 3553 drivers/tty/synclinkmp.c if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp") == NULL) { statctrl_offset 3597 drivers/tty/synclinkmp.c info->statctrl_base += info->statctrl_offset; statctrl_offset 3637 drivers/tty/synclinkmp.c release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); statctrl_offset 3652 drivers/tty/synclinkmp.c iounmap(info->statctrl_base - info->statctrl_offset); statctrl_offset 3765 drivers/tty/synclinkmp.c info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1);