Searched refs:CSRKEY_SPEC (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwcrom.c | 168 if (reg->key == CSRKEY_SPEC && reg->val == spec) in crom_has_specver() 593 crom_add_entry(&unit1, CSRKEY_SPEC, CSRVAL_ANSIT10); in main() 607 crom_add_entry(&unit2, CSRKEY_SPEC, CSRVAL_IETF); in main() 614 crom_add_entry(&unit3, CSRKEY_SPEC, CSRVAL_IETF); in main()
|
H A D | iec13213.h | 82 #define CSRKEY_SPEC 0x12 /* Specifier_ID */ macro
|
H A D | if_fwip.c | 443 crom_add_entry(&fwip->unit4, CSRKEY_SPEC, CSRVAL_IETF); in fwip_post_busreset() 451 crom_add_entry(&fwip->unit6, CSRKEY_SPEC, CSRVAL_IETF); in fwip_post_busreset()
|
H A D | sbp_targ.c | 329 crom_add_entry(unit, CSRKEY_SPEC, CSRVAL_ANSIT10); in sbp_targ_post_busreset()
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_crom.c | 137 crom_add_entry(&sc->unit, CSRKEY_SPEC, CSRVAL_VENDOR_PRIVATE); in dcons_crom_post_busreset()
|
/freebsd/usr.sbin/dconschat/ |
H A D | dconschat.c | 291 if (reg->key == CSRKEY_SPEC && in dconschat_get_crom()
|