Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h221 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb()
H A Daic7xxxvar.h617 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member
H A Daic7xxx.c950 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint()
4236 (caddr_t *)&scb_data->hscbs, &scb_data->hscb_busaddr, in ahc_init_scbdata()
4253 memset(scb_data->hscbs, 0, in ahc_init_scbdata()
4315 scb_data->hscb_dmamap, (caddr_t)scb_data->hscbs, in ahc_fini_scbdata()
4389 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()