OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:powerpc_bus_space
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/sys/arch/sandpoint/include/
bus_funcs.h
8
extern struct
powerpc_bus_space
sandpoint_io_space_tag;
9
extern struct
powerpc_bus_space
genppc_isa_io_space_tag;
10
extern struct
powerpc_bus_space
sandpoint_mem_space_tag;
11
extern struct
powerpc_bus_space
genppc_isa_mem_space_tag;
12
extern struct
powerpc_bus_space
sandpoint_eumb_space_tag;
13
extern struct
powerpc_bus_space
sandpoint_flash_space_tag;
14
extern struct
powerpc_bus_space
sandpoint_nhgpio_space_tag;
/src/sys/arch/powerpc/include/
ofw_bus_funcs.h
36
extern struct
powerpc_bus_space
genppc_isa_io_space_tag;
37
extern struct
powerpc_bus_space
genppc_isa_mem_space_tag;
43
int ofwoea_map_space(int, int, int, struct
powerpc_bus_space
*, const char *);
prep_bus_funcs.h
36
extern struct
powerpc_bus_space
prep_io_space_tag;
37
extern struct
powerpc_bus_space
genppc_isa_io_space_tag;
38
extern struct
powerpc_bus_space
prep_mem_space_tag;
39
extern struct
powerpc_bus_space
genppc_isa_mem_space_tag;
ofw_bus.h
47
extern struct
powerpc_bus_space
genppc_isa_io_space_tag;
48
extern struct
powerpc_bus_space
genppc_isa_mem_space_tag;
54
int ofwoea_map_space(int, int, int, struct
powerpc_bus_space
*, const char *);
prep_bus.h
52
extern struct
powerpc_bus_space
prep_io_space_tag;
53
extern struct
powerpc_bus_space
genppc_isa_io_space_tag;
54
extern struct
powerpc_bus_space
prep_mem_space_tag;
55
extern struct
powerpc_bus_space
genppc_isa_mem_space_tag;
bus_defs.h
125
typedef const struct
powerpc_bus_space
*bus_space_tag_t;
191
struct
powerpc_bus_space
{
struct
237
int bus_space_init(struct
powerpc_bus_space
*, const char *, void *, size_t);
/src/sys/arch/prep/include/
bus.h
38
extern struct
powerpc_bus_space
prep_eisa_io_space_tag;
39
extern struct
powerpc_bus_space
prep_eisa_mem_space_tag;
bus_funcs.h
38
extern struct
powerpc_bus_space
prep_eisa_io_space_tag;
39
extern struct
powerpc_bus_space
prep_eisa_mem_space_tag;
/src/sys/arch/evbppc/pmppc/dev/
mainbus.h
53
extern struct
powerpc_bus_space
pmppc_mem_tag;
54
extern struct
powerpc_bus_space
pmppc_pci_io_tag;
/src/sys/arch/rs6000/include/
bus_defs.h
48
extern struct
powerpc_bus_space
rs6000_iocc0_io_space_tag;
/src/sys/arch/evbppc/ev64260/
autoconf.c
153
extern struct
powerpc_bus_space
160
struct
powerpc_bus_space
*pci_io_bs_tag, *pci_mem_bs_tag;
180
pci_io_bs_tag, sizeof(struct
powerpc_bus_space
));
185
pci_mem_bs_tag, sizeof(struct
powerpc_bus_space
));
207
extern struct
powerpc_bus_space
*ev64260_obio_bs_tags[5];
209
struct
powerpc_bus_space
*bst =
machdep.c
115
struct
powerpc_bus_space
ev64260_pci0_mem_bs_tag = {
119
struct
powerpc_bus_space
ev64260_pci0_io_bs_tag = {
123
struct
powerpc_bus_space
ev64260_pci1_mem_bs_tag = {
127
struct
powerpc_bus_space
ev64260_pci1_io_bs_tag = {
131
struct
powerpc_bus_space
ev64260_obio0_bs_tag = {
135
struct
powerpc_bus_space
ev64260_obio1_bs_tag = {
139
struct
powerpc_bus_space
ev64260_obio2_bs_tag = {
143
struct
powerpc_bus_space
ev64260_obio3_bs_tag = {
147
struct
powerpc_bus_space
ev64260_bootcs_bs_tag = {
151
struct
powerpc_bus_space
ev64260_gt_bs_tag =
[
all
...]
/src/sys/arch/powerpc/include/booke/
obiovar.h
48
struct
powerpc_bus_space
sc_obio_bst;
/src/sys/arch/powerpc/oea/
prep_machdep.c
71
struct
powerpc_bus_space
prep_io_space_tag = {
78
struct
powerpc_bus_space
genppc_isa_io_space_tag = {
85
struct
powerpc_bus_space
prep_mem_space_tag = {
92
struct
powerpc_bus_space
genppc_isa_mem_space_tag = {
ofw_autoconf.c
241
struct
powerpc_bus_space
*gtpci_mem_bs_tag = NULL;
271
extern struct
powerpc_bus_space
279
struct
powerpc_bus_space
*gtpci_io_bs_tag;
308
gtpci_io_bs_tag, sizeof(struct
powerpc_bus_space
));
313
gtpci_mem_bs_tag, sizeof(struct
powerpc_bus_space
));
/src/sys/arch/evbppc/explora/dev/
elb.c
61
static struct
powerpc_bus_space
elb_tag = {
67
static struct
powerpc_bus_space
elb_fb_tag = {
/src/sys/arch/macppc/pci/
bandit.c
47
struct
powerpc_bus_space
sc_iot;
48
struct
powerpc_bus_space
sc_memt;
118
memset(&sc->sc_iot, 0, sizeof(struct
powerpc_bus_space
));
119
memset(&sc->sc_memt, 0, sizeof(struct
powerpc_bus_space
));
grackle.c
46
struct
powerpc_bus_space
sc_iot;
47
struct
powerpc_bus_space
sc_memt;
/src/sys/arch/sandpoint/sandpoint/
machdep.c
431
struct
powerpc_bus_space
sandpoint_io_space_tag = {
435
struct
powerpc_bus_space
genppc_isa_io_space_tag = {
439
struct
powerpc_bus_space
sandpoint_mem_space_tag = {
443
struct
powerpc_bus_space
genppc_isa_mem_space_tag = {
447
struct
powerpc_bus_space
sandpoint_eumb_space_tag = {
451
struct
powerpc_bus_space
sandpoint_flash_space_tag = {
455
struct
powerpc_bus_space
sandpoint_nhgpio_space_tag = {
/src/sys/arch/macppc/dev/
uni-n.c
54
struct
powerpc_bus_space
sc_memt;
137
memset(&sc->sc_memt, 0, sizeof(struct
powerpc_bus_space
));
/src/sys/arch/powerpc/ibm4xx/pci/
pchb.c
67
static struct
powerpc_bus_space
pchb_io_tag = {
75
static struct
powerpc_bus_space
pchb_mem_tag = {
/src/sys/arch/evbppc/virtex/
design_gsrd1.c
221
static const struct
powerpc_bus_space
xlcom_bst = {
225
static const struct
powerpc_bus_space
cdmac_bst = {
229
static const struct
powerpc_bus_space
temac_bst = {
233
static const struct
powerpc_bus_space
tft_bst = {
design_gsrd2.c
228
static const struct
powerpc_bus_space
cdmac_bst = {
232
static const struct
powerpc_bus_space
temac_bst = {
237
static const struct
powerpc_bus_space
tft0_bst = {
242
static const struct
powerpc_bus_space
tft1_bst = {
246
static struct
powerpc_bus_space
opb_bst = {
/src/sys/arch/powerpc/ibm4xx/dev/
dwctwo_plb.c
61
static struct
powerpc_bus_space
dwctwo_tag = {
exb.c
58
static struct
powerpc_bus_space
exb_bus_space_tag =
Completed in 25 milliseconds
1
2
Indexes created Mon Oct 20 16:09:52 GMT 2025