Home
last modified time | relevance | path

Searched refs:SCBPTR (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.seq92 bmov SCBPTR, COMPLETE_ON_QFREEZE_HEAD, 2;
97 bmov SCBPTR, SCB_NEXT_COMPLETE, 2;
152 bmov SCBPTR, GSFIFO, 2;
231 bmov COMPLETE_ON_QFREEZE_HEAD, SCBPTR, 2 ret;
234 bmov COMPLETE_SCB_HEAD, SCBPTR, 2 ret;
325 * SCBPTR will be clobbered during target
328 * after SCBPTR has been changed.
330 bmov REG0, SCBPTR, 2;
341 bmov SCBPTR, SINDIR, 2;
352 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb;
[all …]
HDaic7xxx.c613 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
921 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint()
938 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
1180 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint()
2147 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs()
2154 ahc_outb(ahc, SCBPTR, i); in ahc_update_pending_scbs()
2168 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs()
4232 ahc_outb(ahc, SCBPTR, i); in ahc_probe_scbs()
4236 ahc_outb(ahc, SCBPTR, 0); in ahc_probe_scbs()
4265 ahc_outb(ahc, SCBPTR, i); in ahc_build_free_scb_list()
[all …]
HDaic7xxx.seq112 mov SCBPTR, ARG_1;
137 mov WAITING_SCBH, SCBPTR;
148 mov SCBPTR, WAITING_SCBH;
439 mov SCBPTR, WAITING_SCBH;
1793 * upon return. SCBPTR may be modified by this action.
1798 mov SCBPTR, SAVED_LUN;
1822 mov SCBPTR, SAVED_LUN;
1851 mov SCBPTR, ARG_1;
1902 mov SCBPTR, ARG_1;
1929 mov A, SCBPTR;
[all …]
HDaic79xx_inline.h593 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8)); in ahd_get_scbptr()
601 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr()
602 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()
HDaic7xxx_pci.c1313 ahc_outb(ahc, SCBPTR, 0); in ahc_pci_test_register_access()
1416 ahc_outb(ahc, SCBPTR, 2); in check_extport()
HDaic7xxx_osm.c1113 ahc_outb(ahc, SCBPTR, scb->hscb->tag); in ahc_execute_scb()
HDaic7xxx_reg.h1513 #define SCBPTR 0x90 macro
HDaic79xx.reg2710 register SCBPTR {
3636 * Value to "or" into the SCBPTR[1] value to
3793 * an extra SCBPTR operation when deciding
HDaic7xxx.reg789 register SCBPTR {
HDaic79xx_reg.h3325 #define SCBPTR 0xa8 macro