lcr_offset        289 drivers/tty/synclink.c 	u32 lcr_offset;
lcr_offset       4050 drivers/tty/synclink.c 		if (request_mem_region(info->phys_lcr_base + info->lcr_offset,128,"synclink") == NULL) {
lcr_offset       4052 drivers/tty/synclink.c 				__FILE__,__LINE__,info->device_name, info->phys_lcr_base + info->lcr_offset);
lcr_offset       4078 drivers/tty/synclink.c 		info->lcr_base += info->lcr_offset;
lcr_offset       4136 drivers/tty/synclink.c 		release_mem_region(info->phys_lcr_base + info->lcr_offset,128);
lcr_offset       4144 drivers/tty/synclink.c 		iounmap(info->lcr_base - info->lcr_offset);
lcr_offset       8003 drivers/tty/synclink.c 	info->lcr_offset    = info->phys_lcr_base & (PAGE_SIZE-1);
lcr_offset        256 drivers/tty/synclinkmp.c 	u32 lcr_offset;
lcr_offset       3535 drivers/tty/synclinkmp.c 	if (request_mem_region(info->phys_lcr_base + info->lcr_offset,128,"synclinkmp") == NULL) {
lcr_offset       3578 drivers/tty/synclinkmp.c 	info->lcr_base += info->lcr_offset;
lcr_offset       3629 drivers/tty/synclinkmp.c 		release_mem_region(info->phys_lcr_base + info->lcr_offset,128);
lcr_offset       3657 drivers/tty/synclinkmp.c 		iounmap(info->lcr_base - info->lcr_offset);
lcr_offset       3759 drivers/tty/synclinkmp.c 		info->lcr_offset    = info->phys_lcr_base & (PAGE_SIZE-1);