Lines Matching refs:nregs
115 unsigned int nregs, unsigned int start_idx) in t4_read_indirect() argument
117 while (nregs--) { in t4_read_indirect()
138 unsigned int nregs, unsigned int start_idx) in t4_write_indirect() argument
140 while (nregs--) { in t4_write_indirect()
5327 unsigned int nregs, unsigned int start_index, in t4_tp_fw_ldst_rw() argument
5334 for (i = 0; i < nregs; i++) { in t4_tp_fw_ldst_rw()
5371 u32 *buff, u32 nregs, u32 start_index, int rw, in t4_tp_indirect_rw() argument
5392 rc = t4_tp_fw_ldst_rw(adap, cmd, buff, nregs, start_index, rw, in t4_tp_indirect_rw()
5399 t4_read_indirect(adap, reg_addr, reg_data, buff, nregs, in t4_tp_indirect_rw()
5402 t4_write_indirect(adap, reg_addr, reg_data, buff, nregs, in t4_tp_indirect_rw()
5417 void t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_pio_read() argument
5420 t4_tp_indirect_rw(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A, buff, nregs, in t4_tp_pio_read()
5434 static void t4_tp_pio_write(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_pio_write() argument
5437 t4_tp_indirect_rw(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A, buff, nregs, in t4_tp_pio_write()
5451 void t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_tm_pio_read() argument
5455 nregs, start_index, 1, sleep_ok); in t4_tp_tm_pio_read()
5468 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, in t4_tp_mib_read() argument
5471 t4_tp_indirect_rw(adap, TP_MIB_INDEX_A, TP_MIB_DATA_A, buff, nregs, in t4_tp_mib_read()