Searched +full:0 +full:x31080 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,sm8450-rpmh.yaml | 83 - description: aggre-NOC PCIe 0 AXI clock 109 interconnect-0 { 117 reg = <0x01700000 0x31080>;
|
/freebsd/sys/dev/ti/ |
H A D | ti_fw.h | 5 static int tigonFwReleaseMajor = 0xc; 6 static int tigonFwReleaseMinor = 0x4; 7 static int tigonFwReleaseFix = 0xb; 8 static u_int32_t tigonFwStartAddr = 0x00004000; 9 static u_int32_t tigonFwTextAddr = 0x00004000; 10 static int tigonFwTextLen = 0x11140; 11 static u_int32_t tigonFwRodataAddr = 0x00015140; 12 static int tigonFwRodataLen = 0xac0; 13 static u_int32_t tigonFwDataAddr = 0x00015c20; 14 static int tigonFwDataLen = 0x170; [all …]
|
H A D | ti_fw2.h | 6 static int tigon2FwReleaseMajor = 0xc; 7 static int tigon2FwReleaseMinor = 0x4; 8 static int tigon2FwReleaseFix = 0xb; 9 static u_int32_t tigon2FwStartAddr = 0x00004000; 10 static u_int32_t tigon2FwTextAddr = 0x00004000; 11 int tigon2FwTextLen = 0x132f8; 12 static u_int32_t tigon2FwRodataAddr = 0x000172f8; 13 int tigon2FwRodataLen = 0x10da; 14 static u_int32_t tigon2FwDataAddr = 0x000185c0; 15 int tigon2FwDataLen = 0x17c; [all …]
|
/freebsd/sys/dev/bce/ |
H A D | if_bcefw.h | 40 int bce_COM_b06FwReleaseMajor = 0x6; 41 int bce_COM_b06FwReleaseMinor = 0x0; 42 int bce_COM_b06FwReleaseFix = 0xf; 43 u32 bce_COM_b06FwStartAddr = 0x08000118; 44 u32 bce_COM_b06FwTextAddr = 0x08000000; 45 int bce_COM_b06FwTextLen = 0x4a68; 46 u32 bce_COM_b06FwDataAddr = 0x00000000; 47 int bce_COM_b06FwDataLen = 0x0; 48 u32 bce_COM_b06FwRodataAddr = 0x08004a68; 49 int bce_COM_b06FwRodataLen = 0x14; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8450.dtsi | 39 #clock-cells = <0>; 45 #clock-cells = <0>; 52 #size-cells = <0>; 54 CPU0: cpu@0 { 57 reg = <0x0 0x0>; 62 qcom,freq-domain = <&cpufreq_hw 0>; 64 clocks = <&cpufreq_hw 0>; 81 reg = <0x0 0x10 [all...] |
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 46 } while (0) 60 * at the time it indicated completion is stored there. Returns 0 if the 72 return 0; in t4_wait_op_done_val() 74 if (--attempts == 0) in t4_wait_op_done_val() 179 * Reset F_ENABLE to 0 so reads of PCIE_CFG_SPACE_DATA won't cause a in t4_hw_pci_read_cfg4() 181 * F_ENABLE is 0 so a simple register write is easier than a in t4_hw_pci_read_cfg4() 184 t4_write_reg(adap, A_PCIE_CFG_SPACE_REQ, 0); in t4_hw_pci_read_cfg4() 213 CH_ERR(adap, "firmware reports adapter error: %s (0x%08x)\n", in t4_report_fw_error() 291 t4_set_reg_field(sc, port_ctl_reg, F_PORTTXEN, 0); in check_tx_state() 298 #define X_CIM_PF_NOACCESS 0xeeeeeeee [all …]
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | reg_defs_t6.c | 5 { "SGE_PF_KDOORBELL", 0x1e000, 0 }, 9 { "PIDX", 0, 13 }, 10 { "SGE_PF_GTS", 0x1e004, 0 }, 14 { "CIDXInc", 0, 12 }, 15 { "SGE_PF_KTIMESTAMP_LO", 0x1e008, 0 }, 16 { "SGE_PF_KTIMESTAMP_HI", 0x1e00c, 0 }, 17 { "SGE_PF_KDOORBELL", 0x1e400, 0 }, 21 { "PIDX", 0, 13 }, 22 { "SGE_PF_GTS", 0x1e404, 0 }, 26 { "CIDXInc", 0, 12 }, [all …]
|