Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq152 bmov SCBPTR, GSFIFO, 2;
330 bmov REG0, SCBPTR, 2;
341 bmov SCBPTR, SINDIR, 2;
1082 clr SCBPTR[1]; \
1102 bmov SCBPTR, REG0, 2;
1126 clr SCBPTR[1];
1135 xor SCBPTR[1], 1;
1237 bmov ARG_1, SCBPTR, 2;
1272 bmov REG0, SCBPTR, 2;
1299 bmov REG0, SCBPTR, 2;
[all …]
H A Daic7xxx.c914 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint()
2145 ahc_outb(ahc, SCBPTR, i); in ahc_update_pending_scbs()
4204 ahc_outb(ahc, SCBPTR, i); in ahc_probe_scbs()
4208 ahc_outb(ahc, SCBPTR, 0); in ahc_probe_scbs()
4237 ahc_outb(ahc, SCBPTR, i); in ahc_build_free_scb_list()
4271 ahc_outb(ahc, SCBPTR, i-1); in ahc_build_free_scb_list()
5532 ahc_outb(ahc, SCBPTR, next); in ahc_search_qinfifo()
5713 ahc_outb(ahc, SCBPTR, next); in ahc_search_disc_list()
5768 ahc_outb(ahc, SCBPTR, prev); in ahc_rem_scb_from_disc_list()
5943 ahc_outb(ahc, SCBPTR, i); in ahc_abort_scbs()
[all …]
H A Daic7xxx.seq112 mov SCBPTR, ARG_1;
137 mov WAITING_SCBH, SCBPTR;
1851 mov SCBPTR, ARG_1;
1902 mov SCBPTR, ARG_1;
1929 mov A, SCBPTR;
1934 mov SCBPTR, A;
2050 mov SCBPTR, DISCONNECTED_SCBH; /* Initialize SCBPTR */
2055 mov ARG_2, SCBPTR;
2056 mov SCBPTR,SCB_NEXT;
2062 mov SINDEX, 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_reg.h1513 #define SCBPTR 0x90 macro
H A Daic7xxx_osm.c1112 ahc_outb(ahc, SCBPTR, scb->hscb->tag); in ahc_execute_scb()
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