Searched refs:t5_pcie_pdbg_array (Results 1 – 1 of 1) sorted by relevance
87 static const u32 t5_pcie_pdbg_array[][IREG_NUM_ELEM] = { variable339 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_get_entity_length()2018 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_pcie_indirect()2030 pcie_pio->ireg_addr = t5_pcie_pdbg_array[i][0]; in cudbg_collect_pcie_indirect()2031 pcie_pio->ireg_data = t5_pcie_pdbg_array[i][1]; in cudbg_collect_pcie_indirect()2032 pcie_pio->ireg_local_offset = t5_pcie_pdbg_array[i][2]; in cudbg_collect_pcie_indirect()2033 pcie_pio->ireg_offset_range = t5_pcie_pdbg_array[i][3]; in cudbg_collect_pcie_indirect()