Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/newsmips/dev/
H A Dsc_wrap.c333 scb->sc_cpoint = (void *)xs->data; in sc_sched()
335 scb->sc_cpoint = scb->msgbuf; in sc_sched()
439 sc_param->sc_cpoint = (uint8_t *)param;
H A Dscsi_1185.c320 scb->sc_coffset = (u_int)scb->sc_cpoint & PGOFSET; in sc_send()
1120 cs->act_point = scb->sc_cpoint; in sc_cout()
1258 cs->act_point = scb->sc_cpoint;
1270 scb->sc_cpoint = cs->act_point;
1764 if (MACH_IS_USPACE(scb->sc_cpoint))
1767 if (MACH_IS_CACHED(scb->sc_cpoint)) {
1768 mips_dcache_wbinv_range_index((vaddr_t)scb->sc_cpoint,
H A Dscsireg.h230 uint8_t *sc_cpoint; /* pointer to buffer address */ member