Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/i825xx/
Dsun3_82586.h63 unsigned short scb_offset; /* pointeroffset to the scb_base */ member
Dsun3_82586.c262 p->iscp->scb_offset = make16(p->scb); in alloc586()
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic79xx_core.c7929 u_int scb_offset; in ahd_find_busy_tcl() local
7932 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_find_busy_tcl()
7933 scbid = ahd_inw_scbram(ahd, scb_offset); in ahd_find_busy_tcl()
7941 u_int scb_offset; in ahd_busy_tcl() local
7944 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_busy_tcl()
7945 ahd_outw(ahd, scb_offset, scbid); in ahd_busy_tcl()