Home
last modified time | relevance | path

Searched refs:CMD (Results 1 – 25 of 148) sorted by relevance

123456

/linux/drivers/scsi/mpt3sas/
A Dmpt3sas_debug.h74 CMD; \
81 #define dprintk(IOC, CMD) \ argument
84 #define dsgprintk(IOC, CMD) \ argument
90 #define dewtprintk(IOC, CMD) \ argument
102 #define dtmprintk(IOC, CMD) \ argument
108 #define dhsprintk(IOC, CMD) \ argument
111 #define dcprintk(IOC, CMD) \ argument
114 #define ddlprintk(IOC, CMD) \ argument
117 #define drsprintk(IOC, CMD) \ argument
120 #define dsprintk(IOC, CMD) \ argument
[all …]
/linux/drivers/message/fusion/
A Dmptdebug.h72 CMD; \
84 #define dprintk(IOC, CMD) \ argument
87 #define dsgprintk(IOC, CMD) \ argument
105 #define dtmprintk(IOC, CMD) \ argument
108 #define ddvprintk(IOC, CMD) \ argument
114 #define dhsprintk(IOC, CMD) \ argument
117 #define dcprintk(IOC, CMD) \ argument
120 #define ddlprintk(IOC, CMD) \ argument
123 #define drsprintk(IOC, CMD) \ argument
126 #define dsprintk(IOC, CMD) \ argument
[all …]
/linux/drivers/scsi/
A Dscsi_logging.h51 CMD; \
64 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument
66 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument
68 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument
70 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument
72 #define SCSI_LOG_MLCOMPLETE(LEVEL,CMD) \ argument
74 #define SCSI_LOG_LLQUEUE(LEVEL,CMD) \ argument
76 #define SCSI_LOG_LLCOMPLETE(LEVEL,CMD) \ argument
78 #define SCSI_LOG_HLQUEUE(LEVEL,CMD) \ argument
80 #define SCSI_LOG_HLCOMPLETE(LEVEL,CMD) \ argument
[all …]
/linux/drivers/gpu/drm/i915/
A Di915_cmd_parser.c198 #define CMD(op, opm, f, lm, fl, ...) \ macro
228 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
261 CMD( MI_STORE_DWORD_IMM, SMI, !F, 0x3F, B,
268 CMD( MI_CLFLUSH, SMI, !F, 0x3FF, B,
274 CMD( MI_REPORT_PERF_COUNT, SMI, !F, 0x3F, B,
280 CMD( MI_CONDITIONAL_BATCH_BUFFER_END, SMI, !F, 0xFF, B,
288 CMD( MEDIA_VFE_STATE, S3D, !F, 0xFFFF, B,
297 CMD( GFX_OP_PIPE_CONTROL(5), S3D, !F, 0xFF, B,
321 CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, W,
511 CMD(MI_NOOP, SMI, F, 1, S);
[all …]
/linux/drivers/ata/pata_parport/
A Dfriq.c52 CMD(r); in friq_read_regr()
64 CMD(r); in friq_write_regr()
75 CMD(regr); in friq_read_block_int()
85 CMD(regr + 0xc0); in friq_read_block_int()
95 CMD(regr + 0x80); in friq_read_block_int()
104 CMD(regr + 0x80); in friq_read_block_int()
113 CMD(regr + 0x80); in friq_read_block_int()
138 CMD(8); w2(5); in friq_write_block()
146 CMD(0xc8); w2(5); in friq_write_block()
175 CMD(0x20); in friq_disconnect()
[all …]
/linux/include/linux/mtd/
A Dpfow.h106 map_write(map, CMD(cmd_code), map->pfow_base + PFOW_COMMAND_CODE); in send_pfow_command()
107 map_write(map, CMD(adr & ((1<<bits_per_chip) - 1)), in send_pfow_command()
109 map_write(map, CMD(adr>>bits_per_chip), in send_pfow_command()
112 map_write(map, CMD(len & ((1<<bits_per_chip) - 1)), in send_pfow_command()
114 map_write(map, CMD(len>>bits_per_chip), in send_pfow_command()
121 map_write(map, CMD(LPDDR_START_EXECUTION), in send_pfow_command()
/linux/drivers/mtd/chips/
A Dcfi_cmdset_0020.c264 status_OK = CMD(0x80); in do_read_onechip()
439 status_OK = CMD(0x80); in do_write_buffer()
745 status_OK = CMD(0x80); in do_erase_oneblock()
790 map_write(map, CMD(0x50), adr); in do_erase_oneblock()
793 map_write(map, CMD(0x20), adr); in do_erase_oneblock()
794 map_write(map, CMD(0xD0), adr); in do_erase_oneblock()
842 map_write(map, CMD(0x70), adr); in do_erase_oneblock()
1042 status_OK = CMD(0x80); in do_lock_oneblock()
1086 map_write(map, CMD(0x60), adr); in do_lock_oneblock()
1087 map_write(map, CMD(0x01), adr); in do_lock_oneblock()
[all …]
A Dcfi_cmdset_0001.c289 map_write(map, CMD(0x60), 0); in fixup_LH28F640BF()
290 map_write(map, CMD(0x04), 0); in fixup_LH28F640BF()
831 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01); in chip_ready()
1580 write_cmd = (cfi->cfiq->P_ID != P_ID_INTEL_PERFORMANCE) ? CMD(0x40) : CMD(0x41); in do_write_oneword()
1583 write_cmd = CMD(0xc0); in do_write_oneword()
1748 write_cmd = (cfi->cfiq->P_ID != P_ID_INTEL_PERFORMANCE) ? CMD(0xe8) : CMD(0xe9); in do_write_buffer()
1975 map_write(map, CMD(0x50), adr); in do_erase_oneblock()
1978 map_write(map, CMD(0x20), adr); in do_erase_oneblock()
1979 map_write(map, CMD(0xD0), adr); in do_erase_oneblock()
1998 map_write(map, CMD(0x70), adr); in do_erase_oneblock()
[all …]
A Dcfi_cmdset_0002.c385 cfi->sector_erase_cmd = CMD(0x50); in fixup_sst39vf_rev_b()
563 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend()
839 map_word ready = CMD(CFI_SR_DRB); in chip_ready()
1035 map_write(map, CMD(0xf0), adr); in xip_enable()
1061 map_word status, OK = CMD(0x80); in xip_udelay()
1080 map_write(map, CMD(0xb0), adr); in xip_udelay()
1102 map_write(map, CMD(0xf0), adr); in xip_udelay()
2052 map_write(map, CMD(0x25), cmd_adr); in do_write_buffer()
2683 map_write(map, CMD(0x70), adr); in do_atmel_unlock()
2746 map_write(map, CMD(0xA0), adr); in do_ppb_xxlock()
[all …]
/linux/drivers/mtd/lpddr/
A Dqinfo_probe.c71 map_write(map, CMD(LPDDR_INFO_QUERY), in lpddr_info_query()
73 map_write(map, CMD(adr & ((1 << bits_per_chip) - 1)), in lpddr_info_query()
75 map_write(map, CMD(adr >> bits_per_chip), in lpddr_info_query()
77 map_write(map, CMD(LPDDR_START_EXECUTION), in lpddr_info_query()
101 if (!map_word_equal(map, CMD('P'), pfow_val[0])) in lpddr_pfow_present()
104 if (!map_word_equal(map, CMD('F'), pfow_val[1])) in lpddr_pfow_present()
107 if (!map_word_equal(map, CMD('O'), pfow_val[2])) in lpddr_pfow_present()
110 if (!map_word_equal(map, CMD('W'), pfow_val[3])) in lpddr_pfow_present()
/linux/sound/pci/
A Datiixp.c498 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
507 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
527 atiixp_update(chip, CMD, in snd_atiixp_aclink_down()
600 reg = atiixp_read(chip, CMD); in snd_atiixp_chip_start()
603 atiixp_write(chip, CMD, reg); in snd_atiixp_chip_start()
769 data = atiixp_read(chip, CMD); in atiixp_out_enable_dma()
777 atiixp_write(chip, CMD, data); in atiixp_out_enable_dma()
798 unsigned int data = atiixp_read(chip, CMD); in atiixp_in_enable_transfer()
807 atiixp_write(chip, CMD, data); in atiixp_in_enable_transfer()
830 data = atiixp_read(chip, CMD); in atiixp_spdif_enable_transfer()
[all …]
A Datiixp_modem.c474 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
483 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
503 atiixp_update(chip, CMD, in snd_atiixp_aclink_down()
554 reg = atiixp_read(chip, CMD); in snd_atiixp_chip_start()
558 atiixp_write(chip, CMD, reg); in snd_atiixp_chip_start()
706 data = atiixp_read(chip, CMD); in atiixp_out_enable_dma()
714 atiixp_write(chip, CMD, data); in atiixp_out_enable_dma()
720 atiixp_update(chip, CMD, ATI_REG_CMD_MODEM_SEND1_EN, in atiixp_out_enable_transfer()
727 atiixp_update(chip, CMD, ATI_REG_CMD_MODEM_IN_DMA_EN, in atiixp_in_enable_dma()
735 unsigned int data = atiixp_read(chip, CMD); in atiixp_in_enable_transfer()
[all …]
/linux/drivers/firmware/meson/
A Dmeson_sm.c30 #define CMD(d, s) { .index = (d), .smc_id = (s), } macro
44 CMD(SM_EFUSE_READ, 0x82000030),
45 CMD(SM_EFUSE_WRITE, 0x82000031),
46 CMD(SM_EFUSE_USER_MAX, 0x82000033),
47 CMD(SM_GET_CHIP_ID, 0x82000044),
48 CMD(SM_A1_PWRC_SET, 0x82000093),
49 CMD(SM_A1_PWRC_GET, 0x82000095),
/linux/arch/arm/boot/dts/st/
A Dste-dbx5x0-pinctrl.dtsi272 "GPIO24_AB2", /* CMD */
292 "GPIO24_AB2", /* CMD */
320 "GPIO24_AB2", /* CMD */
333 "GPIO24_AB2", /* CMD */
364 "GPIO210_AJ15", /* CMD */
381 "GPIO210_AJ15", /* CMD */
401 "GPIO210_AJ15", /* CMD */
417 "GPIO210_AJ15", /* CMD */
444 "GPIO129_B4", /* CMD */
465 "GPIO129_B4"; /* CMD */
[all …]
/linux/tools/testing/selftests/net/
A Dtoeplitz.sh88 CMD=""
91 CMD="${CMD} echo $1 > ${i};"
94 echo "${CMD}"
/linux/scripts/
A Dget_dvb_firmware259 my $CMD = "\000\001\000\222\177\000";
263 print $FW "$CMD\001$PAD";
264 print $FW "$CMD\001$PAD";
266 print $FW "$CMD\000$PAD";
267 print $FW "$CMD\001$PAD";
269 print $FW "$CMD\001$PAD";
270 print $FW "$CMD\000$PAD";
854 open(CMD, "md5sum \"$filename\"|");
855 $testhash = <CMD>;
858 close CMD;
/linux/drivers/scsi/fcoe/
A Dlibfcoe.h11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
15 CMD; \
A Dfcoe.h36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
40 CMD; \
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcmdevt.c130 mwifiex_dbg(adapter, CMD, in mwifiex_recycle_cmd_node()
229 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_cmd_to_fw()
317 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_sleep_confirm_cmd()
441 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer()
456 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer()
729 mwifiex_dbg(adapter, CMD, in mwifiex_insert_cmd_to_pending_q()
874 mwifiex_dbg(adapter, CMD, in mwifiex_process_cmdresp()
1147 mwifiex_dbg(adapter, CMD, in mwifiex_check_ps_cond()
1208 mwifiex_dbg(adapter, CMD, in mwifiex_ret_802_11_hs_cfg()
1277 mwifiex_dbg(adapter, CMD, in mwifiex_process_sleep_confirm_resp()
[all …]
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/
A Ddma_global.h73 #define DMA_PACK_COMMAND(cmd) DMA_PACK(cmd, CMD)
97 hive_dma_snd(dma_id, DMA_PACK(_DMA_V2_SET_CRUN_COMMAND, CMD)); \
107 hive_dma_snd(dma_id, DMA_PACK(_DMA_V2_SET_CRUN_COMMAND, CMD)); \
127 hive_dma_snd(dma_id, DMA_PACK(_DMA_V2_SET_CRUN_COMMAND, CMD)); \
153 hive_dma_snd(dma_id, DMA_PACK(_DMA_V2_SET_CRUN_COMMAND, CMD)); \
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-pxa.yaml67 Optional for supporting PXA168 SDIO IRQ errata to switch CMD pin between
68 SDIO CMD and GPIO mode.
79 Should switch CMD pin to GPIO mode as a high output.
/linux/tools/testing/selftests/cgroup/
A Dtest_cpuset_prs.sh449 for CMD in $(echo $STATE | sed -e "s/:/ /g")
456 S=$(expr substr $CMD 1 1)
459 PREFIX=${CMD#?}
464 CPUS=${CMD#?}
469 CPUS=${CMD#?}
474 VAL=${CMD#?}
491 VAL=${CMD#?}
/linux/Documentation/i2c/
A Dslave-testunit-backend.rst46 0x00, CMD, which test to trigger
53 # i2cset -y <bus_num> <testunit_address> <CMD> <DATAL> <DATAH> <DELAY> i
55 DELAY is a generic parameter which will delay the execution of the test in CMD.
76 * - CMD
100 * - CMD
127 * - CMD
157 * - CMD
195 * - CMD
/linux/Documentation/hwmon/
A Dabituguru-datasheet.rst35 ports are holding for detection. We will refer to 0xE0 as CMD (command-port)
38 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be
44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also
46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the
91 first read but sometimes it takes a while before CMD holds 0xAC and thus it
94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
110 Once DATA holds 0x08 again write the sensor address to CMD.
119 DATA holds 0x01 read the byte from CMD.
138 once DATA holds 0x00 write the byte to CMD.
[all …]
/linux/Documentation/virt/coco/
A Dtdx-guest.rst36 A subtype index is added at the end of this IOCTL CMD to uniquely identify the
42 a new IOCTL CMD will be created to handle it. To keep the IOCTL naming
43 consistent, a subtype index is added as part of the IOCTL CMD.

Completed in 66 milliseconds

123456