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