Searched refs:t5_pm_tx_array (Results 1 – 2 of 2) sorted by relevance
434 static const u32 t5_pm_tx_array[][IREG_NUM_ELEM] = { variable
1670 n = sizeof(t5_pm_tx_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_pm_indirect()1675 pm_pio->ireg_addr = t5_pm_tx_array[i][0]; in cudbg_collect_pm_indirect()1676 pm_pio->ireg_data = t5_pm_tx_array[i][1]; in cudbg_collect_pm_indirect()1677 pm_pio->ireg_local_offset = t5_pm_tx_array[i][2]; in cudbg_collect_pm_indirect()1678 pm_pio->ireg_offset_range = t5_pm_tx_array[i][3]; in cudbg_collect_pm_indirect()