Searched +full:0 +full:x12010 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | marvell,armada-3700-uart-clock.yaml | 55 reg = <0x12010 0x4>, <0x12210 0x4>; 56 clocks = <&tbg 0>, <&tbg 1>, <&tbg 2>, <&tbg 3>, <&xtalclk>;
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 71 .clkdef.parent_cnt = 0, \ 82 .clkdef.parent_cnt = 0, \ 207 F_FEPLL(GCC_FEPLL_VCO, "gcc_fepll_vco", "xo", 0x2f020, 16, 8, 24, 5), 208 F_FEPLL(GCC_APSS_DDRPLL_VCO, "gcc_apps_ddrpll_vco", "xo", 0x2e020, 219 { 384000000, "gcc_apps_ddrpll_vco", 0xd, 0, 0 }, 220 { 413000000, "gcc_apps_ddrpll_vco", 0xc, 0, 0 }, 221 { 448000000, "gcc_apps_ddrpll_vco", 0xb, 0, 0 }, 222 { 488000000, "gcc_apps_ddrpll_vco", 0xa, 0, 0 }, 223 { 512000000, "gcc_apps_ddrpll_vco", 0x9, 0, 0 }, 224 { 537000000, "gcc_apps_ddrpll_vco", 0x8, 0, 0 }, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-37xx.dtsi | 35 reg = <0 0x4000000 0 0x200000>; 40 reg = <0 0x4400000 0 0x1000000>; 47 #size-cells = <0>; 48 cpu0: cpu@0 { 51 reg = <0>; 85 /* 32M internal register @ 0xd000_0000 */ 86 ranges = <0x0 0x0 0xd0000000 0x2000000>; 90 reg = <0x8300 0x40>; 98 reg = <0xd000 0x1000>; 104 #size-cells = <0>; [all …]
|
/freebsd/sys/dev/igc/ |
H A D | igc_regs.h | 11 #define IGC_CTRL 0x00000 /* Device Control - RW */ 12 #define IGC_STATUS 0x00008 /* Device Status - RO */ 13 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ 15 #define IGC_EERD 0x12014 /* EEprom mode read - RW */ 16 #define IGC_EEWR 0x12018 /* EEprom mode write - RW */ 17 #define IGC_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 18 #define IGC_MDIC 0x00020 /* MDI Control - RW */ 19 #define IGC_MDICNFG 0x00E04 /* MDI Config - RW */ 20 #define IGC_FCAL 0x00028 /* Flow Control Address Low - RW */ 21 #define IGC_FCAH 0x0002C /* Flow Control Address High -RW */ [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_regs.h | 38 #define E1000_CTRL 0x00000 /* Device Control - RW */ 39 #define E1000_CTRL_DUP 0x00004 /* Device Control Duplicate (Shadow) - RW */ 40 #define E1000_STATUS 0x00008 /* Device Status - RO */ 41 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ 42 #define E1000_EERD 0x00014 /* EEPROM Read - RW */ 43 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 44 #define E1000_FLA 0x0001C /* Flash Access - RW */ 45 #define E1000_MDIC 0x00020 /* MDI Control - RW */ 46 #define E1000_MDICNFG 0x00E04 /* MDI Config - RW */ 47 #define E1000_REGISTER_SET_SIZE 0x20000 /* CSR Size */ [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 …]
|