HomeSort by: relevance | last modified time | path
    Searched refs:newregs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
cyber.c 50 pcireg_t curregs, newregs; local in function:write_siig10x_usrreg
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 |= SIIG10x_USR3_MASK
    [all...]
cyber.c 50 pcireg_t curregs, newregs; local in function:write_siig10x_usrreg
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 |= SIIG10x_USR3_MASK
    [all...]

Completed in 105 milliseconds