Lines Matching refs:t_bus
73 #define SBP2_CSR_BASE(t) t->t_bus->sb_csr_base
74 #define SBP2_CFGROM_ADDR(t) t->t_bus->sb_cfgrom_addr
76 (t)->t_bus->sb_get_iblock_cookie((t)->t_bus_hdl)
77 #define SBP2_GET_NODE_ID(t) (t)->t_bus->sb_get_node_id((t)->t_bus_hdl)
78 #define SBP2_ALLOC_BUF(t, buf) (t)->t_bus->sb_alloc_buf((t)->t_bus_hdl, buf)
79 #define SBP2_FREE_BUF(t, buf) (t)->t_bus->sb_free_buf((t)->t_bus_hdl, buf)
81 (t)->t_bus->sb_sync_buf((t)->t_bus_hdl, buf, offset, length, type)
83 (t)->t_bus->sb_buf_rd_done((t)->t_bus_hdl, buf, reqh, error)
85 (t)->t_bus->sb_buf_wr_done((t)->t_bus_hdl, buf, reqh, error)
87 (t)->t_bus->sb_alloc_cmd((t)->t_bus_hdl, cmdp, f)
89 (t)->t_bus->sb_free_cmd((t)->t_bus_hdl, cmd)
91 (t)->t_bus->sb_rq((t)->t_bus_hdl, cmd, addr, q, berr)
93 (t)->t_bus->sb_rb((t)->t_bus_hdl, cmd, addr, bp, len, berr)
95 (t)->t_bus->sb_wq((t)->t_bus_hdl, cmd, addr, q, berr)
97 (t)->t_bus->sb_wb((t)->t_bus_hdl, cmd, addr, bp, len, berr)