Searched +full:0 +full:x45080 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | qcom,qdu1000-rpmh.yaml | 61 reg = <0x1640000 0x45080>; 66 clk_virt: interconnect-0 {
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | qdu1000.dtsi | 28 #clock-cells = <0>; 34 #clock-cells = <0>; 40 #size-cells = <0>; 42 cpu0: cpu@0 { 45 reg = <0x0 0x0>; 46 clocks = <&cpufreq_hw 0>; 50 qcom,freq-domain = <&cpufreq_hw 0>; 68 reg = <0x0 0x100>; 69 clocks = <&cpufreq_hw 0>; 73 qcom,freq-domain = <&cpufreq_hw 0>; [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/dev/cxgbe/common/ |
| H A D | t4_hw.c | 45 } while (0) 59 * at the time it indicated completion is stored there. Returns 0 if the 71 return 0; in t4_wait_op_done_val() 73 if (--attempts == 0) in t4_wait_op_done_val() 98 * and stores the value in @valp if it is not NULL. Returns 0 if the 111 return 0; in t7_wait_sram_done() 114 if (--attempts == 0) in t7_wait_sram_done() 213 * Reset F_ENABLE to 0 so reads of PCIE_CFG_SPACE_DATA won't cause a in t4_hw_pci_read_cfg4() 215 * F_ENABLE is 0 so a simple register write is easier than a in t4_hw_pci_read_cfg4() 218 t4_write_reg(adap, A_PCIE_CFG_SPACE_REQ, 0); in t4_hw_pci_read_cfg4() [all …]
|
| H A D | t4_regs.h | 34 /* Directory name: t7_sw_reg.txt, Changeset: 5946:0b60ff298e7d */ 36 #define MYPF_BASE 0x1b000 39 #define PF0_BASE 0x1e000 42 #define PF1_BASE 0x1e400 45 #define PF2_BASE 0x1e800 48 #define PF3_BASE 0x1ec00 51 #define PF4_BASE 0x1f000 54 #define PF5_BASE 0x1f400 57 #define PF6_BASE 0x1f800 60 #define PF7_BASE 0x1fc00 [all …]
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | reg_defs_t5.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 …]
|