Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli_commands_core.c194 uintptr_t address = (uintptr_t)strtoul(argv[1], 0, 0); in read_memory_f() local
206 cli_printf(NONE, "%02x", *((uint8_t *)address)); in read_memory_f()
209 if (address % 2) { in read_memory_f()
213 cli_printf(NONE, "%04x", *((uint16_t *)address)); in read_memory_f()
216 if (address % 4) { in read_memory_f()
220 cli_printf(NONE, "%08x", *((uint32_t *)address)); in read_memory_f()
223 if (address % 4) { in read_memory_f()
252 uintptr_t address = (uintptr_t)strtoul(argv[1], 0, 0); in write_memory_f() local
266 if (address % 2) { in write_memory_f()
273 if (address % 4) { in write_memory_f()
[all …]
/SCP-firmware-master/module/scmi_apcore/doc/
A Dscmi_apcore.md17 address and is used when AP firmware is unable to program the reset address
94 Set the application core reset address. The address applies to all cores.
107 * uint32 Reset address (lower word)
108 * Bit[31:0] AP core reset address (low)
109 * uint32 Reset address (higher word)
110 * Bit[31:0] AP core reset address (high)
118 change the reset address.
135 Get the application core reset address. The address applies to all cores.
148 * uint32 Reset address (lower word)
149 * Bit[31:0] AP core reset address (low)
[all …]
/SCP-firmware-master/product/synquacer/module/f_i2c/src/
A Di2c_api.c22 uint32_t address,
30 uint32_t address,
63 uint32_t address, in i2c_api_recv_data_i() argument
88 i2c_packet_set_address(&packet_info->PACKET, address, 1); in i2c_api_recv_data_i()
104 uint32_t address, in f_i2c_api_recv_data() argument
120 ch, target_address, address, data, length, 0x00000000); in f_i2c_api_recv_data()
128 uint32_t address, in i2c_api_send_data_i() argument
153 i2c_packet_set_address(&packet_info->PACKET, address, 1); in i2c_api_send_data_i()
168 uint32_t address, in f_i2c_api_send_data() argument
183 ch, target_address, address, data, length, 0x00000000); in f_i2c_api_send_data()
A Di2c_driver.c233 uint32_t address, in i2c_packet_set_control() argument
241 addr.bit.BITFIELD_ADDR = (uint8_t)address; in i2c_packet_set_control()
249 int address, in i2c_packet_set_address() argument
254 i2c_fifo_push_data(&packet->CTRL, (char)(address >> 24), false); in i2c_packet_set_address()
257 i2c_fifo_push_data(&packet->CTRL, (char)(address >> 16), false); in i2c_packet_set_address()
260 i2c_fifo_push_data(&packet->CTRL, (char)(address >> 8), false); in i2c_packet_set_address()
263 i2c_fifo_push_data(&packet->CTRL, (char)(address >> 0), false); in i2c_packet_set_address()
/SCP-firmware-master/module/apremap/doc/
A Dmodule_apremap_design.md11 address up to 4GB of address space. These sub-systems can also address the lower
12 2GB of the application processor's address space using the expansion ports that
13 are directly mapped into 2GB of the MSCP's address space. For accessing any
14 address above the lower 2GB address space of application processor or the
15 address space of other chips in multi-chip configuration, MSCP uses and an
16 address translation controller. The functionality of this controller and the
22 Port window, the memory remapping applied to that address is illustrated below.
85 through the "System Access Port" window in the MSCP address space. The
94 - MSCP to access 2GB and above address space of the local chip's application
112 required address.
[all …]
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dsynquacer_pd_manage.c71 uint32_t address; in get_domain_base_address() local
75 address = PPU0_BASE; in get_domain_base_address()
78 address = PPU1_BASE; in get_domain_base_address()
81 address = PPU2_BASE; in get_domain_base_address()
84 address = PPU3_BASE; in get_domain_base_address()
87 address = PPU4_BASE; in get_domain_base_address()
90 address = PPU5_BASE; in get_domain_base_address()
93 address = PPU6_BASE; in get_domain_base_address()
96 address = PPU7_BASE; in get_domain_base_address()
102 address = ~0; in get_domain_base_address()
[all …]
/SCP-firmware-master/product/synquacer/module/f_i2c/include/
A Di2c_api.h21 uint32_t address,
28 uint32_t address,
A Dmod_f_i2c.h68 uint32_t address,
90 uint32_t address,
/SCP-firmware-master/module/cdns_i2c/include/
A Dmod_cdns_i2c.h170 uint16_t address,
189 uint16_t address,
/SCP-firmware-master/module/fip/src/
A Dmod_fip.c103 uintptr_t address; in fip_get_entry() local
140 (uintptr_t)toc, (uintptr_t)toc_entry->offset_address, &address)) { in fip_get_entry()
147 entry_data->base = (void *)address; in fip_get_entry()
/SCP-firmware-master/product/synquacer/module/f_i2c/include/internal/
A Di2c_driver.h109 uint32_t address,
114 int address,
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_iic_dvfs.c229 uint8_t address; in IIC_DVFS_FUNC() local
242 address = subordinate << 1; in IIC_DVFS_FUNC()
243 mmio_write_8(IIC_DVFS_REG_ICDR, address); in IIC_DVFS_FUNC()
395 uint8_t address; in IIC_DVFS_FUNC() local
410 address = ((uint8_t)(subordinate << 1) + DVFS_READ_MODE); in IIC_DVFS_FUNC()
411 mmio_write_8(IIC_DVFS_REG_ICDR, address); in IIC_DVFS_FUNC()
/SCP-firmware-master/
A Dcontributing.md23 enhancement, please address it on a separate topic branch.
46 using your real name and email address. The names in the `Signed-off-by:`
96 manner. Failure to address issues/bugs may result in the causal commit
A Dchange_log.md157 - sgi575/rdn1e1/rdv1/rdv1mc: add cmn650 mapping for 64-bit pcie mmio address space
160 - rdn2: add mapping for cmn700 address space
A Duser_guide.md349 fixed address.
/SCP-firmware-master/module/cdns_i2c/src/
A Dmod_cdns_i2c.c243 uint16_t address, in i2c_controller_read_polled() argument
305 device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT, address); in i2c_controller_read_polled()
413 uint16_t address, in i2c_controller_write_polled() argument
477 device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT, address); in i2c_controller_write_polled()
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Ddimm_spd.c41 int address, in spd_read() argument
61 address, in spd_read()
82 address, in spd_read()
/SCP-firmware-master/product/n1sdp/module/n1sdp_dmc620/src/
A Ddimm_spd.c41 int address, in spd_read() argument
61 address, in spd_read()
82 address, in spd_read()
/SCP-firmware-master/tools/
A Dcppcheck_suppress_list.txt25 // Cppcheck does not consider passing the address of the local variable as
/SCP-firmware-master/doc/media/
A Dstyle.css310 address.footer {
741 address { selector
/SCP-firmware-master/doc/
A Dframework.md76 - FMW_MEM0_BASE: The base address of the MEM0 region, which is always

Completed in 24 milliseconds