/kernel/linux/linux-5.10/sound/drivers/vx/ |
D | vx_cmd.h | 212 rmh->Cmd[0] |= COMMAND_RECORD_MASK; in vx_set_pipe_cmd_params() 213 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params() 216 rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) & MASK_DSP_WORD; in vx_set_pipe_cmd_params() 229 rmh->Cmd[0] |= COMMAND_RECORD_MASK; in vx_set_stream_cmd_params() 230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
|
D | vx_pcm.c | 97 rmh->Cmd[0] |= DSP_DIFFERED_COMMAND_MASK; in vx_set_differed_time() 100 vx_set_pcx_time(chip, &pipe->pcx_time, &rmh->Cmd[1]); in vx_set_differed_time() 104 rmh->Cmd[1] |= NOTIFY_MASK_TIME_HIGH ; in vx_set_differed_time() 108 rmh->Cmd[1] |= MULTIPLE_MASK_TIME_HIGH; in vx_set_differed_time() 112 rmh->Cmd[1] |= STREAM_MASK_TIME_HIGH; in vx_set_differed_time() 130 rmh.Cmd[0] |= pipe->number << FIELD_SIZE; in vx_set_stream_format() 135 rmh.Cmd[rmh.LgCmd] = (data & 0xFFFFFF00) >> 8; in vx_set_stream_format() 136 rmh.Cmd[rmh.LgCmd + 1] = (data & 0xFF) << 16 /*| (datal & 0xFFFF00) >> 8*/; in vx_set_stream_format() 185 rmh.Cmd[0] |= info->size & 0x03ffff; in vx_set_ibl() 242 rmh.Cmd[0] |= 0x00000001; in vx_query_hbuffer_size() [all …]
|
D | vx_core.c | 242 rmh->Cmd[0], rmh->LgCmd, rmh->DspStat); in vx_send_msg_nolock() 246 printk(KERN_CONT "0x%06x ", rmh->Cmd[i]); in vx_send_msg_nolock() 252 rmh->Cmd[0] |= MASK_MORE_THAN_1_WORD_COMMAND; in vx_send_msg_nolock() 254 rmh->Cmd[0] &= MASK_1_WORD_COMMAND; in vx_send_msg_nolock() 263 vx_outb(chip, TXH, (rmh->Cmd[0] >> 16) & 0xff); in vx_send_msg_nolock() 264 vx_outb(chip, TXM, (rmh->Cmd[0] >> 8) & 0xff); in vx_send_msg_nolock() 265 vx_outb(chip, TXL, rmh->Cmd[0] & 0xff); in vx_send_msg_nolock() 301 vx_outb(chip, TXH, (rmh->Cmd[i] >> 16) & 0xff); in vx_send_msg_nolock() 302 vx_outb(chip, TXM, (rmh->Cmd[i] >> 8) & 0xff); in vx_send_msg_nolock() 303 vx_outb(chip, TXL, rmh->Cmd[i] & 0xff); in vx_send_msg_nolock()
|
D | vx_mixer.c | 214 rmh.Cmd[0] |= COMMAND_RECORD_MASK; in vx_adjust_audio_level() 216 rmh.Cmd[1] = 1 << audio; in vx_adjust_audio_level() 217 rmh.Cmd[2] = 0; in vx_adjust_audio_level() 219 rmh.Cmd[0] |= VALID_AUDIO_IO_DIGITAL_LEVEL; in vx_adjust_audio_level() 220 rmh.Cmd[2] |= info->level; in vx_adjust_audio_level() 223 rmh.Cmd[0] |= VALID_AUDIO_IO_MONITORING_LEVEL; in vx_adjust_audio_level() 224 rmh.Cmd[2] |= ((unsigned int)info->monitor_level << 10); in vx_adjust_audio_level() 227 rmh.Cmd[0] |= VALID_AUDIO_IO_MUTE_LEVEL; in vx_adjust_audio_level() 229 rmh.Cmd[2] |= AUDIO_IO_HAS_MUTE_LEVEL; in vx_adjust_audio_level() 233 rmh.Cmd[0] |= VALID_AUDIO_IO_MUTE_MONITORING_1 | VALID_AUDIO_IO_MUTE_MONITORING_2; in vx_adjust_audio_level() [all …]
|
D | vx_uer.c | 27 rmh.Cmd[0] |= CMD_MODIFY_CLOCK_S_BIT; in vx_modify_board_clock() 39 rmh.Cmd[0] |= 1 << 0; /* reference: AUDIO 0 */ in vx_modify_board_inputs()
|
D | vx_cmd.c | 94 rmh->Cmd[0] = vx_dsp_cmds[cmd].opcode; in vx_init_rmh()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | io_ionsp.h | 131 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) (IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3))… argument
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/msm/ |
D | mdp4.txt | 34 Port 1 -> DSI1 Cmd/Video 35 Port 2 -> DSI2 Cmd/Video
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | rocket_int.h | 338 ByteIO_t Cmd; member 421 sOutB((ChP)->Cmd,TXOVERIDE | (Byte_t)(ChP)->ChanNum); \ 422 sOutB((ChP)->Cmd,(Byte_t)(ChP)->ChanNum); \
|
D | rocket.c | 2713 ChP->Cmd = (ByteIO_t) AiopIO + _CMD_REG; in sInitChan() 2796 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESTXFCNT); /* apply reset Tx FIFO count */ in sInitChan() 2797 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Tx FIFO count */ in sInitChan() 2803 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESRXFCNT); /* apply reset Rx FIFO count */ in sInitChan() 2804 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Rx FIFO count */ in sInitChan() 2882 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 2883 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 2924 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 2925 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
D | synclink.c | 665 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ); 669 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ); 670 void usc_RCmd( struct mgsl_struct *info, u16 Cmd ); 671 void usc_TCmd( struct mgsl_struct *info, u16 Cmd ); 4328 static void usc_RTCmd( struct mgsl_struct *info, u16 Cmd ) in usc_RTCmd() argument 4333 outw( Cmd + info->loopback_bits, info->io_base + CCAR ); in usc_RTCmd() 4354 static void usc_DmaCmd( struct mgsl_struct *info, u16 Cmd ) in usc_DmaCmd() argument 4357 outw( Cmd + info->mbre_bit, info->io_base ); in usc_DmaCmd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 143 Cmd = 0x37, /* Command register */ enumerator 593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt() 961 cpw8(Cmd, 0); in cp_stop_hw() 975 cpw8(Cmd, CmdReset); in cp_reset_hw() 978 if (!(cpr8(Cmd) & CmdReset)) in cp_reset_hw() 1018 cpw8(Cmd, RxOn | TxOn); in cp_start_hw() 1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout() 2073 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
D | airo.c | 490 } Cmd; typedef 1118 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 1748 Cmd cmd; in readBSSListRid() 2304 Cmd cmd; in airo_set_promisc() 2470 Cmd cmd; in mpi_init_descriptors() 3595 Cmd cmd; in enable_MAC() 3633 Cmd cmd; in disable_MAC() 3892 Cmd cmd; in setup_card() 3982 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) in issuecommand() 4150 Cmd cmd; /* for issuing commands */ in PC4500_accessrid() [all …]
|
/kernel/linux/linux-5.10/include/sound/ |
D | vx_core.h | 30 u32 Cmd[SIZE_MAX_CMD]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
D | smu11_driver_if_arcturus.h | 302 uint8_t Cmd; //Read(0) or Write(1) member
|
D | smu11_driver_if_navi10.h | 306 uint8_t Cmd; //Read(0) or Write(1) member
|
/kernel/linux/linux-5.10/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 209 - HCI Tx Cmd worker (MSGTXWQ)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | navi10_ppt.c | 2360 cmd->Cmd = 1; in navi10_fill_i2c_req() 2362 cmd->Cmd = write; in navi10_fill_i2c_req()
|
D | arcturus_ppt.c | 1906 cmd->Cmd = 1; in arcturus_fill_i2c_req() 1908 cmd->Cmd = write; in arcturus_fill_i2c_req()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 15424 bool pending_reset; /* Cmd/data reset is pending */
|
D | 0038_linux_drivers_mxc.patch | 121078 + IN gceXfbCmd Cmd
|