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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/mac68k/dev/
if_ae.c 69 if (bus_space_read_2(bst, bsh, ofs + i1) == 0x1111 &&
70 bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 &&
71 bus_space_read_2(bst, bsh, ofs + i3) == 0x3333 &&
72 bus_space_read_2(bst, bsh, ofs + i4) == 0x4444 &&
73 bus_space_read_2(bst, bsh, ofs + i8) == 0x8888)
76 if (bus_space_read_2(bst, bsh, ofs + i1) == 0x1111 &&
77 bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 &&
78 bus_space_read_2(bst, bsh, ofs + i3) == 0x3333 &&
79 bus_space_read_2(bst, bsh, ofs + i4) == 0x4444)
82 if ((bus_space_read_2(bst, bsh, ofs + i1) == 0x1111 &
    [all...]
  /src/sys/arch/hpcmips/vr/
rtc.c 271 return bus_space_read_2(iot, ioh, ETIME_L_REG_W);
284 timeh = bus_space_read_2(iot, ioh, ETIME_H_REG_W);
285 timeh = (timeh << 16) | bus_space_read_2(iot, ioh, ETIME_M_REG_W);
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
339 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_H_REG_W);
340 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_M_REG_W);
342 | bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_L_REG_W);
345 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_H_REG_W);
346 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_M_REG_W);
348 | bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_L_REG_W)
    [all...]
vr4181giu.c 193 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
197 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
211 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
221 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
339 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh, VR4181GIU_INTEN_REG_W);
346 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
354 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
366 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh, VR4181GIU_INTMASK_REG_W);
371 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh, VR4181GIU_INTEN_REG_W);
413 r = bus_space_read_2(sc->sc_iot, sc->sc_ioh, VR4181GIU_INTSTAT_REG_W)
    [all...]
flash_vrip.c 162 if (bus_space_read_2(iot, ioh, i) != *idstr) {
170 cmdset0 = bus_space_read_2(iot, ioh, CFI_PRIM_COMM_REG0 << 1);
171 cmdset1 = bus_space_read_2(iot, ioh, CFI_PRIM_COMM_REG1 << 1);
235 sc->sc_cfi_raw[i] = bus_space_read_2(iot, ioh, i << 1);
431 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[i])
436 if (bus_space_read_2(iot, ioh, 0x00) != vendor_code[0])
438 if (bus_space_read_2(iot, ioh, 0x02) != vendor_code[1])
470 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[i])
480 if (bus_space_read_2(iot, ioh, 0x00) != vendor_code[0])
482 if (bus_space_read_2(iot, ioh, 0x02) != vendor_code[1]
    [all...]
vrc4173bcu.c 326 reg = bus_space_read_2(sc->sc_iot, sc->sc_cmuh,
343 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, VRC4173ICU_SYSINT1);
349 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, VRC4173ICU_MKIUINT);
355 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, VRC4173ICU_MSYSINT1);
366 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, VRC4173ICU_MSYSINT1);
485 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, VRC4173ICU_SYSINT1);
526 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_mlreg);
528 reg |= (bus_space_read_2(sc->sc_iot, sc->sc_icuh,
627 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_lreg);
628 reg |= (bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_hreg) << 16)
    [all...]
