Searched refs:bd_sync (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/bus_space/C/ |
H A D | lang.c | 230 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 D | busdma.h | 52 int bd_sync(int mdid, u_int op, u_long ofs, u_long len);
|
H A D | busdma.c | 537 bd_sync(int mdid, u_int op, u_long ofs, u_long len) in bd_sync() function
|
/freebsd/tools/bus_space/Python/ |
H A D | lang.c | 389 error = bd_sync(mdid, op, 0UL, ~0UL); in busdma_sync() 405 error = bd_sync(mdid, op, ofs, len); in busdma_sync_range()
|