Home
last modified time | relevance | path

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

/linux/drivers/parisc/
H A Diosapic.c255 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt) in iosapic_load_irt() argument
261 BUG_ON(!irt); in iosapic_load_irt()
322 *irt = table; in iosapic_load_irt()
947 iosapic_prt_irt(void *irt, long num_entry) in iosapic_prt_irt() argument
949 unsigned int i, *irp = (unsigned int *) irt; in iosapic_prt_irt()
/linux/drivers/cpufreq/
H A 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()
H A Dpowernow-k8.h16 u32 irt; /* isochronous relief time */ member
/linux/net/ipv6/
H A Daddrconf.c103 static inline s32 rfc3315_s14_backoff_init(s32 irt) in rfc3315_s14_backoff_init() argument
106 u64 tmp = get_random_u32_inclusive(900000, 1100000) * (u64)irt; in rfc3315_s14_backoff_init()