Home
last modified time | relevance | path

Searched +full:0 +full:xff00000 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Damd,versal2-mdb-host.yaml45 - const: 0
46 - const: 0
47 - const: 0
64 const: 0
96 reg = <0x0 0xed931000 0x0 0x2000>,
97 <0x1000 0x100000 0x0 0xff00000>,
98 <0x1000 0x0 0x0 0x1000>,
99 <0x0 0xed860000 0x0 0x2000>;
101 ranges = <0x2000000 0x00 0xa0000000 0x00 0xa0000000 0x00 0x10000000>,
102 <0x43000000 0x1100 0x00 0x1100 0x00 0x00 0x1000000>;
[all …]
/freebsd/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c64 family = (signature & 0xf00) >> 8; in format_signature()
65 model = (signature & 0xf0) >> 4; in format_signature()
66 stepping = signature & 0xf; in format_signature()
67 if (family == 0x06 || family == 0x0f) in format_signature()
68 model += (signature & 0xf0000) >> 12; in format_signature()
69 if (family == 0x0f) in format_signature()
70 family += (signature & 0xff00000) >> 20; in format_signature()
88 hdr->date & 0xffff, (hdr->date & 0xff000000) >> 24, in dump_header()
89 (hdr->date & 0xff0000) >> 16); in dump_header()
95 for (i = 0; i < 8; i++) { in dump_header()
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h71 * * 0x0-0xFFF8 - The function ID
72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors
73 * * 0xFFFD - Reserved for user-space HWRM interface
74 * * 0xFFFF - HWRM
104 #define CMD_DISCR_TLV_ENCAP UINT32_C(0x8000)
109 #define TLV_TYPE_HWRM_REQUEST UINT32_C(0x1)
111 #define TLV_TYPE_HWRM_RESPONSE UINT32_C(0x2)
113 #define TLV_TYPE_ROCE_SP_COMMAND UINT32_C(0x3)
115 #define TLV_TYPE_QUERY_ROCE_CC_GEN1 UINT32_C(0x4)
117 #define TLV_TYPE_MODIFY_ROCE_CC_GEN1 UINT32_C(0x5)
[all …]