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

/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dio.c96 volatile u_int8_t *ppci; local
98 ppci = (u_int8_t *)PCI_slots[slot].config_addr;
99 ppci[4] = 0x0003; /* enable memory and IO Access */
101 ppci[0x10] = 0x00000; /* Turn off memory mapping */
102 ppci[0x11] = 0x00000; /* mem base = 0 */
103 ppci[0x12] = 0x00000;
104 ppci[0x13] = 0x00000;
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dpci.c83 volatile u_char *ppci; local
93 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
94 *ppci = enable;

Completed in 107 milliseconds