Symbol: Interface
sbin/efi/devpath3.c
664
33 TIA-102 Project 25 Common Air Interface (CAI) [Jeff Anderson, Telecommunications Industry of America (TIA) TR-8.5 Formulating Group, <cja015&motorola.com>, June 2004]
sbin/efi/devpath3.c
665
34 Wiegand Interface [Scott_Guthery_2]
sys/arch/emips/ebus/ace_ebus.c
1359
struct _Sac *Interface = sc->sc_dr;
sys/arch/emips/ebus/ace_ebus.c
1364
CtlWas = Interface->CONTROLREG;
sys/arch/emips/ebus/ace_ebus.c
1370
Interface->CONTROLREG = CFGCMD | SAC_CFGRESET;
sys/arch/emips/ebus/ace_ebus.c
1373
Interface->CONTROLREG = CFGCMD;
sys/arch/emips/ebus/ace_ebus.c
1380
Status = Interface->STATUS;
sys/arch/emips/ebus/ace_ebus.c
1400
nBytes, nWords, Interface));
sys/arch/emips/ebus/ace_ebus.c
1404
Status = Interface->ERRORREG;
sys/arch/emips/ebus/ace_ebus.c
1418
Status = Interface->STATUS;
sys/arch/emips/ebus/ace_ebus.c
1432
Interface->DATABUFREG[0] = Data32;
sys/arch/emips/ebus/ace_ebus.c
1446
Interface->CONTROLREG = CtlWas;
sys/arch/emips/ebus/ace_ebus.c
1450
SysaceDumpRegisters(Interface);
sys/arch/emips/ebus/ace_ebus.c
1451
Interface->CONTROLREG = CtlWas;
sys/arch/emips/stand/common/ace.c
122
static void SysaceDumpRegisters(struct _Sac *Interface)
sys/arch/emips/stand/common/ace.c
238
printf("Sysace@%p:\n", Interface);
sys/arch/emips/stand/common/ace.c
239
printf("\tTag %x\n", Interface->Tag);
sys/arch/emips/stand/common/ace.c
240
SysacePrintRegister(&Control_Names, Interface->Control);
sys/arch/emips/stand/common/ace.c
241
printf("\tBUSMODEREG %x\n", Interface->BUSMODEREG);
sys/arch/emips/stand/common/ace.c
242
SysacePrintRegister(&STATUS_Names, Interface->STATUS);
sys/arch/emips/stand/common/ace.c
243
SysacePrintRegister(&ERRORREG_Names, Interface->ERRORREG);
sys/arch/emips/stand/common/ace.c
244
printf("\tCFGLBAREG %x\n", Interface->CFGLBAREG);
sys/arch/emips/stand/common/ace.c
245
printf("\tMPULBAREG %x\n", Interface->MPULBAREG);
sys/arch/emips/stand/common/ace.c
246
printf("\tVERSIONREG %x\n", Interface->VERSIONREG);
sys/arch/emips/stand/common/ace.c
247
printf("\tSECCNTCMDREG %x = %s cnt=%d\n", Interface->SECCNTCMDREG,
sys/arch/emips/stand/common/ace.c
248
CommandNames[(Interface->SECCNTCMDREG >> 8)&7],
sys/arch/emips/stand/common/ace.c
249
Interface->SECCNTCMDREG & SAC_SECCCNT);
sys/arch/emips/stand/common/ace.c
250
SysacePrintRegister(&CONTROLREG_Names, Interface->CONTROLREG);
sys/arch/emips/stand/common/ace.c
251
SysacePrintRegister(&FATSTATREG_Names, Interface->FATSTATREG);
sys/arch/emips/stand/common/ace.c
260
static int SysaceInitialize(struct _Sac *Interface)
sys/arch/emips/stand/common/ace.c
266
Interface->Control = SAC_RST;
sys/arch/emips/stand/common/ace.c
270
Interface->BUSMODEREG = SAC_MODE16 | (SAC_MODE16 << 8);
sys/arch/emips/stand/common/ace.c
274
Control = Interface->Control;
sys/arch/emips/stand/common/ace.c
275
BusMode = Interface->BUSMODEREG;
sys/arch/emips/stand/common/ace.c
280
Interface->Control = Control | SAC_BUS16;
sys/arch/emips/stand/common/ace.c
281
Interface->Control = Interface->Control & ~SAC_BUS8;
sys/arch/emips/stand/common/ace.c
285
Interface->Control = Control | SAC_BUS8;
sys/arch/emips/stand/common/ace.c
286
Interface->Control = Interface->Control & ~SAC_BUS16;
sys/arch/emips/stand/common/ace.c
290
BusMode = Interface->BUSMODEREG;
sys/arch/emips/stand/common/ace.c
291
Control = Interface->Control;
sys/arch/emips/stand/common/ace.c
297
Interface->Control &= ~SAC_INTMASK;
sys/arch/emips/stand/common/ace.c
299
Control = Interface->CONTROLREG;
sys/arch/emips/stand/common/ace.c
301
Interface->CONTROLREG = Control;
sys/arch/emips/stand/common/ace.c
302
Interface->CONTROLREG = Control & ~SAC_RESETIRQ;
sys/arch/emips/stand/common/ace.c
305
Interface->MPULBAREG = 0;
sys/arch/emips/stand/common/ace.c
312
static int SysaceLock(struct _Sac *Interface)
sys/arch/emips/stand/common/ace.c
319
Status = Interface->STATUS;
sys/arch/emips/stand/common/ace.c
325
Interface->CONTROLREG |= SAC_LOCKREQ;
sys/arch/emips/stand/common/ace.c
330
Status = Interface->STATUS;
sys/arch/emips/stand/common/ace.c
340
SysaceDumpRegisters(Interface);
sys/arch/emips/stand/common/ace.c
346
static int SysaceUnlock(struct _Sac *Interface)
sys/arch/emips/stand/common/ace.c
353
Interface->CONTROLREG &= ~SAC_CFGRESET;
sys/arch/emips/stand/common/ace.c
357
Status = Interface->STATUS;
sys/arch/emips/stand/common/ace.c
363
Interface->CONTROLREG &= ~SAC_LOCKREQ;
sys/arch/emips/stand/common/ace.c
368
Status = Interface->STATUS;
sys/arch/emips/stand/common/ace.c
378
SysaceDumpRegisters(Interface);
sys/arch/emips/stand/common/ace.c
406
static int SysaceStartCommand(struct _Sac *Interface,
sys/arch/emips/stand/common/ace.c
415
if (!SysaceLock(Interface)) {
sys/arch/emips/stand/common/ace.c
422
if (! (Interface->STATUS & SAC_CFDETECT)) {
sys/arch/emips/stand/common/ace.c
424
DBGME(2,printf("Sysace:: no media (st=%x)\n",Interface->STATUS));
sys/arch/emips/stand/common/ace.c
430
if (!SysaceReadyForCommand(Interface)) {
sys/arch/emips/stand/common/ace.c
431
DBGME(3,printf("Sysace:: not ready (st=%x)\n",Interface->STATUS));
sys/arch/emips/stand/common/ace.c
432
SysaceDumpRegisters(Interface);
sys/arch/emips/stand/common/ace.c
438
Interface->MPULBAREG = Lba;
sys/arch/emips/stand/common/ace.c
439
Interface->SECCNTCMDREG = (uint16_t)(Command | (nSectors & SAC_SECCCNT));
sys/arch/emips/stand/common/ace.c
446
Interface->CONTROLREG |= SAC_CFGRESET;
sys/arch/emips/stand/common/ace.c
453
static void SysAce_isr ( struct _Sac *Interface )
sys/arch/emips/stand/common/ace.c
459
SysaceIntoff(Interface);
sys/arch/emips/stand/common/ace.c
461
Control = Interface->CONTROLREG & (~(SAC_RESETIRQ|SAC_INTERRUPTS));
sys/arch/emips/stand/common/ace.c
462
Interface->CONTROLREG = Control | SAC_RESETIRQ;
sys/arch/emips/stand/common/ace.c
463
Interface->CONTROLREG = Control;
sys/arch/emips/stand/common/ace.c
466
static int SysAce_wait(struct _Sac *Interface)
sys/arch/emips/stand/common/ace.c
470
if (Interface->STATUS & SAC_DATABUFRDY) {
sys/arch/emips/stand/common/ace.c
471
SysAce_isr(Interface);
sys/arch/emips/stand/common/ace.c
485
static int SysAce_read(struct _Sac * Interface, char *Buffer, uint32_t StartSector, uint32_t nBlocks)
sys/arch/emips/stand/common/ace.c
510
SysaceInton(Interface);
sys/arch/emips/stand/common/ace.c
511
sc = SysaceStartCommand(Interface,
sys/arch/emips/stand/common/ace.c
518
sc = SysAce_wait(Interface);
sys/arch/emips/stand/common/ace.c
532
Status = Interface->STATUS;
sys/arch/emips/stand/common/ace.c
543
Data32 = Interface->DATABUFREG[0];
sys/arch/emips/stand/common/ace.c
554
SysaceDumpRegisters(Interface);
sys/arch/emips/stand/common/ace.c
571
SysaceUnlock(Interface);
sys/arch/prep/include/residual.h
187
unsigned char Interface; /* See pnp.h for bit definitions */
sys/arch/prep/include/residual.h
321
int SubType, int Interface, int n);
sys/arch/prep/pnpbus/pnpbus.c
359
pna->interface = id->Interface;
sys/arch/prep/prep/platform.c
217
return dev->DeviceId.Interface;
sys/arch/prep/prep/residual.c
1237
q = id->Interface >= NELEMS(IDEController_tabel)
sys/arch/prep/prep/residual.c
1238
? NULL : IDEController_tabel[id->Interface];
sys/arch/prep/prep/residual.c
1242
q = id->Interface >= NELEMS(FloppyController_table)
sys/arch/prep/prep/residual.c
1243
? NULL : FloppyController_table[id->Interface];
sys/arch/prep/prep/residual.c
1258
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1288
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1318
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1337
q = id->Interface >= NELEMS(AudioController_table)
sys/arch/prep/prep/residual.c
1338
? NULL : AudioController_table[id->Interface];
sys/arch/prep/prep/residual.c
1349
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1375
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1407
q = id->Interface >= NELEMS(PCIBridge_table)
sys/arch/prep/prep/residual.c
1408
? NULL : PCIBridge_table[id->Interface];
sys/arch/prep/prep/residual.c
1427
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1456
q = id->Interface >= NELEMS(RS232Device_table)
sys/arch/prep/prep/residual.c
1457
? NULL : RS232Device_table[id->Interface];
sys/arch/prep/prep/residual.c
1461
q = id->Interface >= NELEMS(ATCompatibleParallelPort_table)
sys/arch/prep/prep/residual.c
1462
? NULL : ATCompatibleParallelPort_table[id->Interface];
sys/arch/prep/prep/residual.c
1473
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1537
q = id->Interface >= NELEMS(PIC_table)
sys/arch/prep/prep/residual.c
1538
? NULL : PIC_table[id->Interface];
sys/arch/prep/prep/residual.c
1542
q = id->Interface >= NELEMS(DMAController_table)
sys/arch/prep/prep/residual.c
1543
? NULL : DMAController_table[id->Interface];
sys/arch/prep/prep/residual.c
1547
q = id->Interface >= NELEMS(SystemTimer_table)
sys/arch/prep/prep/residual.c
1548
? NULL : SystemTimer_table[id->Interface];
sys/arch/prep/prep/residual.c
1552
q = id->Interface >= NELEMS(RealTimeClock_table)
sys/arch/prep/prep/residual.c
1553
? NULL : RealTimeClock_table[id->Interface];
sys/arch/prep/prep/residual.c
1557
q = id->Interface >= NELEMS(L2Cache_table)
sys/arch/prep/prep/residual.c
1558
? NULL : L2Cache_table[id->Interface];
sys/arch/prep/prep/residual.c
1562
q = id->Interface >= NELEMS(NVRAM_table)
sys/arch/prep/prep/residual.c
1563
? NULL : NVRAM_table[id->Interface];
sys/arch/prep/prep/residual.c
1567
q = id->Interface >= NELEMS(PowerManagement_table)
sys/arch/prep/prep/residual.c
1568
? NULL : PowerManagement_table[id->Interface];
sys/arch/prep/prep/residual.c
1576
q = id->Interface >= NELEMS(OperatorPanel_table)
sys/arch/prep/prep/residual.c
1577
? NULL : OperatorPanel_table[id->Interface];
sys/arch/prep/prep/residual.c
1593
q = id->Interface >= NELEMS(GraphicAssist_table)
sys/arch/prep/prep/residual.c
1594
? NULL : GraphicAssist_table[id->Interface];
sys/arch/prep/prep/residual.c
1609
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1639
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
sys/arch/prep/prep/residual.c
1663
printf(" Interface = %s (%d)\n", q ? q : "None", id->Interface);
usr.sbin/map-mbone/mapper.c
129
Interface *find_interface(u_int32_t addr, Node *node)
usr.sbin/map-mbone/mapper.c
131
Interface *ifc;
usr.sbin/map-mbone/mapper.c
137
ifc = (Interface *) malloc(sizeof(Interface));
usr.sbin/map-mbone/mapper.c
149
Interface *ifc;
usr.sbin/map-mbone/mapper.c
312
Interface *ifc;
usr.sbin/map-mbone/mapper.c
336
Interface *ifc_i, *next_ifc_i;
usr.sbin/map-mbone/mapper.c
352
Interface *ifc_n = find_interface(ifc_i->addr, node);
usr.sbin/map-mbone/mapper.c
447
Interface *ifc;
usr.sbin/map-mbone/mapper.c
477
Interface *ifc_i, *next_ifc_i;
usr.sbin/map-mbone/mapper.c
493
Interface *ifc_n = find_interface(ifc_i->addr, node);
usr.sbin/map-mbone/mapper.c
634
Interface *ifc;
usr.sbin/map-mbone/mapper.c
694
Interface *ifc;
usr.sbin/map-mbone/mapper.c
741
Interface *ifc;
usr.sbin/map-mbone/mapper.c
90
Interface * find_interface(u_int32_t addr, Node *node);