Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic79xx.c6922 u_int scb_offset; in ahd_find_busy_tcl() local
6925 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_find_busy_tcl()
6926 scbid = ahd_inw_scbram(ahd, scb_offset); in ahd_find_busy_tcl()
6934 u_int scb_offset; in ahd_busy_tcl() local
6937 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_busy_tcl()
6938 ahd_outw(ahd, scb_offset, scbid); in ahd_busy_tcl()