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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4c_irq.c197 struct resource phyres; local
208 memset(&phyres, 0, sizeof(struct resource));
209 phyres.flags = int_regs[0].which_io;
210 phyres.start = int_regs[0].phys_addr;
211 interrupt_enable = (char *) sbus_ioremap(&phyres, 0,
H A Dioport.c140 void __iomem *sbus_ioremap(struct resource *phyres, unsigned long offset, argument
143 return _sparc_alloc_io(phyres->flags & 0xF,
144 phyres->start + offset, size, name);

Completed in 42 milliseconds