Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/
A Dsmccc.h206 static inline uint32_t smc_uuid_word(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in smc_uuid_word() argument
208 return ((uint32_t) b0) | (((uint32_t) b1) << 8) | in smc_uuid_word()
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dmeasured_boot_poc.rst225 M/TA: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5
242 M/TA: Digest : 23 b0 a3 5d 54 d9 43 1a 5c b9 89 63 1c da 06 c2
252 M/TA: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0
260 M/TA: Digest : 01 b0 80 47 a1 ce 86 cd df 89 d2 1f 2e fc 6c 22
336 NOTICE: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5
353 NOTICE: Digest : 23 b0 a3 5d 54 d9 43 1a 5c b9 89 63 1c da 06 c2
363 NOTICE: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0
371 NOTICE: Digest : 01 b0 80 47 a1 ce 86 cd df 89 d2 1f 2e fc 6c 22
/arm-trusted-firmware-2.8.0/plat/renesas/rzg/
A Dbl2_plat_setup.c142 uint32_t b0; member
224 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8U * no); in bl2_lossy_setting()
228 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8U, info.b0); in bl2_lossy_setting()
/arm-trusted-firmware-2.8.0/plat/renesas/rcar/
A Dbl2_plat_setup.c150 uint32_t b0; member
229 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8 * no); in bl2_lossy_setting()
233 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8, info.b0); in bl2_lossy_setting()

Completed in 9 milliseconds