Searched refs:i2400m_brh_get_opcode (Results 1 – 4 of 4) sorted by relevance
489 opcode, i2400m_brh_get_opcode(ack), in __i2400m_bm_ack_verify()500 if (opcode != -1 && opcode != i2400m_brh_get_opcode(ack)) { in __i2400m_bm_ack_verify()503 opcode, i2400m_brh_get_opcode(ack), opcode); in __i2400m_bm_ack_verify()589 int opcode = cmd == NULL ? -1 : i2400m_brh_get_opcode(cmd); in i2400m_bm_cmd()731 if (i2400m_brh_get_opcode(bh) == I2400M_BRH_SIGNED_JUMP || in i2400m_dnload_bcf()732 i2400m_brh_get_opcode(bh) == I2400M_BRH_JUMP) { in i2400m_dnload_bcf()
110 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400ms_bus_bm_cmd_send()
188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send()
751 unsigned i2400m_brh_get_opcode(const struct i2400m_bootrom_header *hdr) in i2400m_brh_get_opcode() function