Home
last modified time | relevance | path

Searched refs:bustag (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c175 bus_space_tag_t bustag; in xlp_simplebus_alloc_resource() local
183 bustag = NULL; in xlp_simplebus_alloc_resource()
223 bustag = rmi_bus_space; in xlp_simplebus_alloc_resource()
228 bustag = rmi_bus_space; in xlp_simplebus_alloc_resource()
231 bustag = rmi_uart_bus_space; in xlp_simplebus_alloc_resource()
234 bustag = rmi_bus_space; in xlp_simplebus_alloc_resource()
254 if (bustag != NULL) in xlp_simplebus_alloc_resource()
255 rman_set_bustag(rv, bustag); in xlp_simplebus_alloc_resource()