Home
last modified time | relevance | path

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

/freebsd/tools/bus_space/C/
H A Dlang.c230 return (bd_sync(md, op, 0UL, ~0UL)); in busdma_sync()
237 return (bd_sync(md, op, ofs, len)); in busdma_sync_range()
/freebsd/tools/bus_space/
H A Dbusdma.h52 int bd_sync(int mdid, u_int op, u_long ofs, u_long len);
H A Dbusdma.c537 bd_sync(int mdid, u_int op, u_long ofs, u_long len) in bd_sync() function
/freebsd/tools/bus_space/Python/
H A Dlang.c389 error = bd_sync(mdid, op, 0UL, ~0UL); in busdma_sync()
405 error = bd_sync(mdid, op, ofs, len); in busdma_sync_range()