HomeSort by: relevance | last modified time | path
    Searched defs:io_bs_tag (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbppc/ev64260/
autoconf.c 165 prop_data_t prot, io_bs_tag, mem_bs_tag, pc; local in function:device_register
182 io_bs_tag = prop_data_create_data_nocopy(
184 KASSERT(io_bs_tag != NULL);
185 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
186 prop_object_release(io_bs_tag);
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 543 prop_data_t io_bs_tag, mem_bs_tag, pc; local in function:marvell_device_register
562 io_bs_tag = prop_data_create_data_nocopy(
564 KASSERT(io_bs_tag != NULL);
565 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
566 prop_object_release(io_bs_tag);
648 prop_data_t io_bs_tag, mem_bs_tag, pc; local in function:marvell_device_register
733 struct bus_space *io_bs_tag; member in struct:marvell_device_register::__anon672a15eb0208
791 mvpex_io_bs_tag = mvpex_tags[i].io_bs_tag;
807 io_bs_tag = prop_data_create_data_nocopy(
809 KASSERT(io_bs_tag != NULL)
    [all...]
  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 282 prop_data_t prot, io_bs_tag, mem_bs_tag, pc; local in function:ofw_device_register
307 io_bs_tag = prop_data_create_data_nocopy(
309 KASSERT(io_bs_tag != NULL);
310 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
311 prop_object_release(io_bs_tag);
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 512 prop_data_t io_bs_tag, mem_bs_tag, pc; local in function:axp_device_register
563 io_bs_tag = prop_data_create_data_nocopy(
565 KASSERT(io_bs_tag != NULL);
566 prop_dictionary_set(dict, "io-bus-tag", io_bs_tag);
567 prop_object_release(io_bs_tag);

Completed in 30 milliseconds