Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.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 …]
H A Daic7xxx.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 …]
H A Daic79xx_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()
H A Daic7xxx_pci.c1306 ahc_outb(ahc, SCBPTR, 0); in ahc_pci_test_register_access()
1409 ahc_outb(ahc, SCBPTR, 2); in check_extport()
H A Daic7xxx_osm.c1112 ahc_outb(ahc, SCBPTR, scb->hscb->tag); in ahc_execute_scb()
H A Daic7xxx_reg.h1513 #define SCBPTR 0x90 macro
H A Daic79xx.reg2710 register SCBPTR {
3636 * Value to "or" into the SCBPTR[1] value to
3793 * an extra SCBPTR operation when deciding
H A Daic7xxx.reg789 register SCBPTR {
H A Daic79xx_reg.h3325 #define SCBPTR 0xa8 macro