Home
last modified time | relevance | path

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

123456

/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
74 CMD; \
81 #define dprintk(IOC, CMD) \ argument
82 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG)
84 #define dsgprintk(IOC, CMD) \ argument
85 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG)
87 #define devtprintk(IOC, CMD) \ argument
88 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS)
90 #define dewtprintk(IOC, CMD) \ argument
91 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENT_WORK_TASK)
[all …]
/linux-6.6.21/drivers/message/fusion/
Dmptdebug.h69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
72 CMD; \
75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
84 #define dprintk(IOC, CMD) \ argument
85 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG)
87 #define dsgprintk(IOC, CMD) \ argument
88 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG)
90 #define devtprintk(IOC, CMD) \ argument
91 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS)
93 #define devtverboseprintk(IOC, CMD) \ argument
[all …]
/linux-6.6.21/drivers/scsi/
Dscsi_logging.h47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument
51 CMD; \
56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0) argument
64 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument
65 SCSI_CHECK_LOGGING(SCSI_LOG_ERROR_SHIFT, SCSI_LOG_ERROR_BITS, LEVEL,CMD);
66 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument
67 SCSI_CHECK_LOGGING(SCSI_LOG_TIMEOUT_SHIFT, SCSI_LOG_TIMEOUT_BITS, LEVEL,CMD);
68 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument
69 SCSI_CHECK_LOGGING(SCSI_LOG_SCAN_SHIFT, SCSI_LOG_SCAN_BITS, LEVEL,CMD);
70 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_cmd_parser.c198 #define CMD(op, opm, f, lm, fl, ...) \ macro
220 CMD( MI_NOOP, SMI, F, 1, S ),
221 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ),
222 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, R ),
223 CMD( MI_ARB_CHECK, SMI, F, 1, S ),
224 CMD( MI_REPORT_HEAD, SMI, F, 1, S ),
225 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ),
226 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ),
227 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ),
228 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
[all …]
/linux-6.6.21/drivers/ata/pata_parport/
Dfriq.c31 #define CMD(x) \ macro
52 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()
[all …]
/linux-6.6.21/include/linux/mtd/
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-6.6.21/drivers/mtd/chips/
Dcfi_cmdset_0020.c264 status_OK = CMD(0x80); in do_read_onechip()
278 map_write (map, CMD(0xb0), cmd_addr); in do_read_onechip()
284 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip()
295 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip()
297 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip()
312 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip()
326 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip()
332 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip()
375 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip()
376 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip()
[all …]
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()
882 map_write(map, CMD(0xB0), chip->in_progress_block_addr); in chip_ready()
889 map_write(map, CMD(0x70), chip->in_progress_block_addr); in chip_ready()
1090 map_write(map, CMD(0xd0), chip->in_progress_block_addr); in put_chip()
1091 map_write(map, CMD(0x70), chip->in_progress_block_addr); in put_chip()
1137 map_write(map, CMD(0xff), adr); in xip_enable()
1164 map_word status, OK = CMD(0x80); in xip_wait_for_operation()
1191 map_write(map, CMD(0xb0), adr); in xip_wait_for_operation()
[all …]
Dcfi_cmdset_0002.c143 if (!map_word_bitsset(map, status, CMD(CFI_SR_DRB))) in cfi_check_err_status()
146 if (map_word_bitsset(map, status, CMD(0x3a))) { in cfi_check_err_status()
385 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()
922 map_write(map, CMD(0xB0), chip->in_progress_block_addr); in get_chip()
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()
1098 if (!map_word_bitsset(map, status, CMD(0x40))) in xip_udelay()
[all …]
/linux-6.6.21/drivers/mtd/lpddr/
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-6.6.21/sound/pci/
Datiixp.c493 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset()
497 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_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_SOFT_RESET, 0); in snd_atiixp_aclink_reset()
503 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset()
505 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset()
507 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
509 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset()
517 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset()
528 atiixp_update(chip, CMD, in snd_atiixp_aclink_down()
[all …]
Datiixp_modem.c469 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset()
473 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET); in snd_atiixp_aclink_reset()
474 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
476 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0); in snd_atiixp_aclink_reset()
479 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset()
481 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset()
483 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset()
485 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset()
493 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset()
504 atiixp_update(chip, CMD, in snd_atiixp_aclink_down()
[all …]
/linux-6.6.21/drivers/firmware/meson/
Dmeson_sm.c29 #define CMD(d, s) { .index = (d), .smc_id = (s), } macro
43 CMD(SM_EFUSE_READ, 0x82000030),
44 CMD(SM_EFUSE_WRITE, 0x82000031),
45 CMD(SM_EFUSE_USER_MAX, 0x82000033),
46 CMD(SM_GET_CHIP_ID, 0x82000044),
47 CMD(SM_A1_PWRC_SET, 0x82000093),
48 CMD(SM_A1_PWRC_GET, 0x82000095),
/linux-6.6.21/arch/arm/boot/dts/st/
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-6.6.21/tools/testing/selftests/net/
Dtoeplitz.sh88 CMD=""
91 CMD="${CMD} echo $1 > ${i};"
94 echo "${CMD}"
/linux-6.6.21/scripts/
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-6.6.21/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh359 for CMD in $(echo $STATE | sed -e "s/:/ /g")
365 S=$(expr substr $CMD 1 1)
368 PREFIX=${CMD#?}
373 CPUS=${CMD#?}
378 VAL=${CMD#?}
395 VAL=${CMD#?}
/linux-6.6.21/drivers/scsi/fcoe/
Dlibfcoe.h11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
15 CMD; \
Dfcoe.h36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
40 CMD; \
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c130 mwifiex_dbg(adapter, CMD, in mwifiex_recycle_cmd_node()
149 mwifiex_dbg(priv->adapter, CMD, in mwifiex_cmd_host_cmd()
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()
727 mwifiex_dbg(adapter, CMD, in mwifiex_insert_cmd_to_pending_q()
872 mwifiex_dbg(adapter, CMD, in mwifiex_process_cmdresp()
1127 mwifiex_dbg(adapter, CMD, in mwifiex_check_ps_cond()
1188 mwifiex_dbg(adapter, CMD, in mwifiex_ret_802_11_hs_cfg()
[all …]
/linux-6.6.21/drivers/staging/media/atomisp/pci/hive_isp_css_common/
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-6.6.21/Documentation/devicetree/bindings/mmc/
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-6.6.21/Documentation/hwmon/
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
45 have to test CMD for two different values. On these uGuru's DATA will initially
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.
[all …]
/linux-6.6.21/Documentation/virt/coco/
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.
/linux-6.6.21/Documentation/userspace-api/netlink/
Dc-code-gen.rst17 The upper case is used to denote literal values, e.g. ``$family-CMD``
19 ``CMD``.
87 Operations are named ``$family-CMD-$operation``.
88 If ``name-prefix`` is specified it replaces the ``$family-CMD``

123456