/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_debug.h | 77 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 80 CMD; \ 83 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument 91 #define dprintk(IOC, CMD) \ argument 92 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 94 #define dsgprintk(IOC, CMD) \ argument 95 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 97 #define devtprintk(IOC, CMD) \ argument 98 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 100 #define dewtprintk(IOC, CMD) \ argument [all …]
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_debug.h | 76 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 79 CMD; \ 82 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument 90 #define dprintk(IOC, CMD) \ argument 91 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 93 #define dsgprintk(IOC, CMD) \ argument 94 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 96 #define devtprintk(IOC, CMD) \ argument 97 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 99 #define dewtprintk(IOC, CMD) \ argument [all …]
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptdebug.h | 68 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 71 CMD; \ 74 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument 82 #define dprintk(IOC, CMD) \ argument 83 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 85 #define dsgprintk(IOC, CMD) \ argument 86 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 88 #define devtprintk(IOC, CMD) \ argument 89 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 91 #define devtverboseprintk(IOC, CMD) \ argument [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_logging.h | 46 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 50 CMD; \ 55 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) argument 63 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument 64 SCSI_CHECK_LOGGING(SCSI_LOG_ERROR_SHIFT, SCSI_LOG_ERROR_BITS, LEVEL,CMD); 65 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument 66 SCSI_CHECK_LOGGING(SCSI_LOG_TIMEOUT_SHIFT, SCSI_LOG_TIMEOUT_BITS, LEVEL,CMD); 67 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument 68 SCSI_CHECK_LOGGING(SCSI_LOG_SCAN_SHIFT, SCSI_LOG_SCAN_BITS, LEVEL,CMD); 69 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument [all …]
|
D | esp_scsi.h | 260 #define ESP_CMD_PRIV(CMD) ((struct esp_cmd_priv *)(&(CMD)->SCp)) argument
|
D | 53c700.scr | 253 INT UNEXPECTED_PHASE_BEFORE_CMD, IF NOT CMD 254 MOVE CommandCount, CommandAddress, WHEN CMD
|
D | 53c700_d.h_shipped | 433 INT UNEXPECTED_PHASE_BEFORE_CMD, IF NOT CMD 437 MOVE CommandCount, CommandAddress, WHEN CMD
|
D | ipr.h | 1739 #define IPR_DBG_CMD(CMD) if (ipr_debug) { CMD; } argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | ops.c | 266 #define CMD(x) [x] = #x macro 269 CMD(MVM_ALIVE), 270 CMD(REPLY_ERROR), 271 CMD(INIT_COMPLETE_NOTIF), 272 CMD(PHY_CONTEXT_CMD), 273 CMD(MGMT_MCAST_KEY), 274 CMD(TX_CMD), 275 CMD(TXPATH_FLUSH), 276 CMD(SHARED_MEM_CFG), 277 CMD(MAC_CONTEXT_CMD), [all …]
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 94 #define CMD(op, opm, f, lm, fl, ...) \ macro 117 CMD( MI_NOOP, SMI, F, 1, S ), 118 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 119 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, M ), 120 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 121 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 122 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 123 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ), 124 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ), 125 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W, [all …]
|
/linux-4.1.27/drivers/block/paride/ |
D | friq.c | 40 #define CMD(x) w2(4);w0(0xff);w0(0xff);w0(0x73);w0(0x73);\ macro 57 CMD(r); in friq_read_regr() 72 CMD(r); in friq_write_regr() 83 case 0: CMD(regr); in friq_read_block_int() 93 CMD(regr+0xc0); in friq_read_block_int() 103 case 2: CMD(regr+0x80); in friq_read_block_int() 111 case 3: CMD(regr+0x80); in friq_read_block_int() 119 case 4: CMD(regr+0x80); in friq_read_block_int() 144 case 1: CMD(8); w2(5); in friq_write_block() 152 case 2: CMD(0xc8); w2(5); in friq_write_block() [all …]
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 262 status_OK = CMD(0x80); in do_read_onechip() 276 map_write (map, CMD(0xb0), cmd_addr); in do_read_onechip() 282 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 293 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip() 295 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 310 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip() 324 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 330 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip() 373 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip() 374 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() [all …]
|
D | cfi_cmdset_0001.c | 286 map_write(map, CMD(0x60), 0); in fixup_LH28F640BF() 287 map_write(map, CMD(0x04), 0); in fixup_LH28F640BF() 788 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01); in chip_ready() 830 map_write(map, CMD(0xB0), adr); in chip_ready() 837 map_write(map, CMD(0x70), adr); in chip_ready() 1038 map_write(map, CMD(0xd0), adr); in put_chip() 1039 map_write(map, CMD(0x70), adr); in put_chip() 1085 map_write(map, CMD(0xff), adr); in xip_enable() 1112 map_word status, OK = CMD(0x80); in xip_wait_for_operation() 1139 map_write(map, CMD(0xb0), adr); in xip_wait_for_operation() [all …]
|
D | cfi_cmdset_0002.c | 311 cfi->sector_erase_cmd = CMD(0x50); in fixup_sst39vf_rev_b() 475 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 824 map_write(map, CMD(0xB0), chip->in_progress_block_addr); in get_chip() 937 map_write(map, CMD(0xf0), adr); in xip_enable() 963 map_word status, OK = CMD(0x80); in xip_udelay() 982 map_write(map, CMD(0xb0), adr); in xip_udelay() 1000 if (!map_word_bitsset(map, status, CMD(0x40))) in xip_udelay() 1004 map_write(map, CMD(0xf0), adr); in xip_udelay() 1124 map_write(map, CMD(0xf0), cmd_addr); in do_read_onechip() 1356 map_write(map, CMD(0xA0), chip->start); in do_otp_lock() [all …]
|
D | fwh_lock.h | 69 map_write(map, CMD(xxlt->val), adr); in fwh_xxlock_oneblock()
|
D | cfi_probe.c | 178 cfi->sector_erase_cmd = CMD(0x30); in cfi_chip_setup()
|
D | jedec_probe.c | 1965 cfi->sector_erase_cmd = CMD(0x30); in cfi_jedec_setup()
|
/linux-4.1.27/include/linux/mtd/ |
D | pfow.h | 105 map_write(map, CMD(cmd_code), map->pfow_base + PFOW_COMMAND_CODE); in send_pfow_command() 106 map_write(map, CMD(adr & ((1<<bits_per_chip) - 1)), in send_pfow_command() 108 map_write(map, CMD(adr>>bits_per_chip), in send_pfow_command() 111 map_write(map, CMD(len & ((1<<bits_per_chip) - 1)), in send_pfow_command() 113 map_write(map, CMD(len>>bits_per_chip), in send_pfow_command() 120 map_write(map, CMD(LPDDR_START_EXECUTION), in send_pfow_command()
|
D | qinfo.h | 85 #define CMD(x) lpddr_build_cmd(x, map) macro
|
D | cfi.h | 389 #define CMD(x) cfi_build_cmd((x), map, cfi) macro
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mddi.c | 104 mddi_writel(MDDI_CMD_LINK_ACTIVE, CMD); in mddi_activate_link() 117 mddi_writel(MDDI_CMD_FORCE_NEW_REV_PTR, CMD); in mddi_reset_rev_encap_ptr() 328 mddi_writel(MDDI_CMD_FORCE_NEW_REV_PTR, CMD); in mddi_init_rev_encap() 336 mddi_writel(MDDI_CMD_POWERDOWN, CMD); in mddi_set_auto_hibernate() 338 mddi_writel(MDDI_CMD_HIBERNATE | !!on, CMD); in mddi_set_auto_hibernate() 360 mddi_writel(MDDI_CMD_PERIODIC_REV_ENCAP, CMD); in mddi_init_registers() 379 mddi_writel(MDDI_CMD_DISP_IGNORE, CMD); in mddi_init_registers() 394 mddi_writel(MDDI_CMD_RESET, CMD); in mddi_suspend() 414 mddi_writel(MDDI_CMD_LINK_ACTIVE, CMD); in mddi_resume() 415 mddi_writel(MDDI_CMD_SEND_RTD, CMD); in mddi_resume() [all …]
|
/linux-4.1.27/drivers/mtd/lpddr/ |
D | qinfo_probe.c | 85 map_write(map, CMD(LPDDR_INFO_QUERY), in lpddr_info_query() 87 map_write(map, CMD(adr & ((1 << bits_per_chip) - 1)), in lpddr_info_query() 89 map_write(map, CMD(adr >> bits_per_chip), in lpddr_info_query() 91 map_write(map, CMD(LPDDR_START_EXECUTION), in lpddr_info_query() 115 if (!map_word_equal(map, CMD('P'), pfow_val[0])) in lpddr_pfow_present() 118 if (!map_word_equal(map, CMD('F'), pfow_val[1])) in lpddr_pfow_present() 121 if (!map_word_equal(map, CMD('O'), pfow_val[2])) in lpddr_pfow_present() 124 if (!map_word_equal(map, CMD('W'), pfow_val[3])) in lpddr_pfow_present()
|
D | lpddr_cmds.c | 174 map_write(map, CMD(~(DSR_ERR)), map->pfow_base + PFOW_DSR); in wait_for_ready() 300 map_write(map, CMD(LPDDR_SUSPEND), in chip_ready() 373 map_write(map, CMD(LPDDR_RESUME), in put_chip() 375 map_write(map, CMD(LPDDR_START_EXECUTION), in put_chip()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 71 #define PM8001_CHECK_LOGGING(HBA, LEVEL, CMD) \ argument 75 CMD; \ 79 #define PM8001_EH_DBG(HBA, CMD) \ argument 80 PM8001_CHECK_LOGGING(HBA, PM8001_EH_LOGGING, CMD) 82 #define PM8001_INIT_DBG(HBA, CMD) \ argument 83 PM8001_CHECK_LOGGING(HBA, PM8001_INIT_LOGGING, CMD) 85 #define PM8001_DISC_DBG(HBA, CMD) \ argument 86 PM8001_CHECK_LOGGING(HBA, PM8001_DISC_LOGGING, CMD) 88 #define PM8001_IO_DBG(HBA, CMD) \ argument 89 PM8001_CHECK_LOGGING(HBA, PM8001_IO_LOGGING, CMD) [all …]
|
/linux-4.1.27/sound/pci/ |
D | atiixp.c | 508 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset() 512 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET); in snd_atiixp_aclink_reset() 513 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 515 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0); in snd_atiixp_aclink_reset() 518 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset() 520 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 522 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 524 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset() 532 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 543 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() [all …]
|
D | atiixp_modem.c | 484 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset() 488 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET); in snd_atiixp_aclink_reset() 489 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 491 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0); in snd_atiixp_aclink_reset() 494 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset() 496 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 498 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 500 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset() 508 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 519 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() [all …]
|
/linux-4.1.27/Documentation/dvb/ |
D | get_dvb_firmware | 272 my $CMD = "\000\001\000\222\177\000"; 276 print $FW "$CMD\001$PAD"; 277 print $FW "$CMD\001$PAD"; 279 print $FW "$CMD\000$PAD"; 280 print $FW "$CMD\001$PAD"; 282 print $FW "$CMD\001$PAD"; 283 print $FW "$CMD\000$PAD"; 867 open(CMD, "md5sum \"$filename\"|"); 868 $testhash = <CMD>; 871 close CMD;
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | libfcoe.h | 10 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 14 CMD; \
|
D | fcoe.h | 48 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 52 CMD; \
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 313 writel(LUT0(CMD, PAD1, cmd) | LUT1(ADDR, PAD1, addrlen), in fsl_qspi_init_lut() 320 writel(LUT0(CMD, PAD1, SPINOR_OP_WREN), base + QUADSPI_LUT(lut_base)); in fsl_qspi_init_lut() 334 writel(LUT0(CMD, PAD1, cmd) | LUT1(ADDR, PAD1, addrlen), in fsl_qspi_init_lut() 340 writel(LUT0(CMD, PAD1, SPINOR_OP_RDSR) | LUT1(READ, PAD1, 0x1), in fsl_qspi_init_lut() 355 writel(LUT0(CMD, PAD1, cmd) | LUT1(ADDR, PAD1, addrlen), in fsl_qspi_init_lut() 360 writel(LUT0(CMD, PAD1, SPINOR_OP_CHIP_ERASE), in fsl_qspi_init_lut() 365 writel(LUT0(CMD, PAD1, SPINOR_OP_RDID) | LUT1(READ, PAD1, 0x8), in fsl_qspi_init_lut() 370 writel(LUT0(CMD, PAD1, SPINOR_OP_WRSR) | LUT1(WRITE, PAD1, 0x2), in fsl_qspi_init_lut() 375 writel(LUT0(CMD, PAD1, SPINOR_OP_RDCR) | LUT1(READ, PAD1, 0x1), in fsl_qspi_init_lut() 380 writel(LUT0(CMD, PAD1, SPINOR_OP_WRDI), base + QUADSPI_LUT(lut_base)); in fsl_qspi_init_lut() [all …]
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru-datasheet | 34 ports are holding for detection. We will refer to 0xE0 as CMD (command-port) 37 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be 43 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also 44 have to test CMD for two different values. On these uGuru's DATA will initially 45 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 89 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the 90 first read but sometimes it takes a while before CMD holds 0xAC and thus it 93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 109 Once DATA holds 0x08 again write the sensor address to CMD. 118 DATA holds 0x01 read the byte from CMD. [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 304 "GPIO24_AB2", /* CMD */ 324 "GPIO24_AB2", /* CMD */ 355 "GPIO210_AJ15", /* CMD */ 372 "GPIO210_AJ15", /* CMD */ 399 "GPIO129_B4", /* CMD */ 420 "GPIO129_B4"; /* CMD */ 455 "GPIO201_AF24", /* CMD */ 476 "GPIO201_AF24", /* CMD */
|
D | spear300.dtsi | 43 0x80010000 0x0010>; /* NAND Base CMD */
|
D | spear310.dtsi | 38 0x40010000 0x0010>; /* NAND Base CMD */
|
D | spear320.dtsi | 45 0x50010000 0x0010>; /* NAND Base CMD */
|
D | spear600.dtsi | 85 0xd2010000 0x0010>; /* NAND Base CMD */
|
D | spear13xx.dtsi | 146 0xb0810000 0x0010>; /* NAND Base CMD */
|
D | ste-u300.dts | 283 <0x80010000 0x4000>; /* NAND Base CMD */
|
D | ste-nomadik-stn8815.dtsi | 636 <0x40800000 0x2000>; /* NAND Base CMD */
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_libfc.h | 34 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument 38 CMD; \
|
/linux-4.1.27/drivers/ide/ |
D | cmd64x.c | 416 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_643), 0 }, 417 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_646), 1 }, 418 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_648), 2 }, 419 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_649), 3 },
|
D | siimage.c | 811 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_SII_680), 0 }, 813 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_SII_3112), 1 }, 814 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_SII_1210SA), 1 },
|
D | Kconfig | 232 The CMD-Technologies CMD640 IDE chip is used on many common 486 and
|
/linux-4.1.27/kernel/bpf/ |
D | syscall.c | 80 #define CHECK_ATTR(CMD) \ argument 81 memchr_inv((void *) &attr->CMD##_LAST_FIELD + \ 82 sizeof(attr->CMD##_LAST_FIELD), 0, \ 84 offsetof(union bpf_attr, CMD##_LAST_FIELD) - \ 85 sizeof(attr->CMD##_LAST_FIELD)) != NULL
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl2.h | 22 #define CMD 0 macro
|
D | isdnl2.c | 507 send_uframe(st, cmd, CMD); in establishlink() 599 i = sethdraddr(&(st->l2), header, CMD); in tx_ui() 686 send_uframe(st, DISC | 0x10, CMD); in l2_disconnect() 915 enquiry_cr(st, RNR, CMD, 1); in transmit_enquiry() 917 enquiry_cr(st, RR, CMD, 1); in transmit_enquiry() 1167 | 0x10, CMD); in l2_st5_tout_200() 1188 send_uframe(st, DISC | 0x10, CMD); in l2_st6_tout_200() 1287 i = sethdraddr(&st->l2, header, CMD); in l2_pull_iqueue() 1654 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1660 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2()
|
/linux-4.1.27/drivers/ata/ |
D | pata_cmd64x.c | 508 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_643), 0 }, 509 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_646), 1 }, 510 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_648), 5 }, 511 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_649), 6 },
|
D | sata_sil.c | 131 { PCI_VDEVICE(CMD, 0x3112), sil_3112 }, 132 { PCI_VDEVICE(CMD, 0x0240), sil_3112 }, 133 { PCI_VDEVICE(CMD, 0x3512), sil_3512 }, 134 { PCI_VDEVICE(CMD, 0x3114), sil_3114 },
|
D | sata_sil24.c | 364 { PCI_VDEVICE(CMD, 0x3124), BID_SIL3124 }, 366 { PCI_VDEVICE(CMD, 0x3132), BID_SIL3132 }, 367 { PCI_VDEVICE(CMD, 0x0242), BID_SIL3132 }, 368 { PCI_VDEVICE(CMD, 0x0244), BID_SIL3132 }, 369 { PCI_VDEVICE(CMD, 0x3131), BID_SIL3131 }, 370 { PCI_VDEVICE(CMD, 0x3531), BID_SIL3131 },
|
D | pata_cmd640.c | 250 { PCI_VDEVICE(CMD, 0x640), 0 },
|
D | pata_sil680.c | 422 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_SII_680), },
|
D | Kconfig | 752 tristate "CMD / Silicon Image 680 PATA support" 755 This option enables support for CMD / Silicon Image 680 PATA.
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | orinoco_pci.c | 98 reg = hermes_read_regn(hw, CMD); in orinoco_pci_cor_reset() 101 reg = hermes_read_regn(hw, CMD); in orinoco_pci_cor_reset()
|
D | orinoco_tmd.c | 75 reg = hermes_read_regn(hw, CMD); in orinoco_tmd_cor_reset() 78 reg = hermes_read_regn(hw, CMD); in orinoco_tmd_cor_reset()
|
D | hermes.c | 112 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 116 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 124 hermes_write_regn(hw, CMD, cmd); in hermes_issue_cmd() 216 reg = hermes_read_regn(hw, CMD); in hermes_init() 224 reg = hermes_read_regn(hw, CMD); in hermes_init()
|
D | orinoco_plx.c | 125 reg = hermes_read_regn(hw, CMD); in orinoco_plx_cor_reset() 128 reg = hermes_read_regn(hw, CMD); in orinoco_plx_cor_reset()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_infineon.c | 111 CMD = 0x03 enumerator 320 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_send() 529 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_pnp_probe() 608 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_resume()
|
/linux-4.1.27/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 126 .CMD = 4, 151 .CMD = 4, 176 .CMD = 4, 201 .CMD = 4, 237 buffer[index++] = hwicap_type_1_write(drvdata->config_regs->CMD) | 1; in hwicap_command_desync()
|
D | xilinx_hwicap.h | 127 u32 CMD; member
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | dev.c | 818 rtl818x_iowrite8(priv, &priv->map->CMD, 0); in rtl8180_init_hw() 819 rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_init_hw() 824 rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_init_hw() 826 reg = rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_init_hw() 829 rtl818x_iowrite8(priv, &priv->map->CMD, RTL818X_CMD_RESET); in rtl8180_init_hw() 830 rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_init_hw() 834 if (rtl818x_ioread8(priv, &priv->map->CMD) & RTL818X_CMD_RESET) { in rtl8180_init_hw() 840 rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_init_hw() 1224 reg = rtl818x_ioread8(priv, &priv->map->CMD); in rtl8180_start() 1227 rtl818x_iowrite8(priv, &priv->map->CMD, reg); in rtl8180_start() [all …]
|
/linux-4.1.27/include/video/ |
D | trident.h | 135 #define CMD 0x2144 macro
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer2.h | 117 #define CMD 0 macro
|
D | layer2.c | 714 send_uframe(l2, NULL, cmd, CMD); in establishlink() 808 i = sethdraddr(l2, header, CMD); in tx_ui() 909 send_uframe(l2, NULL, DISC | 0x10, CMD); in l2_disconnect() 1146 enquiry_cr(l2, RNR, CMD, 1); in transmit_enquiry() 1148 enquiry_cr(l2, RR, CMD, 1); in transmit_enquiry() 1395 SABME : SABM) | 0x10, CMD); in l2_st5_tout_200() 1418 send_uframe(l2, NULL, DISC | 0x10, CMD); in l2_st6_tout_200() 1501 i = sethdraddr(l2, header, CMD); in l2_pull_iqueue() 1938 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1946 c = unnum_error(l2, skb, CMD); in ph_data_indication()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic.h | 137 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument 141 CMD; \
|
/linux-4.1.27/Documentation/video4linux/ |
D | extract_xc3028.pl | 36 open(CMD, "md5sum ".$filename."|"); 37 $testhash = <CMD>; 40 close CMD;
|
/linux-4.1.27/drivers/net/wan/ |
D | hd64572.c | 450 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 473 sca_out(CMD_TX_ENABLE, msci + CMD, card); in sca_open() 474 sca_out(CMD_RX_ENABLE, msci + CMD, card); in sca_open() 488 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
|
D | hd64570.c | 486 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 517 sca_out(CMD_TX_ENABLE, msci + CMD, card); in sca_open() 518 sca_out(CMD_RX_ENABLE, msci + CMD, card); in sca_open() 530 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port)); in sca_close()
|
D | hd64570.h | 58 #define CMD 0x0C /* Command */ macro
|
D | hd64572.h | 75 #define CMD 0x128 /* Command reg */ macro
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | dev.c | 617 reg = rtl818x_ioread8(priv, &priv->map->CMD); in rtl8187_cmd_reset() 620 rtl818x_iowrite8(priv, &priv->map->CMD, reg); in rtl8187_cmd_reset() 625 if (!(rtl818x_ioread8(priv, &priv->map->CMD) & in rtl8187_cmd_reset() 842 rtl818x_iowrite8(priv, &priv->map->CMD, reg); in rtl8187b_init_hw() 1013 reg = rtl818x_ioread8(priv, &priv->map->CMD); in rtl8187_start() 1016 rtl818x_iowrite8(priv, &priv->map->CMD, reg); in rtl8187_start() 1033 reg = rtl818x_ioread8(priv, &priv->map->CMD); in rtl8187_stop() 1036 rtl818x_iowrite8(priv, &priv->map->CMD, reg); in rtl8187_stop()
|
/linux-4.1.27/drivers/atm/ |
D | nicstar.c | 317 writel(sram_address, card->membase + CMD); in ns_read_sram() 341 writel(sram_address, card->membase + CMD); in ns_write_sram() 444 writel(NS_CMD_WRITE_UTILITY | 0x00000100, card->membase + CMD); /* Sync UTOPIA with SAR clock */ in ns_init_card() 449 writel(NS_CMD_READ_UTILITY | 0x00000200, card->membase + CMD); in ns_init_card() 458 writel(NS_CMD_WRITE_UTILITY | 0x00000200, card->membase + CMD); in ns_init_card() 464 writel(NS_CMD_WRITE_UTILITY | 0x00000202, card->membase + CMD); in ns_init_card() 474 writel(NS_CMD_WRITE_UTILITY | 0x00000205, card->membase + CMD); in ns_init_card() 1034 card->membase + CMD); in push_rxbufs() 1432 card->membase + CMD); in ns_close() 2438 card->membase + CMD); in ns_proc_read() [all …]
|
D | nicstar.h | 431 CMD = 0x10, /* Command W */ enumerator
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 43 0xd2010000 0x0010>; /* NAND Base CMD */
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmci.txt | 24 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | commproc.h | 54 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cpm1.h | 44 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-wusb_cbaf | 42 CMD may choose to prompt the user before
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 1466 #define CMD(op, n) \ in nl80211_send_wiphy() macro 1475 CMD(add_virtual_intf, NEW_INTERFACE); in nl80211_send_wiphy() 1476 CMD(change_virtual_intf, SET_INTERFACE); in nl80211_send_wiphy() 1477 CMD(add_key, NEW_KEY); in nl80211_send_wiphy() 1478 CMD(start_ap, START_AP); in nl80211_send_wiphy() 1479 CMD(add_station, NEW_STATION); in nl80211_send_wiphy() 1480 CMD(add_mpath, NEW_MPATH); in nl80211_send_wiphy() 1481 CMD(update_mesh_config, SET_MESH_CONFIG); in nl80211_send_wiphy() 1482 CMD(change_bss, SET_BSS); in nl80211_send_wiphy() 1483 CMD(auth, AUTHENTICATE); in nl80211_send_wiphy() [all …]
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 738 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) argument
|
/linux-4.1.27/drivers/net/wireless/rtl818x/ |
D | rtl818x.h | 81 u8 CMD; /* 0x37 */ member
|
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 322 #define CMD 0x2c macro 2239 write_reg(info, CMD, TXRESET); in isr_txeom() 2240 write_reg(info, CMD, TXENABLE); in isr_txeom() 2242 write_reg(info, CMD, TXBUFCLR); in isr_txeom() 3002 write_reg(info, CMD, TXABORT); in tx_abort() 4128 write_reg(info, CMD, RXRESET); in rx_stop() 4151 write_reg(info, CMD, RXRESET); in rx_start() 4191 write_reg(info, CMD, RXENABLE); in rx_start() 4207 write_reg(info, CMD, TXRESET); in tx_start() 4208 write_reg(info, CMD, TXENABLE); in tx_start() [all …]
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | shpchp.h | 226 CMD = offsetof(struct ctrl_reg, cmd), enumerator
|
D | shpchp_hpc.c | 333 shpc_writew(ctrl, CMD, temp_word); in shpc_write_cmd()
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 401 OMAP_MMC_WRITE(host, CMD, cmdreg); in mmc_omap_start_command() 484 OMAP_MMC_WRITE(host, CMD, (3 << 12) | (1 << 7)); in mmc_omap_send_abort() 1204 OMAP_MMC_WRITE(host, CMD, 1 << 7); in mmc_omap_set_ios()
|
D | dw_mmc.c | 380 mci_writel(host, CMD, cmd_flags | SDMMC_CMD_START); in dw_mci_start_command() 944 mci_writel(host, CMD, SDMMC_CMD_START | cmd); in mci_send_cmd() 947 cmd_status = mci_readl(host, CMD); in mci_send_cmd()
|
D | omap_hsmmc.c | 726 OMAP_HSMMC_WRITE(host->base, CMD, INIT_STREAM_CMD); in send_init_stream() 831 OMAP_HSMMC_WRITE(host->base, CMD, cmdreg); in omap_hsmmc_start_command()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 478 mov32 r2, 0x80000011 @ DEV_SELECTION=2, LENGTH=LONG, CMD=1 488 mov32 r2, 0x40000011 @ DEV_SELECTION=1, LENGTH=LONG, CMD=1
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tridentfb.c | 211 writemmr(par, CMD, 0x20000000 | 1 << 19 | 1 << 4 | 2 << 2); in blade_fill_rect() 224 writemmr(par, CMD, 0xa0000000 | 3 << 19); in blade_image_blit() 245 writemmr(par, CMD, 0xE0000000 | 1 << 19 | 1 << 4 | 1 << 2 | direction); in blade_copy_rect()
|
D | tmiofb.c | 845 CCR_PR(CMD); in tmiofb_dump_regs()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 148 When the opcode is CMD, the entry in the command ring is a struct 166 it's a no-op. (The kernel inserts PAD entries to ensure each CMD entry
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 61 - CMD Technology, Inc. sponsored us kindly donating a CSA-6700
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 1681 $pid = open(CMD, "$command 2>&1 |") or 1696 while (<CMD>) { 1704 close(CMD);
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 1051 KDB_STATE_SET(CMD); in kdb_parse() 1055 KDB_STATE_CLEAR(CMD); in kdb_parse()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 220 CMD Received: ERROR
|
D | INTERFACE | 461 the protocol specific CMD.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 294 2. Add the fix of the driver MSM AEN CMD cause the system slow.
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2904 SHOW_REG(CMD); in prism2_registers_proc_show()
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 154 CMD0003 "CMD Technology, Inc. EISA SCSI Host Adapter"
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 2968 * CMD SCB Control
|