/src/sys/arch/acorn32/podulebus/ |
netslot.c | 81 podule_t *podule; local in function:netslotscan 92 podule = &podules[MAX_PODULES]; 94 podule->fast_base = NETSLOT_BASE; 95 podule->medium_base = NETSLOT_BASE; 96 podule->slow_base = NETSLOT_BASE; 97 podule->sync_base = NETSLOT_BASE; 98 podule->mod_base = NETSLOT_BASE; 99 podule->easi_base = 0; 100 podule->attached = 0; 101 podule->slottype = SLOT_NONE [all...] |
netslot.c | 81 podule_t *podule; local in function:netslotscan 92 podule = &podules[MAX_PODULES]; 94 podule->fast_base = NETSLOT_BASE; 95 podule->medium_base = NETSLOT_BASE; 96 podule->slow_base = NETSLOT_BASE; 97 podule->sync_base = NETSLOT_BASE; 98 podule->mod_base = NETSLOT_BASE; 99 podule->easi_base = 0; 100 podule->attached = 0; 101 podule->slottype = SLOT_NONE [all...] |
podulebus.c | 39 * Podule probe and configuration routines 71 /* Array of podule structures, one per possible podule */ 90 * Probe for the podule bus. Currently all this does is return 1 to 91 * indicate that the podule bus was found. 113 aprint_normal("podule at %s", name); 133 /* Return priority 0 or 1 for wildcarded podule */ 138 /* Return higher priority if we match the specific podule */ 150 dump_podule(podule_t *podule) 152 printf("podule%d: ", podule->podulenum) 309 podule_t *podule; local in function:podulescan [all...] |
podulebus.c | 39 * Podule probe and configuration routines 71 /* Array of podule structures, one per possible podule */ 90 * Probe for the podule bus. Currently all this does is return 1 to 91 * indicate that the podule bus was found. 113 aprint_normal("podule at %s", name); 133 /* Return priority 0 or 1 for wildcarded podule */ 138 /* Return higher priority if we match the specific podule */ 150 dump_podule(podule_t *podule) 152 printf("podule%d: ", podule->podulenum) 309 podule_t *podule; local in function:podulescan [all...] |
if_ne_pbus.c | 83 * ne_pbus_softc: ne2000_softc plus podule, interrupt and bs tag info 126 int product; /* podule product id */ 186 /* Irlam EtherN podule. (supplied with NC) */ 196 /* Acorn EtherI podule. (supplied with NC) */ 245 panic("Podule has disappeared !"); 263 panic("Podule has vanished"); 587 * extracts the station address from the Podule description string. 588 * The description has to be re-read here since the podule description 596 podule->read_rom(podule->sync_base, addr 601 podule_t *podule = sc->sc_podule; local in function:eh600_ea [all...] |
if_ne_pbus.c | 83 * ne_pbus_softc: ne2000_softc plus podule, interrupt and bs tag info 126 int product; /* podule product id */ 186 /* Irlam EtherN podule. (supplied with NC) */ 196 /* Acorn EtherI podule. (supplied with NC) */ 245 panic("Podule has disappeared !"); 263 panic("Podule has vanished"); 587 * extracts the station address from the Podule description string. 588 * The description has to be re-read here since the podule description 596 podule->read_rom(podule->sync_base, addr 601 podule_t *podule = sc->sc_podule; local in function:eh600_ea [all...] |