Searched refs:SCBPTR (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 92 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 D | aic7xxx.seq | 112 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 D | aic79xx_inline.h | 593 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 D | aic7xxx_pci.c | 1306 ahc_outb(ahc, SCBPTR, 0); in ahc_pci_test_register_access() 1409 ahc_outb(ahc, SCBPTR, 2); in check_extport()
|
H A D | aic7xxx_osm.c | 1112 ahc_outb(ahc, SCBPTR, scb->hscb->tag); in ahc_execute_scb()
|
H A D | aic7xxx_reg.h | 1513 #define SCBPTR 0x90 macro
|
H A D | aic79xx.reg | 2710 register SCBPTR { 3636 * Value to "or" into the SCBPTR[1] value to 3793 * an extra SCBPTR operation when deciding
|
H A D | aic7xxx.reg | 789 register SCBPTR {
|
H A D | aic79xx_reg.h | 3325 #define SCBPTR 0xa8 macro
|