OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:podule
(Results
1 - 4
of
4
) sorted by relevancy
/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
...]
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
...]
/src/sys/arch/acorn32/include/
podulebus_machdep.h
39
*
Podule
bus header file
48
/* Define the structure used to describe a
podule
*/
53
/* The
podule
header, read from the on board ROM */
66
/* The base addresses for this
podule
*/
86
/*
podule
specific information provided by podulebus */
106
podule_t *pa_podule; /*
podule
descriptor */
107
int pa_podule_number; /*
podule
number */
108
int pa_slottype; /*
podule
slot type */
144
#define set_easi_cycle_type(
podule
, type) \
145
IOMD_WRITE_BYTE(IOMD_ECTCR, (IOMD_READ_BYTE(IOMD_ECTCR) & ~(1 <<
podule
)) | (1 << type)
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Oct 31 04:09:52 GMT 2025