HomeSort by: relevance | last modified time | path
    Searched refs:obio0 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mipsco/conf/
RC3230 79 obio0 at mainbus0
94 mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock
96 rambo0 at obio0 addr 0xbc000000 # RAMBO DMA & timer asic
98 le0 at obio0 addr 0xba000000 # onboard LANCE ethernet
101 #kb0 at obio0 addr 0xbfd00000 # keyboard
102 #fb0 at obio0 addr 0x88000000 # framebuffer
104 fd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller
106 zsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC
110 asc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller
  /src/sys/arch/evbarm/conf/
GEMINI_MASTER 139 obio0 at mainbus?
153 geminiicu0 at obio0 addr 0x48000000 intrbase 0
154 ##geminiicu1 at obio0 addr 0x49000000 intrbase 0
157 geminiwdt0 at obio0 addr 0x41000000 size 0x1c
185 geminigpio0 at obio0 addr 0x4d000000 intrbase 32 intr 22
186 geminigpio1 at obio0 addr 0x4e000000 intrbase 64 intr 23
187 geminigpio2 at obio0 addr 0x4f000000 intrbase 96 intr 24
GEMINI 138 obio0 at mainbus?
145 geminiicu0 at obio0 addr 0x48000000 intrbase 0
146 ##geminiicu1 at obio0 addr 0x49000000 intrbase 0
149 geminiwdt0 at obio0 addr 0x41000000 size 0x1c
GEMINI_SLAVE 140 obio0 at mainbus?
154 ##geminiicu0 at obio0 addr 0x48000000 intrbase 0
155 geminiicu1 at obio0 addr 0x49000000 intrbase 0
158 ##geminiwdt0 at obio0 addr 0x41000000 size 0x1c
LUBBOCK 153 obio0 at pxaip? intr 8
  /src/sys/arch/macppc/dev/
obio.c 89 static struct obio_softc *obio0 = NULL; variable in typeref:struct:obio_softc *
225 if (obio0 == NULL)
226 obio0 = sc;
391 if (obio0 == NULL)
393 bus_space_write_4(obio0->sc_tag, obio0->sc_bh, offset, value);
398 if (obio0 == NULL)
400 bus_space_write_1(obio0->sc_tag, obio0->sc_bh, offset, value);
405 if (obio0 == NULL
    [all...]

Completed in 54 milliseconds