Searched refs:BHNDB_IO_MISC (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ macro 1843 BHNDB_IO_MISC(_type, *, read_multi, _size) \ 1844 BHNDB_IO_MISC(_type, *, write_multi, _size) \ 1846 BHNDB_IO_MISC(_type, *, read_multi_stream, _size) \ 1847 BHNDB_IO_MISC(_type, *, write_multi_stream, _size) \ 1849 BHNDB_IO_MISC(_type, , set_multi, _size) \ 1850 BHNDB_IO_MISC(_type, , set_region, _size) \ 1851 BHNDB_IO_MISC(_type, *, read_region, _size) \ 1852 BHNDB_IO_MISC(_type, *, write_region, _size) \ 1854 BHNDB_IO_MISC(_type, *, read_region_stream, _size) \ [all …]
|