Home | History | Annotate | Download | only in obs405

Lines Matching defs:bst

82 	bus_space_tag_t bst = pa->pa_memt;
84 return rbus_new_root_delegate(bst, bst->pbs_base,
85 bst->pbs_limit - bst->pbs_base, 0);
91 bus_space_tag_t bst = pa->pa_iot;
93 return rbus_new_root_delegate(bst, bst->pbs_base,
94 bst->pbs_limit - bst->pbs_base, 0);