Home
last modified time | relevance | path

Searched refs:d (Results 1 – 21 of 21) sorted by relevance

/hal_microchip-latest/include/dt-bindings/pinctrl/
Dpic32cx1025sg41128-pinctrl.h26 SAM_PINMUX(a, 0, d, periph)
42 SAM_PINMUX(a, 1, d, periph)
110 SAM_PINMUX(a, 4, d, periph)
142 SAM_PINMUX(a, 5, d, periph)
178 SAM_PINMUX(a, 6, d, periph)
214 SAM_PINMUX(a, 7, d, periph)
254 SAM_PINMUX(a, 8, d, periph)
310 SAM_PINMUX(a, 9, d, periph)
362 SAM_PINMUX(a, 10, d, periph)
418 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg60128-pinctrl.h26 SAM_PINMUX(a, 0, d, periph)
42 SAM_PINMUX(a, 1, d, periph)
110 SAM_PINMUX(a, 4, d, periph)
142 SAM_PINMUX(a, 5, d, periph)
178 SAM_PINMUX(a, 6, d, periph)
214 SAM_PINMUX(a, 7, d, periph)
254 SAM_PINMUX(a, 8, d, periph)
310 SAM_PINMUX(a, 9, d, periph)
362 SAM_PINMUX(a, 10, d, periph)
418 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg61128-pinctrl.h26 SAM_PINMUX(a, 0, d, periph)
42 SAM_PINMUX(a, 1, d, periph)
110 SAM_PINMUX(a, 4, d, periph)
142 SAM_PINMUX(a, 5, d, periph)
178 SAM_PINMUX(a, 6, d, periph)
214 SAM_PINMUX(a, 7, d, periph)
254 SAM_PINMUX(a, 8, d, periph)
310 SAM_PINMUX(a, 9, d, periph)
362 SAM_PINMUX(a, 10, d, periph)
418 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg41100-pinctrl.h19 SAM_PINMUX(a, 0, d, periph)
35 SAM_PINMUX(a, 1, d, periph)
103 SAM_PINMUX(a, 4, d, periph)
135 SAM_PINMUX(a, 5, d, periph)
171 SAM_PINMUX(a, 6, d, periph)
207 SAM_PINMUX(a, 7, d, periph)
247 SAM_PINMUX(a, 8, d, periph)
303 SAM_PINMUX(a, 9, d, periph)
355 SAM_PINMUX(a, 10, d, periph)
411 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg60100-pinctrl.h19 SAM_PINMUX(a, 0, d, periph)
35 SAM_PINMUX(a, 1, d, periph)
103 SAM_PINMUX(a, 4, d, periph)
135 SAM_PINMUX(a, 5, d, periph)
171 SAM_PINMUX(a, 6, d, periph)
207 SAM_PINMUX(a, 7, d, periph)
247 SAM_PINMUX(a, 8, d, periph)
303 SAM_PINMUX(a, 9, d, periph)
355 SAM_PINMUX(a, 10, d, periph)
411 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg61100-pinctrl.h19 SAM_PINMUX(a, 0, d, periph)
35 SAM_PINMUX(a, 1, d, periph)
103 SAM_PINMUX(a, 4, d, periph)
135 SAM_PINMUX(a, 5, d, periph)
171 SAM_PINMUX(a, 6, d, periph)
207 SAM_PINMUX(a, 7, d, periph)
247 SAM_PINMUX(a, 8, d, periph)
303 SAM_PINMUX(a, 9, d, periph)
355 SAM_PINMUX(a, 10, d, periph)
411 SAM_PINMUX(a, 11, d, periph)
[all …]
Dpic32cx1025sg41064-pinctrl.h19 SAM_PINMUX(a, 0, d, periph)
35 SAM_PINMUX(a, 1, d, periph)
103 SAM_PINMUX(a, 4, d, periph)
135 SAM_PINMUX(a, 5, d, periph)
171 SAM_PINMUX(a, 6, d, periph)
207 SAM_PINMUX(a, 7, d, periph)
247 SAM_PINMUX(a, 8, d, periph)
303 SAM_PINMUX(a, 9, d, periph)
355 SAM_PINMUX(a, 10, d, periph)
411 SAM_PINMUX(a, 11, d, periph)
[all …]
/hal_microchip-latest/mec5/drivers/
Dmec_defs.h62 #define MEC_BIT_SET(d, pos) ((d) |= BIT(pos)) argument
66 #define MEC_BIT_CLR(d, pos) ((d) &= ~BIT(pos)) argument
128 #define MEC_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
Dmec_qspi.c880 uint32_t d = ifm; in descr_ldma_init() local
883 d |= (((uint32_t)MEC_QSPI_DESCR_TXEN_EN << MEC_QSPI_DESCR_TXEN_Pos) in descr_ldma_init()
888 d |= (((uint32_t)MEC_QSPI_DESCR_RXEN_EN << MEC_QSPI_DESCR_RXEN_Pos) in descr_ldma_init()
891 return d; in descr_ldma_init()
Dmec_espi_vw.c126 uint32_t d, m; in mec_hal_espi_vw_ct_from_girq_pos() local
133 d = girq_pos / 4u; in mec_hal_espi_vw_ct_from_girq_pos()
135 d += 7u; in mec_hal_espi_vw_ct_from_girq_pos()
137 *ctidx = (uint8_t)d; in mec_hal_espi_vw_ct_from_girq_pos()
/hal_microchip-latest/mec/common/
Dregaccess.h40 #define MMCR_WR32(a, d) *((volatile uint32_t *)(uintptr_t)(a)) = (uint32_t)(d) argument
48 #define REG32W(a, d) *((volatile uint32_t *)(uintptr_t)(a)) = (uint32_t)(d) argument
52 #define REG32R(a, d) (d) = *(volatile uint32_t *)(uintptr_t)(a) argument
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr_debug.h107 uint32_t d
125 uint64_t d
Dmss_ddr_debug.c129 void uprint32(mss_uart_instance_t * uart, const char* msg, uint32_t d) in uprint32() argument
134 dumpbyte(uart, (d >> (8*(3-i))) & 0xffu); in uprint32()
145 void uprint64(mss_uart_instance_t * uart, const char* msg, uint64_t d) in uprint64() argument
150 dumpbyte(uart, (d >> (8*(3-i))) & 0xffu); in uprint64()
154 dumpbyte(uart, (d >> (8*(3-i))) & 0xffu); in uprint64()
Dmss_ddr.c924 for (uint32_t d=0;d< \ in ddr_setup() local
925 LIBERO_SETTING_TIP_CONFIG_PARAMS_BCLK_VCOPHS_OFFSET;d++) in ddr_setup()
/hal_microchip-latest/pinconfigs/
DREADME.md79 - [d, sercom4, pad0]
89 - [d, sercom4, pad1]
100 - [d, sercom0, pad0]
110 - [d, sercom0, pad1]
121 - [d, sercom0, pad2]
173 - [d, sercom0, pad1]
183 - at position `d` the signal `pad1` can be defined for `sercom0`
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/
Dmpfs-ddr-e51.ld174 *(.data .data.* .gnu.linkonce.d.*)
/hal_microchip-latest/mpfs/platform_config_reference/linker/
Dmpfs-ddr-loaded-by-boot-loader.ld166 *(.data .data.* .gnu.linkonce.d.*)
Dmpfs-lim.ld223 *(.data .data.* .gnu.linkonce.d.*)
Dmpfs-envm.ld252 *(.data .data.* .gnu.linkonce.d.*)
Dmpfs-lim-lma-scratchpad-vma.ld219 *(.data .data.* .gnu.linkonce.d.*)
Dmpfs-envm-lma-scratchpad-vma.ld229 *(.data .data.* .gnu.linkonce.d.*)