| H A D | bus.h | 339 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) argument 340 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) argument 341 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) argument 342 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) argument 347 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t), (h), (o)) argument 394 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) argument 395 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) argument 396 #define bus_space_write_4(t, h, o, v) __bs_ws(4,(t),(h),(o),(v)) argument 397 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) argument 485 #define bus_space_poke_1(t, h, o, v) __bs_poke(1, (t), (h), (o), (v)) argument [all …]
|