Searched refs:mc_bist_cmd_reg (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c325 u32 mc_bist_cmd_reg, mc_bist_cmd_addr_reg, mc_bist_cmd_len_reg; local
329 mc_bist_cmd_reg = A_MC_BIST_CMD;
335 mc_bist_cmd_reg = MC_REG(A_MC_P_BIST_CMD, idx);
344 if (t4_read_reg(adap, mc_bist_cmd_reg) & F_START_BIST)
349 t4_write_reg(adap, mc_bist_cmd_reg, V_BIST_OPCODE(1) |
351 i = t4_wait_op_done(adap, mc_bist_cmd_reg, F_START_BIST, 0, 10, 1);

Completed in 89 milliseconds