Searched refs:CROM_UDIR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwcrom.c | 592 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 D | iec13213.h | 103 #define CROM_UDIR (CSRTYPE_D | CSRKEY_UNIT) /* 0x81 Unit directory */ macro
|
H A D | if_fwip.c | 442 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 D | sbp_targ.c | 328 crom_add_chunk(src, root, unit, CROM_UDIR); in sbp_targ_post_busreset()
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_crom.c | 136 crom_add_chunk(src, root, &sc->unit, CROM_UDIR); in dcons_crom_post_busreset()
|