Searched refs:busdma_sync_range (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/tools/bus_space/C/ |
| H A D | libbus.h | 82 int busdma_sync_range(busdma_md_t md, int op, bus_size_t, bus_size_t);
|
| H A D | lang.c | 237 busdma_sync_range(busdma_md_t md, int op, bus_size_t ofs, bus_size_t len) in busdma_sync_range() function
|
| /freebsd-13.1/tools/bus_space/Python/ |
| H A D | lang.c | 400 busdma_sync_range(PyObject *self, PyObject *args) in busdma_sync_range() function 476 { "sync_range", busdma_sync_range, METH_VARARGS,
|