HomeSort by: relevance | last modified time | path
    Searched refs:ca_bustype (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/sun3/include/
autoconf.h 61 int ca_bustype; /* BUS_OBIO, ... */ member in struct:confargs
  /src/sys/arch/sun3/sun3/
mainbus.c 78 ca.ca_bustype = i;
obmem.c 90 if (ca->ca_bustype != BUS_OBMEM)
120 /* We know ca_bustype == BUS_OBMEM */
clock.c 141 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
obio.c 98 if (ca->ca_bustype != BUS_OBIO)
145 /* Our parent set ca->ca_bustype already. */
211 * Note: ca->ca_bustype was set by our parent driver
vme.c 121 if (ca->ca_bustype != vme_info[unit].bustype)
155 /* We know ca_bustype == BUS_VMExx */
  /src/sys/arch/sun3/dev/
sebuf.c 96 x = bus_peek(ca->ca_bustype, pa, 2);
102 sreg = bus_tmapin(ca->ca_bustype, pa);
116 ereg = bus_tmapin(ca->ca_bustype, pa);
150 regs = (struct sebuf_regs *)bus_mapin(ca->ca_bustype, ca->ca_paddr,
if_le.c 131 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 2) == -1)
149 lesc->sc_r1 = bus_mapin(ca->ca_bustype,
154 sc->sc_addr = dvma_kvtopa(sc->sc_mem, ca->ca_bustype);
if_ie_obio.c 87 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
112 sc->sc_reg = bus_mapin(ca->ca_bustype,
eeprom.c 84 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
103 eeprom_va = bus_mapin(ca->ca_bustype, ca->ca_paddr, ee_size);
memerr.c 92 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
131 mer = bus_mapin(ca->ca_bustype, ca->ca_paddr, sizeof(*mer));
if_ie_vme.c 99 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 2) == -1)
138 sc->sc_reg = bus_mapin(ca->ca_bustype, ca->ca_paddr,
149 sc->sc_maddr = bus_mapin(ca->ca_bustype, rampaddr, sc->sc_msize);
cg4.c 197 if (bus_peek(ca->ca_bustype, tmp, 1) == -1)
213 p4reg = bus_tmapin(ca->ca_bustype, ca->ca_paddr);
233 if (bus_peek(ca->ca_bustype, tmp, 4) == -1)
236 if (bus_peek(ca->ca_bustype, tmp, 1) == -1)
293 sc->sc_va_cmap = bus_mapin(ca->ca_bustype, tmp,
300 fb->fb_pfour = bus_mapin(ca->ca_bustype, ca->ca_paddr, 4);
si_vme.c 143 if (bus_peek(ca->ca_bustype, probe_addr, 1) == -1)
154 if (bus_peek(ca->ca_bustype, probe_addr, 1) != -1) {
203 sc->sc_adapter_type = ca->ca_bustype;
bw2.c 146 p4reg = bus_tmapin(ca->ca_bustype, ca->ca_paddr);
220 p4reg = bus_mapin(ca->ca_bustype, ca->ca_paddr, 4);
si_obio.c 144 if (bus_peek(ca->ca_bustype, ca->ca_paddr + 1, 1) == -1)
187 sc->sc_adapter_type = ca->ca_bustype;
cg2.c 149 if (bus_peek(ca->ca_bustype, probe_addr, 1) == -1)
177 sc->sc_ctlreg = (struct cg2fb *)bus_mapin(ca->ca_bustype,
esp.c 112 if (bus_peek(ca->ca_bustype,
dma.c 74 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 4) == -1)
si_sebuf.c 183 sc->sc_adapter_type = aa->ca.ca_bustype;
xy.c 334 if (bus_peek(ca->ca_bustype, ca->ca_paddr + 5, 1) == -1)
361 xyc->xyc = (struct xyc *)bus_mapin(ca->ca_bustype, ca->ca_paddr,
363 xyc->bustype = ca->ca_bustype;
  /src/sys/arch/sun3/sun3x/
iommu.c 76 iommu_va = (iommu_pde_t *)bus_mapin(ca->ca_bustype, ca->ca_paddr,
obio.c 96 if (ca->ca_bustype != BUS_OBIO)
188 /* Our parent set ca->ca_bustype already. */
243 * Note: ca->ca_bustype was set by our parent driver
vme.c 121 if (ca->ca_bustype != vme_info[unit].bustype)
155 /* We know ca_bustype == BUS_VMExx */
clock.c 183 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)

Completed in 31 milliseconds

1 2