vrip.c 402 reg = (bus_space_read_2 (iot, ioh, MSYSINT1_REG_W)&0xffff) |
403 ((bus_space_read_2 (iot, ioh, sc->sc_msysint2) << 16)&0xffff0000);
427 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg);
429 reg |= (bus_space_read_2(sc->sc_iot, sc->sc_ioh,
447 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
449 reg |= ((bus_space_read_2(sc->sc_iot, sc->sc_ioh,
471 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg);
478 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
505 reg = (bus_space_read_2 (iot, ioh, SYSINT1_REG_W)&0xffff) |
506 ((bus_space_read_2 (iot, ioh, sc->sc_sysint2)<< 16)&0xffff0000)
    [all...]
cmu.c 112 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, 0);
138 sc->sc_save = bus_space_read_2(sc->sc_iot, sc->sc_ioh, 0);
  /src/sys/dev/pci/
pciide_opti_reg.h 116 (void) bus_space_read_2(wdr->cmd_iot, wdr->cmd_iohs[wd_features], 0);
117 (void) bus_space_read_2(wdr->cmd_iot, wdr->cmd_iohs[wd_features], 0);
140 (void) bus_space_read_2(wdr->cmd_iot, wdr->cmd_iohs[wd_features], 0);
141 (void) bus_space_read_2(wdr->cmd_iot, wdr->cmd_iohs[wd_features], 0);
  /src/sys/arch/amiga/dev/
zz9kvar.h 39 #define ZZREG_R(r) bus_space_read_2(sc->sc_iot, sc->sc_regh, (r))
  /src/sys/dev/isa/
if_sm_isa.c 104 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
113 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
122 tmp = bus_space_read_2(iot, ioh, BASE_ADDR_REG_W);
131 tmp = bus_space_read_2(iot, ioh, REVISION_REG_W);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
os.h 25 #define bus_space_read_stream_2 bus_space_read_2
  /src/sys/dev/ic/
vga_common.c 75 vgadata = bus_space_read_2(memt, memh, dispoffset);
77 if (bus_space_read_2(memt, memh, dispoffset) != 0xa55a)
smc91cxx.c 244 tmp = bus_space_read_2(bst, bsh, BANK_SELECT_REG_W);
256 tmp = bus_space_read_2(bst, bsh, REVISION_REG_W);
270 mult = MCR_MEM_MULT(bus_space_read_2(bst, bsh, MEM_CFG_REG_W));
278 memsize = bus_space_read_2(bst, bsh, MEM_INFO_REG_W) & MIR_TOTAL_MASK;
291 tmp = bus_space_read_2(bst, bsh, IAR_ADDR0_REG_W + i);
326 tmp = bus_space_read_2(bst, bsh, CONFIG_REG_W);
427 tmp = bus_space_read_2(bst, bsh, CONFIG_REG_W);
469 tmp = bus_space_read_2(bst, bsh, CONFIG_REG_W);
523 tmp = bus_space_read_2(bst, bsh, MMU_CMD_REG_W);
774 if (bus_space_read_2(bst, bsh, FIFO_PORTS_REG_W) & FIFO_REMPTY
    [all...]
elink3.c 268 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
304 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
368 i = bus_space_read_2(iot, ioh, ELINK_W5_TX_AVAIL_THRESH);
535 config0 = (u_int)bus_space_read_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG);
536 config1 = (u_int)bus_space_read_2(iot, ioh,
573 ep_w0_config = bus_space_read_2(iot, ioh, ELINK_W0_CONFIG_CTRL);
639 config1 = (u_int)bus_space_read_2(iot, ioh,
641 reset_options = (int)bus_space_read_2(iot, ioh, ELINK_W3_RESET_OPTIONS);
774 (void)bus_space_read_2(iot, ioh,
792 cor = bus_space_read_2(iot, ioh, 0) & ~0x30
    [all...]
  /src/sys/dev/xmi/
xmi.c 69 if (xl->xl_nr == bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0))
75 bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0));
  /src/sys/arch/evbarm/g42xxeb/
obio.c 90 (bus_space_read_2( sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTSTS1) \
95 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTSTS1),
96 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTMASK),
259 reg = bus_space_read_2(iot, sc->sc_obioreg_ioh, G42XXEB_PLDVER);
327 reg = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, regidx);
333 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTCNTL),
334 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTCNTH));
420 reg = bus_space_read_2(bsc->sc_iot, bsc->sc_obioreg_ioh,
  /src/sys/arch/sparc64/dev/
pld_wdog.c 152 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG1_COUNTER),
153 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG1_LIMIT),
158 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG2_COUNTER),
159 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG2_LIMIT),
164 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG3_COUNTER),
165 bus_space_read_2(sc->sc_btag, sc->sc_bh, PLD_WDOG3_LIMIT),
  /src/sys/dev/qbus/
rf.c 234 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2CS)
236 && (bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2ES)
259 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2CS)
261 && (bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2ES)
295 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS)
304 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS)
313 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh,
323 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS)
367 if ((bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2CS)
369 && (bus_space_read_2(rfc_sc->sc_iot, rfc_sc->sc_ioh, RX2ES
    [all...]
  /src/sys/arch/zaurus/dev/
scoop.c 132 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
143 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
154 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPCR);
383 cpr = bus_space_read_2(iot, ioh, SCOOP_CPR);
421 v = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_MCR);
428 v = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_MCR);
450 sc->sc_gpwr = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
462 sc->sc_gpwr = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
469 rv = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SCOOP_GPWR);
scoop_pcic.c 169 csr = bus_space_read_2(iot, ioh, SCOOP_CSR);
179 return ((bus_space_read_2(iot, ioh, SCOOP_CSR) &
200 newval = bus_space_read_2(iot, ioh, SCOOP_CPR);
237 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
247 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
  /src/sys/arch/evbarm/imx31/
imx31lk_pcic.c 148 csr = bus_space_read_2(iot, ioh, SCOOP_CSR);
158 return ((bus_space_read_2(iot, ioh, SCOOP_CSR) &
183 newval = bus_space_read_2(iot, ioh, SCOOP_CPR);
224 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
234 reg = bus_space_read_2(iot, ioh, SCOOP_GPWR);
  /src/sys/arch/evbarm/gumstix/
if_sm_gxio.c 131 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
140 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
149 tmp = bus_space_read_2(iot, ioh, REVISION_REG_W);
  /src/sys/arch/evbarm/lubbock/
if_sm_obio.c 143 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
152 tmp = bus_space_read_2(iot, ioh, BANK_SELECT_REG_W);
161 tmp = bus_space_read_2(iot, ioh, REVISION_REG_W);
  /src/sys/dev/bi/
bi.c 84 nr = bus_space_read_2(ba->ba_iot, ba->ba_ioh, 0);
139 (bus_space_read_2(ba.ba_iot, ba.ba_ioh, 0) == 0)) {
  /src/sys/arch/atari/vme/
if_le_vme.c 192 val = bus_space_read_2(lesc->sc_iot, lesc->sc_ioh, LER_RDP);
281 if (bus_space_read_2(*memt, *memh, 0) != 0xa5a5)
288 if (bus_space_read_2(*iot, *ioh, LER_RAP) != LE_CSR1)
296 if (bus_space_read_2(*iot, *ioh, LER_RDP) != LE_C0_STOP)
300 if (bus_space_read_2(*iot, *ioh, LER_RDP) != LE_C0_STOP)
437 (bus_space_read_2(memt, memh, 2 * i) << 4) |
438 (bus_space_read_2(memt, memh, 2 * i + 1) & 0xf);
549 data |= (bus_space_read_2(iot, ioh, BVME410_BAR) & 1) << shift;
568 if (bus_space_read_2(iot, ioh, BVME410_IVEC) != 0xff00)
572 if (bus_space_read_2(iot, ioh, BVME410_IVEC) != 0xffff
    [all...]

Completed in 74 milliseconds

1 2 3 4 5 6 7 8 91011>>