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

/linux-master/drivers/parisc/
H A Dwax.c48 wax_init_irq(struct gsc_asic *wax) argument
50 unsigned long base = wax->hpa;
69 struct gsc_asic *wax; local
73 wax = kzalloc(sizeof(*wax), GFP_KERNEL);
74 if (!wax)
77 wax->name = "wax";
78 wax->hpa = dev->hpa.start;
80 wax
[all...]
H A DMakefile7 # - gsc is required before lasi and wax
8 # - asp and wax before the EISA adapters for the IRQ regions
19 obj-$(CONFIG_GSC_WAX) += wax.o

Completed in 223 milliseconds