Home
last modified time | relevance | path

Searched +full:0 +full:xf0000 (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/dts/common/nordic/
Dnrf54l10.dtsi10 reg = <0x20000000 DT_SIZE_K(144)>;
11 ranges = <0x0 0x20000000 DT_SIZE_K(144)>;
19 reg = <0x20024000 DT_SIZE_K(48)>;
22 ranges = <0x0 0x20024000 DT_SIZE_K(48)>;
28 reg = <0x0 DT_SIZE_K(960)>;
35 reg = <0xf0000 DT_SIZE_K(62)>;
/Zephyr-latest/dts/common/espressif/
Dpartitions_0x0_default_2M.dtsi14 boot_partition: partition@0 {
16 reg = <0x0 DT_SIZE_K(64)>;
20 label = "image-0";
21 reg = <0x20000 DT_SIZE_K(832)>;
26 reg = <0xF0000 DT_SIZE_K(832)>;
31 reg = <0x1C0000 DT_SIZE_K(128)>;
36 reg = <0x1E0000 DT_SIZE_K(64)>;
41 reg = <0x1F0000 DT_SIZE_K(4)>;
Dpartitions_0x1000_default_2M.dtsi16 reg = <0x1000 DT_SIZE_K(60)>;
20 label = "image-0";
21 reg = <0x20000 DT_SIZE_K(832)>;
26 reg = <0xF0000 DT_SIZE_K(832)>;
31 reg = <0x1C0000 DT_SIZE_K(128)>;
36 reg = <0x1E0000 DT_SIZE_K(64)>;
41 reg = <0x1F0000 DT_SIZE_K(4)>;
Dpartitions_0x0_amp_2M.dtsi14 boot_partition: partition@0 {
16 reg = <0x0 DT_SIZE_K(64)>;
20 label = "image-0";
21 reg = <0x20000 DT_SIZE_K(576)>;
25 label = "image-0-appcpu";
26 reg = <0xB0000 DT_SIZE_K(256)>;
31 reg = <0xF0000 DT_SIZE_K(576)>;
36 reg = <0x1a0000 DT_SIZE_K(256)>;
41 reg = <0x1C0000 DT_SIZE_K(128)>;
46 reg = <0x1E0000 DT_SIZE_K(64)>;
[all …]
Dpartitions_0x1000_amp_2M.dtsi16 reg = <0x1000 DT_SIZE_K(60)>;
20 label = "image-0";
21 reg = <0x20000 DT_SIZE_K(576)>;
25 label = "image-0-appcpu";
26 reg = <0xB0000 DT_SIZE_K(256)>;
31 reg = <0xF0000 DT_SIZE_K(576)>;
36 reg = <0x180000 DT_SIZE_K(256)>;
41 reg = <0x1C0000 DT_SIZE_K(128)>;
46 reg = <0x1E0000 DT_SIZE_K(64)>;
51 reg = <0x1F0000 DT_SIZE_K(4)>;
/Zephyr-latest/dts/bindings/mtd/
Datmel,sam-flash.yaml35 reg = <0x400e0a00 0x200>;
45 reg = <0x400000 0x100000>;
69 boot_partition: partition@0 {
71 reg = <0x0 0x10000>;
76 reg = <0x10000 0x70000>;
81 reg = <0x80000 0x70000>;
86 reg = <0xf0000 0x100000>;
/Zephyr-latest/boards/telink/tlsr9518adk80d/
Dtlsr9518adk80d.dts25 pwm-0 = &pwm0;
56 pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
87 reg = <0x00000000 0x00020000>;
91 reg = <0x00080000 0x00020000>;
95 reg = <0x20000000 0x100000>;
102 boot_partition: partition@0 {
104 reg = <0x00000000 0x10000>;
107 label = "image-0";
108 reg = <0x10000 0x70000>;
112 reg = <0x80000 0x70000>;
[all …]
/Zephyr-latest/drivers/ethernet/
Deth_smsc911x.c63 while ((SMSC9220->MAC_CSR_CMD & MAC_CSR_CMD_BUSY) != 0) { in smsc_mac_regread()
68 return 0; in smsc_mac_regread()
79 while ((SMSC9220->MAC_CSR_CMD & MAC_CSR_CMD_BUSY) != 0) { in smsc_mac_regwrite()
82 return 0; in smsc_mac_regwrite()
87 uint32_t val = 0U; in smsc_phy_regread()
88 uint32_t phycmd = 0U; in smsc_phy_regread()
91 if (smsc_mac_regread(SMSC9220_MAC_MII_ACC, &val) < 0) { in smsc_phy_regread()
96 *data = 0U; in smsc_phy_regread()
100 phycmd = 0U; in smsc_phy_regread()
102 phycmd |= (regoffset & 0x1F) << 6; in smsc_phy_regread()
[all …]
/Zephyr-latest/doc/develop/flash_debug/
Dhost-tools.rst25 introduced in Zephyr SDK 0.12.0.
92 start from offset 0. It is necessary to define the partitions with sizes that
111 boot_partition: partition@0 {
113 reg = <0x00000000 0x2000>;
119 reg = <0x2000 0x3a000>;
130 reg = <0x0003c000 0x00004000>;
152 code_partition: partition@0 {
154 reg = <0x0 0xF0000>;
165 reg = <0x000F0000 0x00100000>;
/Zephyr-latest/drivers/espi/
Despi_npcx.c55 #if DT_NODE_HAS_PROP(DT_DRV_INST(0), vw_index_extend_set)
71 DT_FOREACH_PROP_ELEM(DT_DRV_INST(0), vw_index_extend_set, ESPI_NPCX_VW_EX_INFO)
80 #define NPCX_ESPI_CH_PC 0
88 #define NPCX_ESPI_MAXFREQ_20 0
99 #define NPCX_OOB_RX_PACKAGE_LEN(hdr) (((hdr & 0xff000000) >> 24) | \
100 ((hdr & 0xf0000) >> 8))
103 #define NPCX_ESPI_FLASH_MAX_RX_PAYLOAD DT_INST_PROP(0, rx_plsize)
104 #define NPCX_ESPI_FLASH_MAX_TX_PAYLOAD DT_INST_PROP(0, tx_plsize)
107 #define ESPI_FLASH_READ_CYCLE_TYPE 0x00
108 #define ESPI_FLASH_WRITE_CYCLE_TYPE 0x01
[all …]