Searched refs:i2400m_brh_get_opcode (Results 1 – 3 of 3) sorted by relevance
487 opcode, i2400m_brh_get_opcode(ack), in __i2400m_bm_ack_verify()498 if (opcode != -1 && opcode != i2400m_brh_get_opcode(ack)) { in __i2400m_bm_ack_verify()501 opcode, i2400m_brh_get_opcode(ack), opcode); in __i2400m_bm_ack_verify()587 int opcode = cmd == NULL ? -1 : i2400m_brh_get_opcode(cmd); in i2400m_bm_cmd()729 if (i2400m_brh_get_opcode(bh) == I2400M_BRH_SIGNED_JUMP || in i2400m_dnload_bcf()730 i2400m_brh_get_opcode(bh) == I2400M_BRH_JUMP) { in i2400m_dnload_bcf()
188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send()
750 unsigned i2400m_brh_get_opcode(const struct i2400m_bootrom_header *hdr) in i2400m_brh_get_opcode() function