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

  /src/sys/dev/ic/
aic79xx.c 6940 u_int scb_offset; local in function:ahd_find_busy_tcl
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6944 scbid = ahd_inw_scbram(ahd, scb_offset);
6952 u_int scb_offset; local in function:ahd_busy_tcl
6955 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6956 ahd_outw(ahd, scb_offset, scbid);
aic79xx.c 6940 u_int scb_offset; local in function:ahd_find_busy_tcl
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6944 scbid = ahd_inw_scbram(ahd, scb_offset);
6952 u_int scb_offset; local in function:ahd_busy_tcl
6955 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6956 ahd_outw(ahd, scb_offset, scbid);
aic79xx.c 6940 u_int scb_offset; local in function:ahd_find_busy_tcl
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6944 scbid = ahd_inw_scbram(ahd, scb_offset);
6952 u_int scb_offset; local in function:ahd_busy_tcl
6955 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6956 ahd_outw(ahd, scb_offset, scbid);

Completed in 50 milliseconds