Searched refs:iosapic (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/parisc/
H A DMakefile12 obj-$(CONFIG_IOSAPIC) += iosapic.o
H A Diosapic.c67 ** Where's the iosapic?
84 ** Overview of exported iosapic functions
95 ** o allocate vector_info array for this iosapic
137 #define MODULE_NAME "iosapic"
173 static inline unsigned int iosapic_read(void __iomem *iosapic, unsigned int reg) argument
175 writel(reg, iosapic + IOSAPIC_REG_SELECT);
176 return readl(iosapic + IOSAPIC_REG_WINDOW);
179 static inline void iosapic_write(void __iomem *iosapic, unsigned int reg, u32 val) argument
181 writel(reg, iosapic + IOSAPIC_REG_SELECT);
182 writel(val, iosapic
[all...]
H A Diosapic_private.h11 ** This file is private to iosapic driver.
119 struct iosapic_info *iosapic; /* I/O SAPIC this vector is on */ member in struct:vector_info

Completed in 220 milliseconds