Searched refs:Base (Results 1 - 8 of 8) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dio.c590 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
591 val = READ_BYTE(Base + (unsigned long)addr);
592 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
598 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
599 val = READ_WORD((Base + (unsigned long)addr));
600 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
605 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
607 *data++ = READ_DWORD((Base + (unsigned long)addr));
610 DIVA_OS_MEM_DETACH_RAM((PISDN_ADAPTER)a->io, Base);
614 volatile byte __iomem *Base local
628 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
634 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
640 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
650 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
656 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io); local
[all...]
H A Ddebug.c78 byte *Base; /* lowest address (constant) */ member in struct:MSG_QUEUE
79 byte *High; /* Base + Size (constant) */
98 Q->Base = Q->Head = Q->Tail = Buffer;
125 if (Q->Base + need > Q->Head) {
130 Q->Tail = Q->Base;
161 Q->Head = Q->Base;
165 Q->Head = Q->Tail = Q->Base;
236 *(void **)base = (void *)(base + sizeof(void *)); /* Store Base */
/drivers/sn/
H A DKconfig9 tristate "SGI IOC3 Base IO support"
12 This option enables basic support for the SGI IOC3-based Base IO
/drivers/net/wireless/rtlwifi/
H A Defuse.c382 u8 section_idx, i, Base; local
387 Base = section_idx * 8;
391 if ((rtlefuse->efuse_map[EFUSE_INIT_MAP][Base + i] !=
392 rtlefuse->efuse_map[EFUSE_MODIFY_MAP][Base + i]) ||
393 (rtlefuse->efuse_map[EFUSE_INIT_MAP][Base + i + 1] !=
394 rtlefuse->efuse_map[EFUSE_MODIFY_MAP][Base + i +
/drivers/video/fbdev/
H A Dneofb.c1183 int Base; local
1187 Base = (var->yoffset * info->var.xres_virtual + var->xoffset) >> 2;
1188 Base *= (info->var.bits_per_pixel + 7) / 8;
1195 vga_wcrt(state->vgabase, 0x0C, (Base & 0x00FF00) >> 8);
1196 vga_wcrt(state->vgabase, 0x0D, (Base & 0x00FF));
1204 vga_wgfx(state->vgabase, 0x0E, (((Base >> 16) & 0x0f) | (oldExtCRTDispAddr & 0xf0)));
/drivers/firmware/
H A DKconfig76 tristate "Dell Systems Management Base Driver"
79 The Dell Systems Management Base Driver provides a sysfs interface
/drivers/zorro/
H A Dzorro.ids289 085e GFX-Base
/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h2159 CONFIG_PAGE_FC_PORT_10_BASE_SFP_DATA Base; /* 10h */ member in struct:_CONFIG_PAGE_FC_PORT_10

Completed in 147 milliseconds