/linux/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/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/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/drivers/gpu/drm/i915/ |
A D | i915_cmd_parser.c | 190 #define CMD(op, opm, f, lm, fl, ...) \ macro 220 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W, 253 CMD( MI_STORE_DWORD_IMM, SMI, !F, 0x3F, B, 260 CMD( MI_CLFLUSH, SMI, !F, 0x3FF, B, 266 CMD( MI_REPORT_PERF_COUNT, SMI, !F, 0x3F, B, 272 CMD( MI_CONDITIONAL_BATCH_BUFFER_END, SMI, !F, 0xFF, B, 280 CMD( MEDIA_VFE_STATE, S3D, !F, 0xFFFF, B, 289 CMD( GFX_OP_PIPE_CONTROL(5), S3D, !F, 0xFF, B, 313 CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, W, 503 CMD(MI_NOOP, SMI, F, 1, S); [all …]
|
/linux/drivers/block/paride/ |
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/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 | 382 cfi->sector_erase_cmd = CMD(0x50); in fixup_sst39vf_rev_b() 550 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 822 map_word ready = CMD(CFI_SR_DRB); in chip_ready() 862 map_word ready = CMD(CFI_SR_DRB); in chip_good() 1043 map_write(map, CMD(0xf0), adr); in xip_enable() 1069 map_word status, OK = CMD(0x80); in xip_udelay() 1088 map_write(map, CMD(0xb0), adr); in xip_udelay() 1110 map_write(map, CMD(0xf0), adr); in xip_udelay() 2689 map_write(map, CMD(0x70), adr); in do_atmel_unlock() 2752 map_write(map, CMD(0xA0), adr); in do_ppb_xxlock() [all …]
|
/linux/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/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/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/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/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 …]
|
A D | stm32f7-pinctrl.dtsi | 233 <STM32_PINMUX('D', 2, AF12)>; /* SDMMC1 CMD */ 251 pinmux = <STM32_PINMUX('D', 2, AF12)>; /* SDMMC1 CMD */ 264 <STM32_PINMUX('D', 7, AF11)>; /* SDMMC2 CMD */ 282 pinmux = <STM32_PINMUX('D', 7, AF11)>; /* SDMMC2 CMD */
|
/linux/tools/testing/selftests/net/ |
A D | toeplitz.sh | 88 CMD="" 91 CMD="${CMD} echo $1 > ${i};" 94 echo "${CMD}"
|
/linux/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/drivers/net/wireless/marvell/mwifiex/ |
A D | cmdevt.c | 142 mwifiex_dbg(adapter, CMD, in mwifiex_recycle_cmd_node() 241 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_cmd_to_fw() 329 mwifiex_dbg(adapter, CMD, in mwifiex_dnld_sleep_confirm_cmd() 453 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer() 468 mwifiex_dbg(adapter, CMD, in mwifiex_free_cmd_buffer() 739 mwifiex_dbg(adapter, CMD, in mwifiex_insert_cmd_to_pending_q() 884 mwifiex_dbg(adapter, CMD, in mwifiex_process_cmdresp() 1139 mwifiex_dbg(adapter, CMD, in mwifiex_check_ps_cond() 1200 mwifiex_dbg(adapter, CMD, in mwifiex_ret_802_11_hs_cfg() 1271 mwifiex_dbg(adapter, CMD, in mwifiex_process_sleep_confirm_resp() [all …]
|
/linux/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/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/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/drivers/scsi/libfc/ |
A D | fc_libfc.h | 22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument 26 CMD; \
|
/linux/drivers/ata/ |
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/drivers/net/wireless/intersil/orinoco/ |
A D | hermes.c | 111 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 115 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 123 hermes_write_regn(hw, CMD, cmd); in hermes_issue_cmd() 215 reg = hermes_read_regn(hw, CMD); in hermes_init() 223 reg = hermes_read_regn(hw, CMD); in hermes_init()
|