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

  /src/sys/dev/mca/
com_mca.c 245 int pos2, pos3, pos4; local in function:neocom1_getcfg
249 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
269 *iobasep = (pos4 << 8) | (pos3 & 0xf8);
if_ate_mca.c 129 int pos3, pos4; local in function:ate_mca_attach
135 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
172 iobase = ats_iobase[pos3 & 0x7];
173 irq = ats_irq[((pos4 & 0x40) >> 4) | ((pos3 & 0xc0) >> 6)];
esp_mca.c 143 int pos2, pos3, pos5; local in function:esp_mca_attach
169 * POS register 5: (adf pos3)
178 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
183 drq = (pos3 & 0x0f);
if_elmc_mca.c 107 int pos2, pos3, i, revision; local in function:elmc_mca_attach
113 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
137 switch (pos3 & 0x1f) {
217 (void) mca_conf_write(ma->ma_mc, ma->ma_slot, 3, pos3 & 0x1f);
if_le_mca.c 134 int i, pos2, pos3, pos4, irq, membase; local in function:le_mca_attach
190 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
206 membase = 0xc0000 + ((pos3 & 0x0f) * 0x4000);
if_we_mca.c 159 int pos2, pos3, pos5; local in function:we_mca_attach
164 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
182 * 8003: POS register 5: (adf pos3)
205 * 8013: POS register 5: (adf pos3)
225 maddr = 0xC0000 + (((pos3 & 0x1c) >> 2) * 0x04000);
231 maddr = 0xC0000 + ((pos3 & 0x0f) * 0x2000)
232 + ((pos3 & 0x80) ? 0xF00000 : 0);
234 sc->mem_size = (pos3 & 0x10) ? 16384 : 8192;
edc_mca.c 147 int pos2, pos3, pos4; local in function:edc_mca_attach
156 pos3 = mca_conf_read(ma->ma_mc, ma->ma_slot, 3);
227 pacint[(pos3 & PACING_INT_MASK) >> 4]);

Completed in 34 milliseconds