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

  /src/sys/arch/bebox/stand/boot/
pci.c 83 volatile u_char *ppci; local in function:enablePCI
93 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
94 *ppci = enable;
  /src/sys/arch/prep/stand/boot/
pci.c 85 volatile u_char *ppci; local in function:enablePCI
95 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
96 *ppci = enable;
139 volatile u_int8_t *ppci; local in function:unlockVideo
141 ppci = (u_int8_t *)PCI_slots[slot].config_addr;
142 ppci[4] = 0x0003; /* enable memory and IO Access */
144 ppci[0x10] = 0x00000; /* Turn off memory mapping */
145 ppci[0x11] = 0x00000; /* mem base = 0 */
146 ppci[0x12] = 0x00000;
147 ppci[0x13] = 0x00000
    [all...]

Completed in 12 milliseconds