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

  /src/sys/dev/ic/
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...]
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 24 milliseconds