Searched refs:reg_local_offset (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 4258 u32 reg_addr, reg_data, reg_local_offset, reg_offset_range; in collect_full() local 4287 reg_local_offset = t5_tp_pio_array[3][2] + 0xa; in collect_full() 4290 t4_tp_pio_read(padap, sp, reg_offset_range, reg_local_offset, true); in collect_full() 4295 reg_local_offset = t5_tp_pio_array[3][2] + 0xb; in collect_full() 4298 t4_tp_pio_read(padap, sp, reg_offset_range, reg_local_offset, true); in collect_full() 4303 reg_local_offset = t5_tp_pio_array[9][2] + 0xf; in collect_full() 4306 t4_tp_pio_read(padap, sp, reg_offset_range, reg_local_offset, true); in collect_full() 4311 reg_local_offset = t5_tp_pio_array[8][2] + 3; in collect_full() 4314 t4_tp_pio_read(padap, sp, reg_offset_range, reg_local_offset, true); in collect_full() 4321 reg_local_offset = t5_pcie_cdbg_array[0][2] + 2; in collect_full() [all …]
|