Home
last modified time | relevance | path

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

/freebsd-12.1/tools/bus_space/C/
H A Dlang.c233 return (bd_sync(md, op, 0UL, ~0UL)); in busdma_sync()
240 return (bd_sync(md, op, ofs, len)); in busdma_sync_range()
/freebsd-12.1/tools/bus_space/
H A Dbusdma.h54 int bd_sync(int mdid, u_int op, u_long ofs, u_long len);
H A Dbusdma.c539 bd_sync(int mdid, u_int op, u_long ofs, u_long len) in bd_sync() function
/freebsd-12.1/tools/bus_space/Python/
H A Dlang.c391 error = bd_sync(mdid, op, 0UL, ~0UL); in busdma_sync()
407 error = bd_sync(mdid, op, ofs, len); in busdma_sync_range()