Lines Matching refs:regno
254 #define hdsp_read_1(sc, regno) \ argument
255 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
256 #define hdsp_read_2(sc, regno) \ argument
257 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
258 #define hdsp_read_4(sc, regno) \ argument
259 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
261 #define hdsp_write_1(sc, regno, data) \ argument
262 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
263 #define hdsp_write_2(sc, regno, data) \ argument
264 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
265 #define hdsp_write_4(sc, regno, data) \ argument
266 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))