Searched refs:cmd2 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-cmd-queue.h418 * @cmd2: Command
426 uint64_t cmd2)
459 ptr[1] = cmd2;
486 *ptr++ = cmd2;
497 new_buffer[0] = cmd2;
517 * @cmd2: Command
526 uint64_t cmd2,
560 ptr[1] = cmd2;
588 *ptr++ = cmd2;
602 *ptr++ = cmd2;
422 cvmx_cmd_queue_write2(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2) argument
522 cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.c2847 struct vfe_asfcrop_cfg cmd2; local
2850 memset(&cmd2, 0, sizeof(cmd2));
2889 cmd2.firstLine = in->cropFirstLine;
2890 cmd2.lastLine = in->cropLastLine;
2891 cmd2.firstPixel = in->cropFirstPixel;
2892 cmd2.lastPixel = in->cropLastPixel;
2895 (uint32_t *)&cmd2, sizeof(cmd2));
2981 struct vfe_color_convert_cfg cmd2; local
3093 struct vfe_statsawbae_update cmd2; local
3135 struct vfe_statsawbae_update cmd2; local
3171 struct vfe_statsaf_cfg cmd2; local
3222 struct vfe_busstats_wrprio cmd2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dtoneport.c20 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2);
132 static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2) argument
138 cmd1, cmd2, NULL, 0, LINE6_TIMEOUT * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmzip.c196 static int short_command(int priv, int fd, int cmd1, int cmd2, argument
202 cdb[1] = cmd2;
218 static int door_command(int priv, int fd, int cmd1, int cmd2, argument
221 return short_command(priv, fd, cmd1, 0, cmd2, 0, extra_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c548 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); local
549 offset = *cmd2 << 10;
604 u32 *cmd1, *cmd2, *cmd3; local
617 cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2);
632 if (!radeon_check_offset(dev_priv, *cmd2)) {
634 *cmd2);
H A Dradeon_state.c413 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); local
414 offset = *cmd2 << 10;
420 *cmd2 = (*cmd2 & 0xffc00000) | offset >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dextmem.c687 char cmd2[80]; local
710 sprintf(cmd2, "SAVESEG %s", name);
718 cpcmd(cmd2, NULL, 0, &response);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp.c1393 const char *volatile cmd2; local
1397 cmd2 = "RETR";
1399 cmd2 = runique ? "STOU" : "STOR";
1436 if (command("%s %s", cmd2, local) != PRELIM)
1455 if (command("%s %s", cmd2, local) != PRELIM) {
1470 if (command("%s %s", cmd2, local) != PRELIM) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_hw.h633 u8 cmd2; member in struct:ixgb_flash_buffer

Completed in 89 milliseconds