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