Lines Matching defs:ppci
85 volatile u_char *ppci;
95 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
96 *ppci = enable;
139 volatile u_int8_t *ppci;
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;