HomeSort by: relevance | last modified time | path
    Searched refs:scbptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 576 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
580 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr)
584 ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
585 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
aic7xxx.c 225 u_int prev, u_int scbptr);
608 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, "
610 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
918 u_int scbptr; local in function:ahc_handle_seqint
920 scbptr = ahc_inb(ahc, SCBPTR);
921 printf("Bogus TAG after DMA. SCBPTR %d, tag %d, our tag %d\n",
922 scbptr, ahc_inb(ahc, ARG_1),
923 ahc->scb_data->hscbs[scbptr].tag);
935 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x,
1153 u_int scbptr; local in function:ahc_handle_scsiint
    [all...]

Completed in 14 milliseconds