Lines Matching defs:lcr_base
254 unsigned char* lcr_base; /* local config registers (PCI only) */
3568 info->lcr_base = ioremap(info->phys_lcr_base, PAGE_SIZE);
3569 if (!info->lcr_base) {
3575 info->lcr_base += info->lcr_offset;
3653 if (info->lcr_base){
3654 iounmap(info->lcr_base - info->lcr_offset);
3655 info->lcr_base = NULL;
3832 port_array[port]->lcr_base = port_array[0]->lcr_base;
5166 volatile u32 *MiscCtrl = (u32 *)(info->lcr_base + 0x50);
5188 volatile u32 *LCR1BRDR = (u32 *)(info->lcr_base + 0x2c);