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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dcyber.c50 pcireg_t curregs, newregs; local
52 newregs = curregs = pci_conf_read(pc, tag, SIIG10x_USR_BASE);
57 newregs &= ~SIIG10x_USR0_MASK;
60 newregs &= ~SIIG10x_USR1_MASK;
63 newregs &= ~SIIG10x_USR2_MASK;
66 newregs &= ~SIIG10x_USR3_MASK;
71 newregs |= SIIG10x_USR0_MASK;
74 newregs |= SIIG10x_USR1_MASK;
77 newregs |= SIIG10x_USR2_MASK;
80 newregs |
[all...]

Completed in 81 milliseconds