Lines Matching defs:offset
54 bus_space_handle_t handle, bus_size_t offset) in ioat_bus_space_read_8_lower_first()
62 bus_space_handle_t handle, bus_size_t offset, uint64_t val) in ioat_bus_space_write_8_lower_first()
72 #define ioat_bus_space_read_8(tag, handle, offset) \ argument
74 #define ioat_bus_space_write_8(tag, handle, offset, val) \ argument
78 #define ioat_read_1(ioat, offset) \ argument
82 #define ioat_read_2(ioat, offset) \ argument
86 #define ioat_read_4(ioat, offset) \ argument
90 #define ioat_read_8(ioat, offset) \ argument
94 #define ioat_read_double_4(ioat, offset) \ argument
98 #define ioat_write_1(ioat, offset, value) \ argument
102 #define ioat_write_2(ioat, offset, value) \ argument
106 #define ioat_write_4(ioat, offset, value) \ argument
110 #define ioat_write_8(ioat, offset, value) \ argument
114 #define ioat_write_double_4(ioat, offset, value) \ argument