Lines Matching refs:cmd
966 static int hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) in hi_command() argument
974 status = write16(state, SIO_HI_RA_RAM_CMD__A, cmd); in hi_command()
977 if (cmd == SIO_HI_RA_RAM_CMD_RESET) in hi_command()
981 (bool) ((cmd == SIO_HI_RA_RAM_CMD_CONFIG) && in hi_command()
1408 u16 cmd, u8 parameter_len, in scu_command() argument
1424 if ((cmd == 0) || ((parameter_len > 0) && (parameter == NULL)) || in scu_command()
1440 buffer[cnt++] = (cmd & 0xFF); in scu_command()
1441 buffer[cnt++] = ((cmd >> 8) & 0xFF); in scu_command()
1493 pr_err("%s while sending cmd 0x%04x with params:", p, cmd); in scu_command()
3177 u16 cmd, u16 subcmd, in dvbt_sc_command() argument
3207 switch (cmd) { in dvbt_sc_command()
3223 switch (cmd) { in dvbt_sc_command()
3240 status |= write16(state, OFDM_SC_RA_RAM_CMD__A, cmd); in dvbt_sc_command()
3269 switch (cmd) { in dvbt_sc_command()