HomeSort by: relevance | last modified time | path
    Searched refs:Control (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/emips/stand/common/
ace.c 125 { "Control",
240 SysacePrintRegister(&Control_Names, Interface->Control);
263 uint32_t BusMode, Control;
266 Interface->Control = SAC_RST;
274 Control = Interface->Control;
280 Interface->Control = Control | SAC_BUS16;
281 Interface->Control = Interface->Control & ~SAC_BUS8
    [all...]
clock.c 49 Tc->Control = TCCT_ENABLE;
enic.c 135 isr = regs->Control;
139 regs->Control = EC_RESET;
171 regs->Control = EC_RESET;
187 regs->Control = EC_RESET;
189 regs->Control = regs->Control & (~EC_RXDIS);
201 if (0 == (regs->Control & EC_OF_EMPTY))
prom_iface.c 162 us->Control = (USC_RXEN|USC_TXEN|USC_BPC_8|USC_NONE|USC_1STOP|USC_CLKDIV_4);
208 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
216 size = Ram->Control & RAMST_SIZE;
262 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
276 size = Ram->Control & RAMST_SIZE;
280 base += Ours->Control & RAMST_SIZE;
310 //printf("RAM @%x tag=%x ctl=%x\n", Ram, Ram->BaseAddressAndTag,Ram->Control);
318 size = Ram->Control & RAMST_SIZE;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dscontrol.c 3 * Module Name: dscontrol - Support for execution control opcodes -
61 * Op - The control Op
65 * DESCRIPTION: Handles all control ops encountered during control method
90 * There is no need to allocate a new control state.
94 if (WalkState->ControlState->Control.AmlPredicateStart ==
109 * IF/WHILE: Create a new control state to manage these
123 ControlState->Control.AmlPredicateStart =
125 ControlState->Control.PackageEnd =
127 ControlState->Control.Opcode
    [all...]
dswexec.c 172 * the control stack
227 * DESCRIPTION: Descending callback used during the execution of control
302 WalkState->ControlState->Control.PredicateOp = Op;
385 * DESCRIPTION: Ascending callback used during the execution of control
582 * Since the operands will be passed to another control method,
778 (WalkState->ControlState->Control.PredicateOp == Op))
dsutils.c 116 * of every ASL operator and control method invocation in case the
270 (WalkState->ControlState->Control.PredicateOp == Op))
278 /* Ignore other control opcodes */
283 /* The general control opcode returns no result */
406 * arguments to a control method invocation (a call from one
559 * namespace objects during the execution of control methods.
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 82 IN UINT32 Control
89 OUT UINT32 *Control
efi_pxe.h 929 PXE_CONTROL Control;
984 // microseconds before returning control to the UNDI.
999 // do not return control to the UNDI until the previous Block() is
  /src/sys/arch/emips/ebus/
icap_ebus.c 310 if (sc->sc_dp->Control & (ICAPC_IF_FULL|ICAPC_ERROR))
365 isr = sc->sc_dp->Control;
406 isr = sc->sc_dp->Control;
422 DEBUG_PRINT(("icap_reset %x\n",sc->sc_dp->Control), DEBUG_STATUS);
423 sc->sc_dp->Control = ICAPC_RESET;
425 sc->sc_dp->Control = ICAPC_INTEN;
ace_ebus.c 467 "Control",
592 SysacePrintRegister(&Control_Names, regs->Control);
623 uint32_t BusMode, Control;
626 regs->Control = SAC_RST;
634 Control = regs->Control;
639 regs->Control = Control | SAC_BUS16;
640 regs->Control = regs->Control & ~SAC_BUS8
    [all...]
if_le_ebus.c 253 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0)
279 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0)
332 printf("enic_stop %x\n", sc->sc_regs->Control);
340 sc->sc_regs->Control = EC_RESET;
388 if (sc->sc_regs->Control & EC_IF_FULL)
426 if (sc->sc_regs->Control & EC_IF_FULL)
479 if (sc->sc_regs->Control & EC_IF_FULL)
534 ctl = sc->sc_regs->Control | EC_INTEN;
536 sc->sc_regs->Control = ctl;
553 printf("enic_watch ctl=%x\n", sc->sc_regs->Control);
    [all...]
