Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dsun3_82586.h63 unsigned short scb_offset; /* pointeroffset to the scb_base */ member
Dni52.h55 unsigned short scb_offset; /* pointeroffset to the scb_base */ member
D3c523.h49 unsigned short scb_offset; /* pointeroffset to the scb_base */ member
Dsun3_82586.c263 p->iscp->scb_offset = make16(p->scb); in alloc586()
Dni52.c341 p->iscp->scb_offset = make16(p->scb); in alloc586()
D3c523.c368 p->iscp->scb_offset = make16(p->scb); in alloc586()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_core.c6787 u_int scb_offset; in ahd_find_busy_tcl() local
6790 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_find_busy_tcl()
6791 scbid = ahd_inw_scbram(ahd, scb_offset); in ahd_find_busy_tcl()
6799 u_int scb_offset; in ahd_busy_tcl() local
6802 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_busy_tcl()
6803 ahd_outw(ahd, scb_offset, scbid); in ahd_busy_tcl()