| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 83 #define dprintk(IOC, CMD) \ argument 84 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 86 #define dsgprintk(IOC, CMD) \ argument 87 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 89 #define devtprintk(IOC, CMD) \ argument 90 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 92 #define devtverboseprintk(IOC, CMD) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 189 #define CMD(op, opm, f, lm, fl, ...) \ macro 211 CMD( MI_NOOP, SMI, F, 1, S ), 212 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 213 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, R ), 214 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 215 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 216 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 217 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ), 218 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ), 219 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | toaster | 184 unset CMD 194 CMD=$param 197 CMD=$param 213 CMD=$param 221 if [ "manage" == "$CMD" ] ; then 254 if [ "$CMD" = "start" ] ; then 259 elif [ "$CMD" = "" ]; then 265 echo "The system will $CMD." 268 custom_extention toaster_prepend $CMD $ADDR_PORT 270 case $CMD in [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | friq.c | 40 #define CMD(x) w2(4);w0(0xff);w0(0xff);w0(0x73);w0(0x73);\ macro 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() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | busybox-reboot | 3 CMD=${0##*/} 6 [ "$CMD" != shutdown ] || CMD=poweroff 21 CMD=halt 24 CMD=poweroff 27 CMD=reboot 44 busybox $CMD --help 46 busybox $CMD $ARGS && exit 0
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/files/ |
| H A D | 80matchboxkeyboard.sh | 5 CMD="" 8 CMD="matchbox-keyboard -d" 11 CMD="matchbox-keyboard -d -o landscape" 13 CMD="matchbox-keyboard -d -o portrait" 17 if [ "$CMD" ]; then 20 dbus-wait org.matchbox_project.desktop Loaded && $CMD &
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0020.c | 263 status_OK = CMD(0x80); in do_read_onechip() 277 map_write (map, CMD(0xb0), cmd_addr); in do_read_onechip() 283 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 294 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip() 296 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 311 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip() 325 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() 331 map_write(map, CMD(0xff), cmd_addr); in do_read_onechip() 374 map_write(map, CMD(0xd0), cmd_addr); in do_read_onechip() 375 map_write(map, CMD(0x70), cmd_addr); in do_read_onechip() [all …]
|
| H A D | cfi_cmdset_0001.c | 287 map_write(map, CMD(0x60), 0); in fixup_LH28F640BF() 288 map_write(map, CMD(0x04), 0); in fixup_LH28F640BF() 813 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01); in chip_ready() 864 map_write(map, CMD(0xB0), chip->in_progress_block_addr); in chip_ready() 871 map_write(map, CMD(0x70), chip->in_progress_block_addr); in chip_ready() 1072 map_write(map, CMD(0xd0), chip->in_progress_block_addr); in put_chip() 1073 map_write(map, CMD(0x70), chip->in_progress_block_addr); in put_chip() 1119 map_write(map, CMD(0xff), adr); in xip_enable() 1146 map_word status, OK = CMD(0x80); in xip_wait_for_operation() 1173 map_write(map, CMD(0xb0), adr); in xip_wait_for_operation() [all …]
|
| H A D | cfi_cmdset_0002.c | 144 if (!map_word_bitsset(map, status, CMD(CFI_SR_DRB))) in cfi_check_err_status() 147 if (map_word_bitsset(map, status, CMD(0x3a))) { in cfi_check_err_status() 382 cfi->sector_erase_cmd = CMD(0x50); in fixup_sst39vf_rev_b() 560 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 836 map_word ready = CMD(CFI_SR_DRB); in chip_ready() 918 map_write(map, CMD(0xB0), chip->in_progress_block_addr); in get_chip() 1031 map_write(map, CMD(0xf0), adr); in xip_enable() 1057 map_word status, OK = CMD(0x80); in xip_udelay() 1076 map_write(map, CMD(0xb0), adr); in xip_udelay() 1094 if (!map_word_bitsset(map, status, CMD(0x40))) in xip_udelay() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | create-pull-request | 22 CMD=$(basename $0) 24 Usage: $CMD [-h] [-o output_dir] [-m msg_body_file] [-s subject] [-r relative_to] [-i commit_id] [-… 41 $CMD -u contrib -b nitin/basic 42 $CMD -u contrib -r distro/master -i nitin/distro -b nitin/distro 43 $CMD -u contrib -r distro/master -i nitin/distro -b nitin/distro -l distro 44 $CMD -u contrib -r master -i misc -b nitin/misc -o pull-misc 45 $CMD -u contrib -p "RFC PATCH" -b nitin/experimental 46 $CMD -u contrib -i misc -b nitin/misc -d ./bitbake 47 …$CMD -u contrib -r origin/master -o /tmp/out.v3 -- -v3 --in-reply-to=20170511120134.XX7799@site.com
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | atiixp.c | 494 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset() 498 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET); in snd_atiixp_aclink_reset() 499 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 501 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0); in snd_atiixp_aclink_reset() 504 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset() 506 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 508 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 510 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset() 518 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 529 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() [all …]
|
| H A D | atiixp_modem.c | 470 if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0)) in snd_atiixp_aclink_reset() 474 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET); in snd_atiixp_aclink_reset() 475 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 477 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0); in snd_atiixp_aclink_reset() 480 while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) { in snd_atiixp_aclink_reset() 482 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 484 atiixp_read(chip, CMD); in snd_atiixp_aclink_reset() 486 atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET); in snd_atiixp_aclink_reset() 494 atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET, in snd_atiixp_aclink_reset() 505 atiixp_update(chip, CMD, in snd_atiixp_aclink_down() [all …]
|
| /OK3568_Linux_fs/debian/overlay-firmware/usr/share/alsa/init/ |
| H A D | 00main | 10 ENV{CMD}=="help", INCLUDE="help", GOTO="00main_end" 11 ENV{CMD}=="info", INCLUDE="info", GOTO="00main_end" 12 ENV{CMD}=="default", INCLUDE="default", GOTO="00main_end" 13 ENV{CMD}=="test", INCLUDE="test", GOTO="00main_end" 14 ENV{CMD}=="*", ERROR="Unknown command '$env{CMD}'\n", GOTO="00main_end"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | p2p-action.sh | 4 CMD=$2 25 if [ "$CMD" = "P2P-GROUP-STARTED" ]; then 82 if [ "$CMD" = "P2P-GROUP-REMOVED" ]; then 95 if [ "$CMD" = "P2P-CROSS-CONNECT-ENABLE" ]; then 107 if [ "$CMD" = "P2P-CROSS-CONNECT-DISABLE" ]; then
|
| /OK3568_Linux_fs/kernel/drivers/firmware/meson/ |
| H 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),
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-dbx5x0-pinctrl.dtsi | 254 "GPIO24_AB2", /* CMD */ 274 "GPIO24_AB2", /* CMD */ 302 "GPIO24_AB2", /* CMD */ 315 "GPIO24_AB2", /* CMD */ 346 "GPIO210_AJ15", /* CMD */ 363 "GPIO210_AJ15", /* CMD */ 383 "GPIO210_AJ15", /* CMD */ 399 "GPIO210_AJ15", /* CMD */ 426 "GPIO129_B4", /* CMD */ 447 "GPIO129_B4"; /* CMD */ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 05-partitions.sh | 72 CMD=$1 75 case "$CMD" in 91 finish_build $CMD $@
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-partitions.sh | 72 CMD=$1 75 case "$CMD" in 91 finish_build $CMD $@
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cmdevt.c | 142 mwifiex_dbg(adapter, CMD, in mwifiex_recycle_cmd_node() 161 mwifiex_dbg(priv->adapter, CMD, in mwifiex_cmd_host_cmd() 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() 725 mwifiex_dbg(adapter, CMD, in mwifiex_insert_cmd_to_pending_q() 870 mwifiex_dbg(adapter, CMD, in mwifiex_process_cmdresp() 1125 mwifiex_dbg(adapter, CMD, in mwifiex_check_ps_cond() 1186 mwifiex_dbg(adapter, CMD, in mwifiex_ret_802_11_hs_cfg() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/ |
| H A D | 89xdgautostart.sh | 4 CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2` 5 $CMD &
|