Lines Matching refs:cmd
985 static int hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) in hi_command() argument
993 status = write16(state, SIO_HI_RA_RAM_CMD__A, cmd); in hi_command()
996 if (cmd == SIO_HI_RA_RAM_CMD_RESET) in hi_command()
1000 (bool) ((cmd == SIO_HI_RA_RAM_CMD_CONFIG) && in hi_command()
1427 u16 cmd, u8 parameter_len, in scu_command() argument
1443 if ((cmd == 0) || ((parameter_len > 0) && (parameter == NULL)) || in scu_command()
1459 buffer[cnt++] = (cmd & 0xFF); in scu_command()
1460 buffer[cnt++] = ((cmd >> 8) & 0xFF); in scu_command()
1512 pr_err("%s while sending cmd 0x%04x with params:", p, cmd); in scu_command()
3196 u16 cmd, u16 subcmd, in dvbt_sc_command() argument
3226 switch (cmd) { in dvbt_sc_command()
3242 switch (cmd) { in dvbt_sc_command()
3259 status |= write16(state, OFDM_SC_RA_RAM_CMD__A, cmd); in dvbt_sc_command()
3288 switch (cmd) { in dvbt_sc_command()