Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 3 of 3) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/
A Dsmccc.h166 static inline uint32_t smc_uuid_word(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in smc_uuid_word() argument
168 return ((uint32_t) b0) | (((uint32_t) b1) << 8) | in smc_uuid_word()
/tf-a-ffa_el3_spmc/plat/renesas/rzg/
A Dbl2_plat_setup.c140 uint32_t b0; member
222 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8U * no); in bl2_lossy_setting()
226 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8U, info.b0); in bl2_lossy_setting()
/tf-a-ffa_el3_spmc/plat/renesas/rcar/
A Dbl2_plat_setup.c148 uint32_t b0; member
227 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8 * no); in bl2_lossy_setting()
231 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8, info.b0); in bl2_lossy_setting()

Completed in 6 milliseconds