| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_debug.h | 71 #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/drivers/message/fusion/ |
| H A D | mptdebug.h | 69 #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/drivers/scsi/ |
| H A D | scsi_logging.h | 47 #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/drivers/ata/pata_parport/ |
| H A D | friq.c | 31 #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/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0020.c | 264 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 …]
|
| H A D | cfi_cmdset_0001.c | 289 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 …]
|
| H A D | cfi_cmdset_0002.c | 143 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/include/linux/mtd/ |
| H 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/tools/perf/tests/shell/ |
| H A D | python-use.sh | 15 CMD=$(cat <<EOF 23 CMD=$(cat <<EOF 30 echo -e "Testing 'import perf' with:\n$CMD" 32 if ! echo "$CMD" | $PYTHON | grep -q "success!"
|
| /linux/tools/testing/selftests/net/ |
| H A D | toeplitz.sh | |
| /linux/scripts/ |
| H 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/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cmdevt.c | 130 mwifiex_dbg(adapter, CMD, in mwifiex_recycle_cmd_node() 149 mwifiex_dbg(priv->adapter, CMD, in mwifiex_cmd_host_cmd() 227 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_cmd_to_fw() 315 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_sleep_confirm_cmd() 438 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer() 453 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer() 725 mwifiex_dbg(adapter, CMD, in mwifiex_insert_cmd_to_pending_q() 866 mwifiex_dbg(adapter, CMD, in mwifiex_process_cmdresp() 1126 mwifiex_dbg(adapter, CMD, in mwifiex_check_ps_cond() 1187 mwifiex_dbg(adapter, CMD, in mwifiex_ret_802_11_hs_cfg() [all …]
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 525 for CMD in $(echo $STATE | sed -e "s/:/ /g") 532 case $CMD in 533 S*) PREFIX=${CMD#?} 538 CPUS=${CMD#?} 543 CPUS=${CMD#??} 547 C*) CPUS=${CMD#?} 551 P*) VAL=${CMD#?} 567 O*) VAL=${CMD#?} 573 *) echo "Unknown command: $CMD"
|
| /linux/drivers/scsi/fcoe/ |
| H A D | libfcoe.h | 11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 15 CMD; \
|
| H A D | fcoe.h | 36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 40 CMD; \
|
| /linux/Documentation/i2c/ |
| H A D | slave-testunit-backend.rst | 46 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/virt/coco/ |
| H 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/arch/arm/boot/dts/st/ |
| H A D | stm32f7-pinctrl.dtsi | 242 <STM32_PINMUX('D', 2, AF12)>; /* SDMMC1 CMD */ 260 pinmux = <STM32_PINMUX('D', 2, AF12)>; /* SDMMC1 CMD */ 273 <STM32_PINMUX('D', 2, ANALOG)>; /* SDMMC1 CMD */ 284 <STM32_PINMUX('D', 7, AF11)>; /* SDMMC2 CMD */ 302 pinmux = <STM32_PINMUX('D', 7, AF11)>; /* SDMMC2 CMD */ 315 <STM32_PINMUX('D', 7, ANALOG)>; /* SDMMC2 CMD */
|
| /linux/drivers/mfd/ |
| H A D | rk8xx-spi.c | 20 #define RK806_CMD_WITH_SIZE(CMD, VALUE_BYTES) \ argument 21 (RK806_CMD_##CMD | RK806_CMD_CRC_DIS | (VALUE_BYTES - 1))
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_libfc.h | 22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument 26 CMD; \
|
| /linux/drivers/ata/ |
| H A D | pata_cmd64x.c | 509 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_643), 0 }, 510 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_646), 1 }, 511 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_648), 5 }, 512 { PCI_VDEVICE(CMD, PCI_DEVICE_ID_CMD_649), 6 },
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl-s905x-khadas-vim.dts | 186 "eMMC Clk", "eMMC Reset", "eMMC CMD", 189 "SDCard D1", "SDCard D0", "SDCard CLK", "SDCard CMD", 198 "WIFI SDIO D3", "WIFI SDIO CLK", "WIFI SDIO CMD",
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_infineon.c | 113 CMD = 0x03 enumerator 323 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_send() 532 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_pnp_probe() 611 tpm_data_out(RESET_LP_IRQC_DISABLE, CMD); in tpm_inf_resume()
|
| /linux/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 58 Application Programmable Interface commands(API CMD) - Interface for sending 61 Management (MGMT) - the PF to MGMT channel that uses API CMD for sending MGMT 72 Work Queues(WQ) - Contain the memory and operations for use by CMD queues and
|
| /linux/tools/testing/ktest/ |
| H A D | config-bisect.pl | 170 $pid = open(CMD, "$command 2>&1 |") or 179 while (<CMD>) { 186 close(CMD);
|