/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | qcom,sdm660-venus.yaml | 113 reg = <0x0cc00000 0xff000>; 119 interconnects = <&gnoc 0 &mnoc 13>, 123 iommus = <&mmss_smmu 0x400>, 124 <&mmss_smmu 0x401>, 125 <&mmss_smmu 0x40a>, 126 <&mmss_smmu 0x407>, 127 <&mmss_smmu 0x40e>, 128 <&mmss_smmu 0x40f>, 129 <&mmss_smmu 0x408>, 130 <&mmss_smmu 0x409>, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | qcom,qcm2290-mdss.yaml | 49 "^display-controller@[0-9a-f]+$": 57 "^dsi@[0-9a-f]+$": 67 "^phy@[0-9a-f]+$": 93 reg = <0x05e00000 0x1000>; 110 iommus = <&apps_smmu 0x420 0x2>, 111 <&apps_smmu 0x421 0x [all...] |
H A D | qcom,sm6115-mdss.yaml | 43 "^display-controller@[0-9a-f]+$": 51 "^dsi@[0-9a-f]+$": 65 "^phy@[0-9a-f]+$": 90 reg = <0x05e00000 0x1000>; 101 iommus = <&apps_smmu 0x420 0x2>, 102 <&apps_smmu 0x421 0x [all...] |
H A D | dpu-qcm2290.yaml | 74 "^display-controller@[0-9a-f]+$": 129 port@0: 134 - port@0 171 reg = <0x05e00000 0x1000>; 186 iommus = <&apps_smmu 0x420 0x2>, 187 <&apps_smmu 0x421 0x0>; 192 reg = <0x05e01000 0x8f000>, 193 <0x05eb0000 0x2008>; 207 interrupts = <0>; 211 #size-cells = <0>; [all …]
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwireg.h | 45 #define BWI_FLAGS 0xf18 46 #define BWI_FLAGS_INTR_MASK __BITS(5, 0) 48 #define BWI_IMSTATE 0xf90 52 #define BWI_INTRVEC 0xf94 54 #define BWI_STATE_LO 0xf98 55 #define BWI_STATE_LO_RESET __BIT(0) 60 #define BWI_STATE_LO_FLAG_PHYCLKEN __BIT(0) 65 #define BWI_STATE_HI 0xf9c 66 #define BWI_STATE_HI_SERROR __BIT(0) 68 #define BWI_STATE_HI_FLAG_MAGIC1 0x1 [all …]
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc_reg.h | 37 #define DC_CMD_GENERAL_INCR_SYNCPT 0x000 38 #define DC_CMD_GENERAL_INCR_SYNCPT_CNTRL 0x001 40 #define SYNCPT_CNTRL_SOFT_RESET (1 << 0) 42 #define DC_CMD_GENERAL_INCR_SYNCPT_ERROR 0x002 43 #define DC_CMD_WIN_A_INCR_SYNCPT 0x008 44 #define DC_CMD_WIN_A_INCR_SYNCPT_CNTRL 0x009 45 #define DC_CMD_WIN_A_INCR_SYNCPT_ERROR 0x00a 46 #define DC_CMD_WIN_B_INCR_SYNCPT 0x010 47 #define DC_CMD_WIN_B_INCR_SYNCPT_CNTRL 0x011 48 #define DC_CMD_WIN_B_INCR_SYNCPT_ERROR 0x012 [all …]
|
/freebsd/sys/dev/rtwn/rtl8821a/ |
H A D | r21a_priv.h | 34 { 0x421, 0x0f }, { 0x428, 0x0a }, { 0x429, 0x10 }, { 0x430, 0x00 }, 35 { 0x431, 0x00 }, { 0x432, 0x00 }, { 0x433, 0x01 }, { 0x434, 0x04 }, 36 { 0x435, 0x05 }, { 0x436, 0x07 }, { 0x437, 0x08 }, { 0x43c, 0x04 }, 37 { 0x43d, 0x05 }, { 0x43e, 0x07 }, { 0x43f, 0x08 }, { 0x440, 0x5d }, 38 { 0x441, 0x01 }, { 0x442, 0x00 }, { 0x444, 0x10 }, { 0x445, 0x00 }, 39 { 0x446, 0x00 }, { 0x447, 0x00 }, { 0x448, 0x00 }, { 0x449, 0xf0 }, 40 { 0x44a, 0x0f }, { 0x44b, 0x3e }, { 0x44c, 0x10 }, { 0x44d, 0x00 }, 41 { 0x44e, 0x00 }, { 0x44f, 0x00 }, { 0x450, 0x00 }, { 0x451, 0xf0 }, 42 { 0x452, 0x0f }, { 0x453, 0x00 }, { 0x456, 0x5e }, { 0x460, 0x66 }, 43 { 0x461, 0x66 }, { 0x4c8, 0x3f }, { 0x4c9, 0xff }, { 0x4cc, 0xff }, [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_misc.c | 54 #define Q8_ADDR_UNDEFINED 0xFFFFFFFF 61 Q8_ADDR_UNDEFINED, /* 0x00 */ 62 0x77300000, /* 0x01 */ 63 0x29500000, /* 0x02 */ 64 0x2A500000, /* 0x03 */ 65 Q8_ADDR_UNDEFINED, /* 0x04 */ 66 0x0D000000, /* 0x05 */ 67 0x1B100000, /* 0x06 */ 68 0x0E600000, /* 0x07 */ 69 0x0E000000, /* 0x08 */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 13 def AddrModeNone : AddrMode<0>; 27 field bits<32> SoftFail = 0; 33 let TSFlags{4 - 0} = AM.Value; 37 : CSKYInst<AddrModeNone, 0, outs, ins, asmstr, pattern> { 61 let Inst{25 - 0} = offset; 69 : CSKY32Inst<AddrModeNone, 0x33, outs, ins, asm, pattern> { 74 let Inst{17 - 0} = offset; 80 : CSKY32Inst<AddrModeNone, 0x3b, 88 let Inst{15 - 0} = imm16; [all …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8723d_table.c | 10 0x020, 0x00000013, 11 0x02F, 0x00000010, 12 0x077, 0x00000007, 13 0x421, 0x0000000F, 14 0x428, 0x0000000A, 15 0x429, 0x00000010, 16 0x430, 0x00000000, 17 0x431, 0x00000000, 18 0x432, 0x00000000, 19 0x433, 0x00000001, [all …]
|
H A D | rtw8821c_table.c | 10 0x010, 0x00000043, 11 0x025, 0x0000001D, 12 0x026, 0x000000CE, 13 0x04F, 0x00000001, 14 0x029, 0x000000F [all...] |
H A D | rtw8822b_table.c | 10 0x029, 0x000000F9, 11 0x420, 0x00000080, 12 0x421, 0x0000001F, 13 0x428, 0x0000000A, 14 0x429, 0x00000010, 15 0x430, 0x00000000, 16 0x431, 0x00000000, 17 0x432, 0x00000000, 18 0x433, 0x00000001, 19 0x434, 0x00000004, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | qcm2290.dtsi | 31 #clock-cells = <0>; 37 #clock-cells = <0>; 43 #size-cells = <0>; 45 CPU0: cpu@0 { 48 reg = <0x0 0x0>; 49 clocks = <&cpufreq_hw 0>; 54 qcom,freq-domain = <&cpufreq_hw 0>; 67 reg = <0x0 0x1>; 68 clocks = <&cpufreq_hw 0>; 73 qcom,freq-domain = <&cpufreq_hw 0>; [all …]
|
H A D | sdm630.dtsi | 35 #clock-cells = <0>; 42 #clock-cells = <0>; 50 #size-cells = <0>; 55 reg = <0x0 0x100>; 75 reg = <0x0 0x101>; 90 reg = <0x0 0x102>; 105 reg = <0x0 0x103>; 117 CPU4: cpu@0 { 120 reg = <0x0 0x0>; 140 reg = <0x0 0x1>; [all …]
|
H A D | sm6115.dtsi | 30 #clock-cells = <0>; 35 #clock-cells = <0>; 41 #size-cells = <0>; 43 CPU0: cpu@0 { 46 reg = <0x0 0x0>; 47 clocks = <&cpufreq_hw 0>; 52 qcom,freq-domain = <&cpufreq_hw 0>; 65 reg = <0x0 0x1>; 66 clocks = <&cpufreq_hw 0>; 71 qcom,freq-domain = <&cpufreq_hw 0>; [all …]
|
H A D | msm8998.dtsi | 16 qcom,msm-id = <292 0x0>; 26 reg = <0x0 0x80000000 0x0 0x0>; 35 reg = <0x0 0x85800000 0x0 0x600000>; 40 reg = <0x0 0x85e00000 0x0 0x100000>; 45 reg = <0x0 0x86000000 0x0 0x200000>; 50 reg = <0x0 0x86200000 0x0 0x2d00000>; 56 reg = <0x0 0x88f00000 0x0 0x200000>; 64 reg = <0x0 0x8ab00000 0x0 0x700000>; 69 reg = <0x0 0x8b200000 0x0 0x1a00000>; 74 reg = <0x0 0x8cc00000 0x0 0x7000000>; [all …]
|
/freebsd/contrib/netbsd-tests/sbin/gpt/ |
H A D | gpt.backup | 12 <integer>0x10000</integer> 20 <integer>0x0</integer> 22 <integer>0x421</integer> 28 <integer>0x22</integer> 34 <integer>0x0</integer> 36 <integer>0x27df</integer> 42 <integer>0x422</integer> 48 <integer>0x0</integer> 50 <integer>0x0</integer> 56 <integer>0x0</integer> [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.h | 33 #define MASKBYTE0 0xff 34 #define MASKBYTE1 0xff00 35 #define MASKBYTE2 0xff0000 36 #define MASKBYTE3 0xff000000 37 #define MASKBYTE4 0xff00000000ULL 38 #define MASKHWORD 0xffff0000 39 #define MASKLWORD 0x0000ffff 40 #define MASKDWORD 0xffffffff 41 #define RFREG_MASK 0xfffff 42 #define INV_RF_DATA 0xfffffff [all...] |
/freebsd/crypto/heimdal/lib/wind/ |
H A D | map_table.c | 8 {0x0, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 9 {0x1, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 10 {0x2, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 11 {0x3, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 12 {0x4, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 13 {0x5, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 14 {0x6, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 15 {0x7, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 16 {0x9, 1, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to SPACE */ 17 {0xa, 1, 1, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to SPACE */ [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 71 * * 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 …]
|