Lines Matching refs:_size
1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
1825 bhndb_bus_ ## _op ## _ ## _size (device_t dev, \
1830 bus_ ## _op ## _ ## _size (io_res, io_offset, \
1836 #define BHNDB_IO_METHODS(_type, _size) \ argument
1837 BHNDB_IO_READ(_type, _size) \
1838 BHNDB_IO_WRITE(_type, _size) \
1840 BHNDB_IO_READ(_type, stream_ ## _size) \
1841 BHNDB_IO_WRITE(_type, stream_ ## _size) \
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) \
1855 BHNDB_IO_MISC(_type, *, write_region_stream, _size)