/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_debug.h | 74 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-6.3-rc2/drivers/message/fusion/ |
A D | mptdebug.h | 72 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-6.3-rc2/drivers/scsi/ |
A D | scsi_logging.h | 51 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-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_cmd_parser.c | 198 #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-6.3-rc2/drivers/ata/pata_parport/ |
A D | friq.c | 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() 178 { CMD(0x20); in friq_disconnect() [all …]
|
/linux-6.3-rc2/include/linux/mtd/ |
A D | pfow.h | 106 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.3-rc2/drivers/mtd/chips/ |
A D | cfi_cmdset_0020.c | 263 status_OK = CMD(0x80); in do_read_onechip() 438 status_OK = CMD(0x80); in do_write_buffer() 744 status_OK = CMD(0x80); in do_erase_oneblock() 789 map_write(map, CMD(0x50), adr); in do_erase_oneblock() 792 map_write(map, CMD(0x20), adr); in do_erase_oneblock() 793 map_write(map, CMD(0xD0), adr); in do_erase_oneblock() 841 map_write(map, CMD(0x70), adr); in do_erase_oneblock() 1041 status_OK = CMD(0x80); in do_lock_oneblock() 1085 map_write(map, CMD(0x60), adr); in do_lock_oneblock() 1086 map_write(map, CMD(0x01), adr); in do_lock_oneblock() [all …]
|
A D | cfi_cmdset_0001.c | 288 map_write(map, CMD(0x60), 0); in fixup_LH28F640BF() 289 map_write(map, CMD(0x04), 0); in fixup_LH28F640BF() 814 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01); in chip_ready() 1563 write_cmd = (cfi->cfiq->P_ID != P_ID_INTEL_PERFORMANCE) ? CMD(0x40) : CMD(0x41); in do_write_oneword() 1566 write_cmd = CMD(0xc0); in do_write_oneword() 1731 write_cmd = (cfi->cfiq->P_ID != P_ID_INTEL_PERFORMANCE) ? CMD(0xe8) : CMD(0xe9); in do_write_buffer() 1958 map_write(map, CMD(0x50), adr); in do_erase_oneblock() 1961 map_write(map, CMD(0x20), adr); in do_erase_oneblock() 1962 map_write(map, CMD(0xD0), adr); in do_erase_oneblock() 1981 map_write(map, CMD(0x70), adr); in do_erase_oneblock() [all …]
|
A D | cfi_cmdset_0002.c | 387 cfi->sector_erase_cmd = CMD(0x50); in fixup_sst39vf_rev_b() 565 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 841 map_word ready = CMD(CFI_SR_DRB); in chip_ready() 1037 map_write(map, CMD(0xf0), adr); in xip_enable() 1063 map_word status, OK = CMD(0x80); in xip_udelay() 1082 map_write(map, CMD(0xb0), adr); in xip_udelay() 1104 map_write(map, CMD(0xf0), adr); in xip_udelay() 2054 map_write(map, CMD(0x25), cmd_adr); in do_write_buffer() 2685 map_write(map, CMD(0x70), adr); in do_atmel_unlock() 2748 map_write(map, CMD(0xA0), adr); in do_ppb_xxlock() [all …]
|
/linux-6.3-rc2/drivers/mtd/lpddr/ |
A D | qinfo_probe.c | 71 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.3-rc2/sound/pci/ |
A D | atiixp.c | 498 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 507 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 528 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() 602 reg = atiixp_read(chip, CMD); in snd_atiixp_chip_start() 605 atiixp_write(chip, CMD, reg); in snd_atiixp_chip_start() 771 data = atiixp_read(chip, CMD); in atiixp_out_enable_dma() 779 atiixp_write(chip, CMD, data); in atiixp_out_enable_dma() 800 unsigned int data = atiixp_read(chip, CMD); in atiixp_in_enable_transfer() 809 atiixp_write(chip, CMD, data); in atiixp_in_enable_transfer() 832 data = atiixp_read(chip, CMD); in atiixp_spdif_enable_transfer() [all …]
|
A D | atiixp_modem.c | 474 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 483 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 504 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() 556 reg = atiixp_read(chip, CMD); in snd_atiixp_chip_start() 560 atiixp_write(chip, CMD, reg); in snd_atiixp_chip_start() 708 data = atiixp_read(chip, CMD); in atiixp_out_enable_dma() 716 atiixp_write(chip, CMD, data); in atiixp_out_enable_dma() 722 atiixp_update(chip, CMD, ATI_REG_CMD_MODEM_SEND1_EN, in atiixp_out_enable_transfer() 729 atiixp_update(chip, CMD, ATI_REG_CMD_MODEM_IN_DMA_EN, in atiixp_in_enable_dma() 737 unsigned int data = atiixp_read(chip, CMD); in atiixp_in_enable_transfer() [all …]
|
/linux-6.3-rc2/drivers/firmware/meson/ |
A D | meson_sm.c | 29 #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.3-rc2/arch/arm/boot/dts/ |
A D | ste-dbx5x0-pinctrl.dtsi | 272 "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.3-rc2/tools/testing/selftests/net/ |
A D | toeplitz.sh | 88 CMD="" 91 CMD="${CMD} echo $1 > ${i};" 94 echo "${CMD}"
|
/linux-6.3-rc2/scripts/ |
A D | get_dvb_firmware | 259 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.3-rc2/tools/testing/selftests/cgroup/ |
A D | test_cpuset_prs.sh | 353 for CMD in $(echo $STATE | sed -e "s/:/ /g") 359 S=$(expr substr $CMD 1 1) 362 PREFIX=${CMD#?} 367 CPUS=${CMD#?} 372 VAL=${CMD#?} 389 VAL=${CMD#?}
|
/linux-6.3-rc2/drivers/scsi/fcoe/ |
A D | libfcoe.h | 11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 15 CMD; \
|
A D | fcoe.h | 36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 40 CMD; \
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | cmdevt.c | 130 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() 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() 1259 mwifiex_dbg(adapter, CMD, in mwifiex_process_sleep_confirm_resp() [all …]
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
A D | dma_global.h | 73 #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.3-rc2/Documentation/devicetree/bindings/mmc/ |
A D | sdhci-pxa.yaml | 67 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.3-rc2/Documentation/hwmon/ |
A D | abituguru-datasheet.rst | 35 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-6.3-rc2/Documentation/virt/coco/ |
A D | tdx-guest.rst | 36 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.3-rc2/Documentation/userspace-api/netlink/ |
A D | c-code-gen.rst | 17 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``
|