Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 11 of 11) sorted by relevance

/linux/sound/drivers/vx/
H A Dvx_cmd.h212 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()
H A Dvx_pcm.c97 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()
244 rmh.Cmd[0] |= 0x00000001; in vx_query_hbuffer_size()
[all …]
H A Dvx_cmd.c94 rmh->Cmd[0] = vx_dsp_cmds[cmd].opcode; in vx_init_rmh()
/linux/drivers/usb/serial/
H A Dio_ionsp.h131 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) (IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3))… argument
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c143 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()
2069 cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn)); in cp_suspend()
/linux/include/sound/
H A Dvx_core.h30 u32 Cmd[SIZE_MAX_CMD]; member
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_arcturus.h302 uint8_t Cmd; //Read(0) or Write(1) member
H A Dsmu11_driver_if_navi10.h306 uint8_t Cmd; //Read(0) or Write(1) member
/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst209 - HCI Tx Cmd worker (MSGTXWQ)
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c1596 cmd->Cmd = I2C_CMD_WRITE; in arcturus_i2c_xfer()
H A Dnavi10_ppt.c2810 cmd->Cmd = I2C_CMD_WRITE; in navi10_i2c_xfer()