Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwcrom.c592 crom_add_chunk(&src, &root, &unit1, CROM_UDIR); in main()
606 crom_add_chunk(&src, &root, &unit2, CROM_UDIR); in main()
613 crom_add_chunk(&src, &root, &unit3, CROM_UDIR); in main()
H A Diec13213.h103 #define CROM_UDIR (CSRTYPE_D | CSRKEY_UNIT) /* 0x81 Unit directory */ macro
H A Dif_fwip.c442 crom_add_chunk(src, root, &fwip->unit4, CROM_UDIR); in fwip_post_busreset()
450 crom_add_chunk(src, root, &fwip->unit6, CROM_UDIR); in fwip_post_busreset()
H A Dsbp_targ.c328 crom_add_chunk(src, root, unit, CROM_UDIR); in sbp_targ_post_busreset()
/freebsd/sys/dev/dcons/
H A Ddcons_crom.c136 crom_add_chunk(src, root, &sc->unit, CROM_UDIR); in dcons_crom_post_busreset()