Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 56) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c379 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_halt()
381 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_halt()
389 U32 command = ehci_readl ((U32)&ehci->regs->command); in ehci_reset() local
392 command |= CMD_RESET; in ehci_reset()
393 dbg_cmd (ehci, "reset", command); in ehci_reset()
394 ehci_writel (command, (U32)&ehci->regs->command); in ehci_reset()
446 command = handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000); in ehci_reset()
452 return command; in ehci_reset()
530 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_ready()
532 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_ready()
[all …]
H A DdrvEHCIDBG.cpp308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf() argument
312 label, label [0] ? " " : "", command, in dbg_command_buf()
313 (command & CMD_PARK) ? "park" : "(park)", in dbg_command_buf()
314 CMD_PARK_CNT (command), in dbg_command_buf()
315 (command >> 16) & 0x3f, in dbg_command_buf()
316 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
317 (command & CMD_IAAD) ? " IAAD" : "", in dbg_command_buf()
318 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
319 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
320 fls_strings [(command >> 2) & 0x3], in dbg_command_buf()
[all …]
H A DdrvUSBHwCtl.c162 reg_cmd = ehci_readl((U32)&ehci->regs->command); in ResetMstarUsb()
163 ehci_writel(reg_cmd | CMD_RESET, (U32)&ehci->regs->command); in ResetMstarUsb()
165 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); // wait for reset done in ResetMstarUsb()
169 ehci_writel (reg_cmd, (U32)&ehci->regs->command); in ResetMstarUsb()
H A DdrvEHCI_SCHD.cxx273 cmd = ehci_readl ((U32)&ehci->regs->command) | CMD_PSE; in enable_periodic()
274 ehci_writel (cmd, (U32)&ehci->regs->command); in enable_periodic()
296 cmd = ehci_readl ((U32)&ehci->regs->command) & ~CMD_PSE; in disable_periodic()
297 ehci_writel (cmd, (U32)&ehci->regs->command); in disable_periodic()
H A DdrvUSBEntry.c1635 temp = ehci_readl((U32)&ehci->regs->command); in Usb_host_Init_EX()
1637 ehci_writel (temp, (U32)&ehci->regs->command); //host controller reset in Usb_host_Init_EX()
1638 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); in Usb_host_Init_EX()
1689 temp = ehci_readl((U32)&ehci->regs->command) & 0xfffffff3; in Usb_host_Init_EX()
1691 ehci_writel (temp, (U32)&ehci->regs->command); in Usb_host_Init_EX()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include176 # echo command.
188 # if_changed - execute command if any prerequisite is newer than
189 # target, or command line has changed
214 # Execute command if command has changed or prerequisite(s) are updated.
221 # Execute the command and also postprocess generated .d dependencies file.
243 # (4) - due to command line change
249 # (4) The command line stored in the file named dir/.target.cmd
250 # differed from actual command line. This happens when compiler
252 # (5) No dir/.target.cmd file (used to store command line)
261 $(if $(cmd_$@),- due to command line change, \
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile149 # (thus requiring an explicit @brief command for a brief description.)
157 # an explicit \brief command for a brief description.)
189 # put the command \sideeffect (or @sideeffect) in the documentation, which
261 # the \nosubgrouping command.
363 # that is typed after a \internal command is included. If the tag is set
459 # command in the documentation regardless of this setting.
490 # popen()) the command <command> <input-file>, where <command> is the value of
654 # the \include command).
674 # the \image command).
680 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
H A Dbsp.dxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
188 # put the command \sideeffect (or @sideeffect) in the documentation, which
260 # the \nosubgrouping command.
362 # that is typed after a \internal command is included. If the tag is set
458 # command in the documentation regardless of this setting.
489 # popen()) the command <command> <input-file>, where <command> is the value of
653 # the \include command).
673 # the \image command).
679 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdi_nsk2.c233 NDS_ULONG command, in NSKHDI_NskDevice_ExecuteCmd() argument
242 …nd = 0x%x, control = 0x%x, offset = 0x%x, data_size = 0x%x\n", u32Handle,command,control,register_… in NSKHDI_NskDevice_ExecuteCmd()
259 MDrv_NSK2_ExcuteCmd( command, control, register_offset, data_size, data); in NSKHDI_NskDevice_ExecuteCmd()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dhdreg.h74 __u8 command; member
88 __u8 command; member
H A Dsoundcard.h694 int command; /* Set to 0 if not used */ member
706 int command; /* Used internally. Set to 0 */ member
H A Di2c-dev.h56 __u8 command; member
H A Dpktcdvd.h96 __u32 command; /* in: Setup, teardown, status */ member
H A Dscc.h139 int command; /* one of the KISS-Commands defined above */ member
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DdrvNSK2.c489 MS_U32 MDrv_NSK2_ExcuteCmd(MS_U32 command, MS_U32 control, in MDrv_NSK2_ExcuteCmd() argument
506 HAL_NSK2_WriteCommand(command); in MDrv_NSK2_ExcuteCmd()
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c133 ST_HSL_SELFTEST_CMD command; in HslSelfTestThreadFun() local
134 ST_HSL_SELFTEST_CMD* pCommand = &command; in HslSelfTestThreadFun()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dnfnetlink_log.h65 u_int8_t command; /* nfulnl_msg_config_cmds */ member
H A Dnfnetlink_queue.h64 u_int8_t command; /* nfqnl_msg_config_cmds */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Dt2-l1-signal.tst40 # opcodeeq command opcode or number
H A Dt2-l1-pi.tst40 # opcodeeq command opcode or number
H A Dt3-l1-pi-3rt.tst40 # opcodeeq command opcode or number
H A Dt3-l1-pi-1rt.tst40 # opcodeeq command opcode or number
H A Dt3-l2-pi.tst40 # opcodeeq command opcode or number
H A Dt2-l2-2rt-deadlock.tst40 # opcodeeq command opcode or number
H A Dt2-l1-2rt-sameprio.tst40 # opcodeeq command opcode or number

123