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()
5297 unsigned int nregs, unsigned int start_index, in t4_tp_fw_ldst_rw() argument
5304 for (i = 0; i < nregs; i++) { in t4_tp_fw_ldst_rw()
5341 u32 *buff, u32 nregs, u32 start_index, int rw, in t4_tp_indirect_rw() argument
5362 rc = t4_tp_fw_ldst_rw(adap, cmd, buff, nregs, start_index, rw, in t4_tp_indirect_rw()
5369 t4_read_indirect(adap, reg_addr, reg_data, buff, nregs, in t4_tp_indirect_rw()
5372 t4_write_indirect(adap, reg_addr, reg_data, buff, nregs, in t4_tp_indirect_rw()
5387 void t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_pio_read() argument
5390 t4_tp_indirect_rw(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A, buff, nregs, in t4_tp_pio_read()
5404 static void t4_tp_pio_write(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_pio_write() argument
5407 t4_tp_indirect_rw(adap, TP_PIO_ADDR_A, TP_PIO_DATA_A, buff, nregs, in t4_tp_pio_write()
5421 void t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs, in t4_tp_tm_pio_read() argument
5425 nregs, start_index, 1, sleep_ok); in t4_tp_tm_pio_read()
5438 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, in t4_tp_mib_read() argument
5441 t4_tp_indirect_rw(adap, TP_MIB_INDEX_A, TP_MIB_DATA_A, buff, nregs, in t4_tp_mib_read()