/hal_microchip-latest/mec5/drivers/ |
D | mec_mailbox.c | 142 int mec_hal_mbox_get_host_to_ec(struct mec_mbox_regs *base, uint8_t *data) in mec_hal_mbox_get_host_to_ec() argument 150 if (data) { in mec_hal_mbox_get_host_to_ec() 151 *data = host_to_ec; in mec_hal_mbox_get_host_to_ec() 157 int mec_hal_mbox_set_host_to_ec(struct mec_mbox_regs *base, uint8_t data) in mec_hal_mbox_set_host_to_ec() argument 163 base->H2EC = data; in mec_hal_mbox_set_host_to_ec() 168 int mec_hal_mbox_get_ec_to_host(struct mec_mbox_regs *base, uint8_t *data) in mec_hal_mbox_get_ec_to_host() argument 176 if (data) { in mec_hal_mbox_get_ec_to_host() 177 *data = ec_to_host; in mec_hal_mbox_get_ec_to_host() 183 int mec_hal_mbox_set_ec_to_host(struct mec_mbox_regs *base, uint8_t data) in mec_hal_mbox_set_ec_to_host() argument 189 base->EC2H = data; in mec_hal_mbox_set_ec_to_host() [all …]
|
D | mec_mailbox_api.h | 48 int mec_hal_mbox_get_host_to_ec(struct mec_mbox_regs *base, uint8_t *data); 49 int mec_hal_mbox_set_host_to_ec(struct mec_mbox_regs *base, uint8_t data); 50 int mec_hal_mbox_get_ec_to_host(struct mec_mbox_regs *base, uint8_t *data); 51 int mec_hal_mbox_set_ec_to_host(struct mec_mbox_regs *base, uint8_t data); 53 int mec_hal_mbox_get(struct mec_mbox_regs *base, uint8_t mbox, uint8_t *data); 54 int mec_hal_mbox_put(struct mec_mbox_regs *base, uint8_t mbox, uint8_t data); 56 int mec_hal_mbox32_get(struct mec_mbox_regs *base, uint8_t mbox, uint32_t *data); 57 int mec_hal_mbox32_put(struct mec_mbox_regs *base, uint8_t mbox, uint32_t data);
|
D | mec_rom.c | 20 typedef uint8_t (*rom_otp_rd8_td)(uint16_t otp_index, uint8_t *data); 21 typedef uint8_t (*rom_otp_wr8_td)(uint16_t otp_index, uint8_t data); 30 int mec_hal_rom_otp_read_byte(uint16_t otp_index, uint8_t *data) in mec_hal_rom_otp_read_byte() argument 35 if (!data) { in mec_hal_rom_otp_read_byte() 39 rval = (*fp)(otp_index, data); in mec_hal_rom_otp_read_byte() 47 int mec_hal_rom_otp_write_byte(uint16_t otp_index, uint8_t data) in mec_hal_rom_otp_write_byte() argument 51 uint8_t rval = (*fp)(otp_index, data); in mec_hal_rom_otp_write_byte()
|
D | mec_vbat.c | 135 int mec_hal_bbram_rd(uint16_t byte_ofs, uint8_t *data, size_t datasz, size_t *nread) in mec_hal_bbram_rd() argument 137 if (!data || (byte_ofs >= MEC_VBAT_MEM_SIZE)) { in mec_hal_bbram_rd() 146 *data++ = MEC_VBATM->VBMEM[idx]; in mec_hal_bbram_rd() 155 int mec_hal_bbram_wr(uint16_t byte_ofs, uint8_t *data, size_t datasz, size_t *nwritten) in mec_hal_bbram_wr() argument 157 if (!data || (byte_ofs >= MEC_VBAT_MEM_SIZE)) { in mec_hal_bbram_wr() 166 MEC_VBATM->VBMEM[idx] = *data++; in mec_hal_bbram_wr()
|
D | mec_acpi_ec_api.h | 64 void mec_hal_acpi_ec_host_to_ec_data_wr32(struct mec_acpi_ec_regs *regs, uint32_t data); 67 uint8_t data); 70 void mec_hal_acpi_ec_e2h_to_ec_data_wr32(struct mec_acpi_ec_regs *regs, uint32_t data); 72 void mec_hal_acpi_ec_e2h_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, uint8_t data);
|
D | mec_acpi_ec.c | 344 void mec_hal_acpi_ec_host_to_ec_data_wr32(struct mec_acpi_ec_regs *regs, uint32_t data) in mec_hal_acpi_ec_host_to_ec_data_wr32() argument 351 regs->AEC_H2E_DATA = data; in mec_hal_acpi_ec_host_to_ec_data_wr32() 367 uint8_t data) in mec_hal_acpi_ec_host_to_ec_data_wr8() argument 376 MEC_MMCR8(addr) = data; in mec_hal_acpi_ec_host_to_ec_data_wr8() 390 void mec_hal_acpi_ec_e2h_to_ec_data_wr32(struct mec_acpi_ec_regs *regs, uint32_t data) in mec_hal_acpi_ec_e2h_to_ec_data_wr32() argument 397 regs->AEC_E2H_DATA = data; in mec_hal_acpi_ec_e2h_to_ec_data_wr32() 412 void mec_hal_acpi_ec_e2h_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, uint8_t data) in mec_hal_acpi_ec_e2h_data_wr8() argument 421 MEC_MMCR8(addr) = data; in mec_hal_acpi_ec_e2h_data_wr8()
|
D | mec_bclink.c | 267 int mec_hal_bcl_get_data(struct mec_bcl_regs *regs, uint8_t *data) in mec_hal_bcl_get_data() argument 275 if (data) { in mec_hal_bcl_get_data() 276 *data = (uint8_t)regs->DATA; in mec_hal_bcl_get_data() 282 int mec_hal_bcl_set_data(struct mec_bcl_regs *regs, uint8_t data) in mec_hal_bcl_set_data() argument 290 regs->DATA = data; in mec_hal_bcl_set_data()
|
D | mec_uart.c | 737 int mec_hal_uart_tx_byte(struct mec_uart_regs *base, uint8_t data) in mec_hal_uart_tx_byte() argument 748 base->TXB = data; in mec_hal_uart_tx_byte() 758 base->TXB = data; in mec_hal_uart_tx_byte() 765 int mec_hal_uart_tx(struct mec_uart_regs * base, const uint8_t *data, size_t datasz) in mec_hal_uart_tx() argument 774 if (!data || !datasz) { in mec_hal_uart_tx() 782 base->TXB = data[n++]; in mec_hal_uart_tx() 798 base->TXB = data[n]; in mec_hal_uart_tx() 807 int mec_hal_uart_rx_byte(struct mec_uart_regs *base, uint8_t *data) in mec_hal_uart_rx_byte() argument 813 if (!info || !data) { in mec_hal_uart_rx_byte() 820 if (data) { in mec_hal_uart_rx_byte() [all …]
|
D | mec_rom_api.h | 26 int mec_hal_rom_otp_read_byte(uint16_t otp_index, uint8_t *data); 27 int mec_hal_rom_otp_write_byte(uint16_t otp_index, uint8_t data);
|
D | mec_vbat_api.h | 63 int mec_hal_bbram_rd(uint16_t byte_ofs, uint8_t *data, size_t datasz, size_t *nread); 64 int mec_hal_bbram_wr(uint16_t byte_ofs, uint8_t *data, size_t datasz, size_t *nwritten);
|
D | mec_bclink_api.h | 73 int mec_hal_bcl_get_data(struct mec_bcl_regs *regs, uint8_t *data); 74 int mec_hal_bcl_set_data(struct mec_bcl_regs *regs, uint8_t data);
|
D | mec_uart_api.h | 189 int mec_hal_uart_tx_byte(struct mec_uart_regs *base, uint8_t data); 192 int mec_hal_uart_tx(struct mec_uart_regs *base, const uint8_t *data, size_t datasz); 199 int mec_hal_uart_rx_byte(struct mec_uart_regs *base, uint8_t *data);
|
D | mec_bdp.c | 237 capio->data = 0; in mec_hal_bdp_get_host_io() 274 capio->data <<= 8; in mec_hal_bdp_get_host_io() 275 capio->data |= iodata[3u - n]; in mec_hal_bdp_get_host_io()
|
D | mec_defs.h | 150 void *data; member 160 void *data; member
|
D | mec_kbc.c | 347 void mec_hal_kbc_wr_data(struct mec_kbc_regs *base, uint8_t data, uint8_t data_is_aux) in mec_hal_kbc_wr_data() argument 356 base->KEAUXD = data; in mec_hal_kbc_wr_data() 358 base->KHECD = data; in mec_hal_kbc_wr_data()
|
/hal_microchip-latest/scripts/tests/ |
D | test_pic32cxsgpinctrl.py | 7 def test_main(data, tmp_path): argument 10 main(data, tmp_path) 24 ref_file = data / file
|
D | conftest.py | 15 def data(): function
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 154 /* short/global data section */ 167 /* data section */ 168 .data : ALIGN(0x10) 170 __data_load = LOADADDR(.data); argument 174 *(.data .data.* .gnu.linkonce.d.*) argument 200 /* End of uninitialized data segment */ 224 * a1 hold pointer to device data, which includes pointer to shared memory
|
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-ddr-loaded-by-boot-loader.ld | 146 /* short/global data section */ 159 /* data section */ 160 .data : ALIGN(0x10) 162 __data_load = LOADADDR(.data); argument 166 *(.data .data.* .gnu.linkonce.d.*) argument 192 /* End of uninitialized data segment */ 216 * a1 hold pointer to device data, which includes pointer to shared memory
|
D | mpfs-envm.ld | 207 *(.ram_coderodata) /* read-only data (constants) */ 224 *(.ddr_coderodata) /* read-only data (constants) */ 230 /* short/global data section */ 245 /* data section */ 246 .data : ALIGN(0x10) 248 __data_load = LOADADDR(.data); argument 252 *(.data .data.* .gnu.linkonce.d.*) argument 278 /* End of uninitialized data segment */
|
D | mpfs-lim.ld | 197 *(.ram_coderodata) /* read-only data (constants) */ 203 /* short/global data section */ 216 /* data section */ 217 .data : ALIGN(0x10) 219 __data_load = LOADADDR(.data); argument 223 *(.data .data.* .gnu.linkonce.d.*) argument 249 /* End of uninitialized data segment */
|
D | mpfs-lim-lma-scratchpad-vma.ld | 199 /* short/global data section */ 212 /* data section */ 213 .data : ALIGN(0x10) 215 __data_load = LOADADDR(.data); argument 219 *(.data .data.* .gnu.linkonce.d.*) argument 245 /* End of uninitialized data segment */ 367 *(.ram_coderodata) /* read-only data (constants) */
|
D | mpfs-envm-lma-scratchpad-vma.ld | 209 /* short/global data section */ 222 /* data section */ 223 .data : ALIGN(0x10) 225 __data_load = LOADADDR(.data); argument 229 *(.data .data.* .gnu.linkonce.d.*) argument 255 /* End of uninitialized data segment */ 378 *(.ram_coderodata) /* read-only data (constants) */
|
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/ |
D | null_phy.c | 108 …i_write_extended_regs(/* mss_mac_instance_t */ const void *v_this_mac, uint16_t reg, uint16_t data) in NULL_ti_write_extended_regs() argument 112 (void)data; in NULL_ti_write_extended_regs()
|
D | vsc8575_support.c | 339 /*u16 */ uint32_t data; member 377 mii_data[mii_data_index].data = value; in miim_write() 475 /*u16 */ uint32_t data; member 503 mii_data[mii_data_index].data = value; in miim_write()
|