Searched refs:b0 (Results 1 – 4 of 4) sorted by relevance
206 static inline uint32_t smc_uuid_word(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in smc_uuid_word() argument208 return ((uint32_t) b0) | (((uint32_t) b1) << 8) | in smc_uuid_word()
225 M/TA: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5242 M/TA: Digest : 23 b0 a3 5d 54 d9 43 1a 5c b9 89 63 1c da 06 c2252 M/TA: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0260 M/TA: Digest : 01 b0 80 47 a1 ce 86 cd df 89 d2 1f 2e fc 6c 22336 NOTICE: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5353 NOTICE: Digest : 23 b0 a3 5d 54 d9 43 1a 5c b9 89 63 1c da 06 c2363 NOTICE: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0371 NOTICE: Digest : 01 b0 80 47 a1 ce 86 cd df 89 d2 1f 2e fc 6c 22
142 uint32_t b0; member224 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()
150 uint32_t b0; member229 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