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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/82xx/
H A Dmpc82xx_ads.c60 unsigned long *pci_int_mask_reg; member in struct:__anon3626
343 *pci_regs.pci_int_mask_reg |= (1 << (31 - bit));
351 *pci_regs.pci_int_mask_reg &= ~(1 << (31 - bit));
359 *pci_regs.pci_int_mask_reg |= (1 << (31 - bit));
367 *pci_regs.pci_int_mask_reg &= ~(1 << (31 - bit));
392 mask = *pci_regs.pci_int_mask_reg;
492 pci_regs.pci_int_mask_reg =
493 ioremap(regs[1], sizeof(*pci_regs.pci_int_mask_reg));
502 *pci_regs.pci_int_mask_reg |= 0xfff00000;

Completed in 86 milliseconds