Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/dti/
H A Dbtl.c348 u_int bouncebase; in btattach() local
360 (*btl_conf->bc_bouncemem)(&bouncebase, &bouncesize); in btattach()
361 bouncearea = bouncebase + sizeof(struct bt_mbx); in btattach()
362 sc->sc_mbx = (struct bt_mbx *)bouncebase; in btattach()
383 while ((bouncearea + sizeof(struct bt_buf)) < bouncebase + bouncesize) { in btattach()