/src/sys/dev/mca/ |
if_ep_mca.c | 153 int pos4, pos5, iobase, irq, media; local in function:ep_mca_attach 156 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); 185 iobase = MCA_CBIO + (((pos4 & 0xfc) >> 2) * 0x400); 228 switch (pos4 & 0x03) {
|
com_mca.c | 245 int pos2, pos3, pos4; local in function:neocom1_getcfg 250 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); 269 *iobasep = (pos4 << 8) | (pos3 & 0xf8);
|
if_ate_mca.c | 129 int pos3, pos4; local in function:ate_mca_attach 136 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); 173 irq = ats_irq[((pos4 & 0x40) >> 4) | ((pos3 & 0xc0) >> 6)];
|
if_le_mca.c | 134 int i, pos2, pos3, pos4, irq, membase; local in function:le_mca_attach 186 * SKNET MC+ needs the driver to clear 0, 1 bits of pos4 191 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); 192 if ((pos4 & 0x03) != 0) { 195 pos4 & ~0x03); 205 irq = sknet_mcp_irq[(pos4 & 0x0c) >> 2]; 209 supmedia = &sknet_mcp_media[(pos4 & 0xc0) >> 6];
|
edc_mca.c | 147 int pos2, pos3, pos4; local in function:edc_mca_attach 157 pos4 = mca_conf_read(ma->ma_mc, ma->ma_slot, 4); 220 (pos4 & RELEASE_1) ? "6ms" 221 : ((pos4 & RELEASE_2) ? "3ms" : "Immediate") 223 if ((pos4 & PACING_CTRL_DISABLE) == 0) {
|