Home
last modified time | relevance | path

Searched full:ahd_outb (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c250 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn()
313 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */ in ahd_restart()
314 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart()
315 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()
316 ahd_outb(ahd, SEQINTCTL, 0); in ahd_restart()
317 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart()
318 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart()
319 ahd_outb(ahd, SAVED_SCSIID, 0xFF); in ahd_restart()
320 ahd_outb(ahd, SAVED_LUN, 0xFF); in ahd_restart()
329 ahd_outb(ahd, TQINPOS, ahd->tqinfifonext); in ahd_restart()
[all …]
H A Daic79xx_inline.h115 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes()
192 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause()
227 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
540 ahd_outb(ahd, port, value & 0xFF); in ahd_outw()
541 ahd_outb(ahd, port+1, (value >> 8) & 0xFF); in ahd_outw()
556 ahd_outb(ahd, port, (value) & 0xFF); in ahd_outl()
557 ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF); in ahd_outl()
558 ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF); in ahd_outl()
559 ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF); in ahd_outl()
578 ahd_outb(ahd, port, value & 0xFF); in ahd_outq()
[all …]
H A Daic79xx_pci.c492 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
499 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access()
505 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access()
507 ahd_outb(ahd, SEQCTL0, PERRORDIS); in ahd_pci_test_register_access()
529 ahd_outb(ahd, TARGPCISTAT, targpcistat); in ahd_pci_test_register_access()
534 ahd_outb(ahd, CLRINT, CLRPCIINT); in ahd_pci_test_register_access()
536 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS); in ahd_pci_test_register_access()
744 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
745 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
849 ahd_outb(ah in ahd_pci_intr()
[all...]
H A Daic79xx_osm.h152 #define ahd_outb(ahd, port, value) \ macro
H A Daic79xx_osm.c1052 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG); in ahd_execute_scb()
1512 ahd_outb(ahd_ddb_softc, addr, new_value); in DB_COMMAND_FLAGS()