clock_ebus.c 112 tc->Control = TCCT_ENABLE | TCCT_INT_ENABLE;
263 x = tc->Control;
323 sc->sc_dp->Control &= ~(TCCT_INT_ENABLE|TCCT_INTERRUPT);
dz_ebus.c 167 /* we have no modem control but..*/
457 dzr->Control = USC_CLKDIV_4 | USC_TXEN | USC_RXEN | lpr;
478 /* we have no modem control bits (CD,RI,DTR,DSR,..) */
506 dzr->Control |= USC_STTBRK;
509 dzr->Control |= USC_STPBRK;
538 dzr->Control = USC_RSTSTA;
738 dzcn->Control =
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 59 BOOLEAN RtsCtsEnable; // RTS, CTS control
164 // Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
189 IN UINT32 Control
196 OUT UINT32 *Control
  /src/sys/arch/emips/include/
emipsreg.h 102 * Preferred addresses (nb: for the control registers of...)
130 volatile uint32_t Control; /* rw */
161 volatile uint32_t Control; /* rw */
197 volatile uint32_t Control; /* rw */
380 volatile uint32_t Control; /* rw */
462 volatile uint32_t Control; /* rw */
494 volatile uint32_t Control; /* rw */
519 volatile uint32_t Control;
564 volatile uint32_t Control; /*0x00000004 */
584 /* volatile uint32_t Control; 0x00000004 *
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psloop.c 180 * Skip parsing of control method because we don't have enough
226 WalkState->ControlState->Control.PackageEnd =
284 /* We are restarting a preempted control method */
348 * executing it as a control method. However, if we encounter
447 ((WalkState->ControlState->Control.Opcode == AML_IF_OP) ||
448 (WalkState->ControlState->Control.Opcode == AML_WHILE_OP)))
455 WalkState->ControlState->Control.AmlPredicateStart + 1;
515 * Skip parsing of control method or opregion body,
566 * loading a table by executing it as a control method.
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 315 [0001] P-State Control : 00
318 [0004] PM1A Control Block Address : 00000001
319 [0004] PM1B Control Block Address : 00000000
320 [0004] PM2 Control Block Address : 00000001
325 [0001] PM1 Control Block Length : 02
326 [0001] PM2 Control Block Length : 01
354 Control Method Power Button (V1) : 0
355 Control Method Sleep Button (V1) : 0
398 [0012] PM1A Control Block : [Generic Address Structure]
405 [0012] PM1B Control Block : [Generic Address Structure
    [all...]
  /src/sys/dev/ic/
mpt_netbsd.c 869 mpt_req->Control = MPI_SCSIIO_CONTROL_READ;
871 mpt_req->Control = MPI_SCSIIO_CONTROL_WRITE;
873 mpt_req->Control = MPI_SCSIIO_CONTROL_NODATATRANSFER;
881 mpt_req->Control |= MPI_SCSIIO_CONTROL_HEADOFQ;
886 mpt_req->Control |= MPI_SCSIIO_CONTROL_ACAQ;
891 mpt_req->Control |= MPI_SCSIIO_CONTROL_ORDEREDQ;
895 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
900 mpt_req->Control |= MPI_SCSIIO_CONTROL_UNTAGGED;
902 mpt_req->Control |= MPI_SCSIIO_CONTROL_SIMPLEQ;
906 mpt_req->Control |= MPI_SCSIIO_CONTROL_UNTAGGED
    [all...]
mpt_debug.c 503 printf("\tControl 0x%08x ", le32toh(msg->Control));
509 switch (le32toh(msg->Control) & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK) {
517 switch (le32toh(msg->Control) & MPI_SCSIIO_CONTROL_TASKATTRIBUTE_MASK) {
  /src/distrib/mvme68k/miniroot/
install.md 198 Control-C at any time to quit, but if you do so at a prompt, you may have to
  /src/sys/dev/acpi/
acpi_ec.c 35 * - notification of ASL of System Control Interrupts.
260 if (ecdt->Control.BitWidth != 8 || ecdt->Data.BitWidth != 8) {
263 ecdt->Control.BitWidth, ecdt->Data.BitWidth);
275 *cmd_reg = ecdt->Control.Address;
  /src/sys/arch/emips/emips/
machdep.c 678 len = ram->Control & SRAMST_SIZE;
  /src/sys/arch/vax/vax/
intvec.S 93 INTVEC(access_v, KSTACK) # Access Control Violation, 20
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 728 * Control state - one per if/else and while constructs.
768 * states are created when there are nested control methods executing.
832 ACPI_CONTROL_STATE Control;
1105 * Parse state - one state per parser invocation and each control
1172 /* For control registers, both ignored and reserved bits must be preserved */
1175 * For PM1 control, the SCI enable bit (bit 0, SCI_EN) is defined by the

Completed in 87 milliseconds

1 2