Searched refs:tc2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 106 | |tc0 | |tc1 | |tc2 | |tc0 | | p 140 | |tc0 | |tc1 | |tc2 |t t|tc0 | | e 192 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2 194 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq2, txq3) 337 | |tc0 | |tc1 | |tc2 | |tc2 | |tc1 | |tc0 | | p 371 | |tc0 | |tc1 | |tc2 |t t|tc0 | |tc1 | |tc2 | | e 429 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2 431 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq4, txq5) 488 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2 490 // tc0 -> txq2, tc1 -> txq3, tc2 -> (txq6, txq7)
|
/Linux-v5.15/drivers/acpi/ |
D | thermal.c | 136 unsigned long tc2; member 363 tz->trips.passive.tc2 = tmp; in acpi_thermal_trips_update() 661 + (tz->trips.passive.tc2 in thermal_get_trend()
|
/Linux-v5.15/drivers/dma/ |
D | k3dma.c | 217 u32 tc2 = readl_relaxed(d->base + INT_TC2); in k3_dma_int_handler() local 225 if (likely(tc1 & BIT(i)) || (tc2 & BIT(i))) { in k3_dma_int_handler() 238 if (c && (tc2 & BIT(i))) { in k3_dma_int_handler()
|