Searched refs:Base (Results 1 – 14 of 14) sorted by relevance
/drivers/isdn/hardware/eicon/ |
D | io.c | 590 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); in mem_in() local 591 val = READ_BYTE(Base + (unsigned long)addr); in mem_in() 592 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base); in mem_in() 598 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); in mem_inw() local 599 val = READ_WORD((Base + (unsigned long)addr)); in mem_inw() 600 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base); in mem_inw() 605 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); in mem_in_dw() local 607 *data++ = READ_DWORD((Base + (unsigned long)addr)); in mem_in_dw() 610 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base); in mem_in_dw() 614 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); in mem_in_buffer() local [all …]
|
D | debug.c | 78 byte *Base; /* lowest address (constant) */ member 98 Q->Base = Q->Head = Q->Tail = Buffer; in queueInit() 125 if (Q->Base + need > Q->Head) { in queueAllocMsg() 130 Q->Tail = Q->Base; in queueAllocMsg() 161 Q->Head = Q->Base; in queueFreeMsg() 165 Q->Head = Q->Tail = Q->Base; in queueFreeMsg()
|
/drivers/sn/ |
D | Kconfig | 9 tristate "SGI IOC3 Base IO support" 12 This option enables basic support for the SGI IOC3-based Base IO
|
/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 382 u8 section_idx, i, Base; in efuse_shadow_update_chk() local 387 Base = section_idx * 8; in efuse_shadow_update_chk() 391 if ((rtlefuse->efuse_map[EFUSE_INIT_MAP][Base + i] != in efuse_shadow_update_chk() 392 rtlefuse->efuse_map[EFUSE_MODIFY_MAP][Base + i]) || in efuse_shadow_update_chk() 393 (rtlefuse->efuse_map[EFUSE_INIT_MAP][Base + i + 1] != in efuse_shadow_update_chk() 394 rtlefuse->efuse_map[EFUSE_MODIFY_MAP][Base + i + in efuse_shadow_update_chk()
|
/drivers/firmware/ |
D | Kconfig | 76 tristate "Dell Systems Management Base Driver" 79 The Dell Systems Management Base Driver provides a sysfs interface
|
/drivers/video/fbdev/ |
D | neofb.c | 1183 int Base; in neofb_pan_display() local 1187 Base = (var->yoffset * info->var.xres_virtual + var->xoffset) >> 2; in neofb_pan_display() 1188 Base *= (info->var.bits_per_pixel + 7) / 8; in neofb_pan_display() 1195 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8); in neofb_pan_display() 1196 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF)); in neofb_pan_display() 1204 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0))); in neofb_pan_display()
|
/drivers/zorro/ |
D | zorro.ids | 289 085e GFX-Base
|
/drivers/misc/ |
D | Kconfig | 142 tristate "SGI IOC4 Base IO support"
|
/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 2159 CONFIG_PAGE_FC_PORT_10_BASE_SFP_DATA Base; /* 10h */ member
|
/drivers/char/ |
D | Kconfig | 492 tristate "NatSemi Base GPIO Support"
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1558 * Base address of our shared data with the kernel driver in host
|
D | aic79xx.reg | 3902 * Base address of our shared data with the kernel driver in host
|
/drivers/eisa/ |
D | eisa.ids | 1153 NVL1201 "Novell NE32HUB 32-bit Base EISA Adapter"
|
/drivers/tty/serial/ |
D | Kconfig | 1052 If you have an SGI Altix with an IOC4 based Base IO card
|