Searched refs:irt_entry (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Diosapic_private.h40 struct irt_entry { struct
126 struct irt_entry *irt_base; /* intr routing table address */
134 struct irt_entry *irte; /* IRT entry */
H A Diosapic.c233 static struct irt_entry *irt_cell;
236 static struct irt_entry *iosapic_alloc_irt(int num_entries)
245 a = (unsigned long)kmalloc(sizeof(struct irt_entry) * num_entries + 8, GFP_KERNEL);
247 return (struct irt_entry *)a;
278 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt)
281 struct irt_entry *table; /* start of interrupt routing tbl */
349 struct irt_entry *p = table;
356 (int) sizeof(struct irt_entry));
403 static struct irt_entry *
406 struct irt_entry *
[all...]

Completed in 27 milliseconds