Home
last modified time | relevance | path

Searched refs:irt (Results 1 – 3 of 3) sorted by relevance

/drivers/parisc/
Diosapic.c264 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt) in iosapic_load_irt() argument
270 BUG_ON(!irt); in iosapic_load_irt()
331 *irt = table; in iosapic_load_irt()
956 iosapic_prt_irt(void *irt, long num_entry) in iosapic_prt_irt() argument
958 unsigned int i, *irp = (unsigned int *) irt; in iosapic_prt_irt()
/drivers/cpufreq/
Dpowernow-k8.c121 udelay((1 << data->irt) * 10); in count_off_irt()
659 data->irt = ((psb->flags2) >> 2) & 3; in find_psb_table()
665 pr_debug("isochronous relief time: %d\n", data->irt); in find_psb_table()
718 data->irt = (control >> IRT_SHIFT) & IRT_MASK; in powernow_k8_acpi_pst_values()
1059 ((1 << data->irt) * 30)) * 1000; in powernowk8_cpu_init()
Dpowernow-k8.h16 u32 irt; /* isochronous relief time */ member