Searched refs:command (Results 126 - 150 of 500) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D82596.c139 * The MPU_PORT command allows direct access to the 82596. With PORT access
140 * the following commands are available (p5-18). The 32-bit port command
171 #define CMD_EOL 0x8000 /* The last command of the list, stop. */
215 /* The command structure has two 'next' pointers; v_next is the address of
216 * the next command as seen by the CPU, b_next is the address of the next
217 * command as seen by the 82596. The b_next pointer, as used by the 82596
218 * always references the status field of the next command, rather than the
221 * because the 82596 expects other fields to be there, depending on command
228 unsigned short command; member in struct:i596_cmd
291 unsigned short command; member in struct:i596_scb
[all...]
H A Dlasi_82596.c16 about when and how the command and RX units are started. some
17 command ordering was changed.
170 * The MPU_PORT command allows direct access to the 82596. With PORT access
171 * the following commands are available (p5-18). The 32-bit port command
201 #define CMD_EOL 0x8000 /* The last command of the list, stop. */
248 /* The command structure has two 'next' pointers; v_next is the address of
249 * the next command as seen by the CPU, b_next is the address of the next
250 * command as seen by the 82596. The b_next pointer, as used by the 82596
251 * always references the status field of the next command, rather than the
254 * because the 82596 expects other fields to be there, depending on command
261 unsigned short command; member in struct:i596_cmd
341 unsigned short command; member in struct:i596_scb
[all...]
H A D3c505.c49 * through the command register. The card has 256k of on-board RAM, which is
59 * When a packet comes in, so long as there is a receive command active, the
316 printk("%s: start receive command failed \n", dev->name);
385 * output byte to command reg --<--+
423 * load each byte into the command register and
429 if (send_pcb_slow(dev->base_addr, pcb->command))
498 /* get the command code */
505 pcb->command = inb_command(dev->base_addr);
548 if (pcb->command == CMD_RECEIVE_PACKET_COMPLETE) {
553 pcb->command
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_be.c405 u32 command, scratch; local
410 &command);
429 command =
430 ((command & ~0xff000000) |
432 min_t(u32, (command & 0xff000000),
436 if (!((command & 0x00000200) &&
439 command &= ~0x00000200;
442 if (!((command & 0x00000010) &&
445 command &= ~0x00000010;
447 if (!((command
3046 u32 command, scratch; local
3832 u32 command, scratch, cap_id; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dsetup.c30 extern void cobalt_machine_restart(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/philips/nino/
H A Dsetup.c25 static void nino_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhosts.h132 * above for command codes and expected actions. Return -1 for unknown
133 * command, though that should never happen.
135 int (*devctl) (struct hpsb_host *host, enum devctl_cmd command, int arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dscioc.h29 unsigned long command; member in struct:__anon1569
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-x86_64.c163 * - regions configured, but not enabled in the command register
215 u16 command; local
219 pci_read_config_word(dev, PCI_COMMAND, &command);
227 disabled = !(command & PCI_COMMAND_IO);
229 disabled = !(command & PCI_COMMAND_MEMORY);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datp870u.h62 command: atp870u_command, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-dbg.c220 static int dbg_command_buf (char *buf, unsigned len, char *label, u32 command) argument
224 label, label [0] ? " " : "", command,
225 (command & CMD_PARK) ? "park" : "(park)",
226 CMD_PARK_CNT (command),
227 (command >> 16) & 0x3f,
228 (command & CMD_LRESET) ? " LReset" : "",
229 (command & CMD_IAAD) ? " IAAD" : "",
230 (command & CMD_ASE) ? " Async" : "",
231 (command & CMD_PSE) ? " Periodic" : "",
232 fls_strings [(command >>
279 dbg_command_buf(char *buf, unsigned len, char *label, u32 command) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-i386.c163 * - regions configured, but not enabled in the command register
215 u16 command; local
219 pci_read_config_word(dev, PCI_COMMAND, &command);
227 disabled = !(command & PCI_COMMAND_IO);
229 disabled = !(command & PCI_COMMAND_MEMORY);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/vr41xx/
H A Dvr41xx.h147 extern void vr41xx_restart(char *command);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Ddbdma.h20 unsigned int cmdptr_hi; /* upper 32 bits of command address */
21 unsigned int cmdptr; /* (lower 32 bits of) command address (phys) */
45 * DBDMA command structure. These fields are all little-endian!
49 unsigned short command; /* command word (has bit-fields) */ member in struct:dbdma_cmd
51 unsigned int cmd_dep; /* command-dependent field */
56 /* DBDMA command values in command field */
66 /* Key values in command field */
75 /* Interrupt control values in command fiel
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/vr41xx/
H A Dvr41xx.h147 extern void vr41xx_restart(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Ddbdma.h20 unsigned int cmdptr_hi; /* upper 32 bits of command address */
21 unsigned int cmdptr; /* (lower 32 bits of) command address (phys) */
45 * DBDMA command structure. These fields are all little-endian!
49 unsigned short command; /* command word (has bit-fields) */ member in struct:dbdma_cmd
51 unsigned int cmd_dep; /* command-dependent field */
56 /* DBDMA command values in command field */
66 /* Key values in command field */
75 /* Interrupt control values in command fiel
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/vr41xx/
H A Dvr41xx.h147 extern void vr41xx_restart(char *command);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_wanpipe.h50 unsigned char command; member in struct:__anon11189
H A Dsonypi.h124 u8 sonypi_camera_command(int command, u8 value);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_wanpipe.h50 unsigned char command; member in struct:__anon6775
H A Dsonypi.h124 u8 sonypi_camera_command(int command, u8 value);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/vr41xx/
H A Dvr41xx.h147 extern void vr41xx_restart(char *command);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhndgige.c75 OR_REG(osh, &pci->command, 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Dmisc.c158 * Execute a VIA PRAM/RTC command. For read commands
161 * to the data byte to for the command.
166 static void via_pram_command(int command, __u8 *data) argument
178 if (command & 0xFF00) { /* extended (two-byte) command */
179 via_pram_writebyte((command & 0xFF00) >> 8);
180 via_pram_writebyte(command & 0xFF);
181 is_read = command & 0x8000;
182 } else { /* one-byte command */
183 via_pram_writebyte(command);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dwhiteheat.c163 wait_queue_head_t wait_command; /* for handling sleeping while waiting for a command to finish */
175 #define COMMAND_TIMEOUT (2*HZ) /* 2 second timeout for a command */
223 /* right now, if the command is COMMAND_COMPLETE, just flip the bit saying the command finished */
224 /* in the future we're going to have to pay attention to the actual command that completed */
246 static int whiteheat_send_cmd (struct usb_serial *serial, __u8 command, __u8 *data, __u8 datasize) argument
254 dbg("%s - command %d", __FUNCTION__, command);
261 transfer_buffer[0] = command;
271 /* wait for the command t
572 __u8 command[2] = { WHITEHEAT_GET_HW_INFO, 0 }; local
642 set_command(struct usb_serial_port *port, unsigned char state, unsigned char command) argument
[all...]

Completed in 331 milliseconds

1234567891011>>