Searched refs:bs_ops (Results 1 – 2 of 2) sorted by relevance
352 iot->bs_ops = com_hpcio_bs_ops; /* structure assignment */ in com_hpcio_iot_init()353 iot->bs_ops.bs_r_1 = com_hpcio_bs_r_1; in com_hpcio_iot_init()354 iot->bs_ops.bs_w_1 = com_hpcio_bs_w_1; in com_hpcio_iot_init()355 iot->bs_ops.bs_wm_1 = com_hpcio_bs_wm_1; in com_hpcio_iot_init()
271 #define __bs_ops(t) (((bus_space_tag_t)(t))->bs_ops)907 struct bus_space_ops bs_ops; member