Searched refs:nibble (Results 1 – 4 of 4) sorted by relevance
38 int8_t nibble; in read_hex() local48 nibble = 0; in read_hex()51 nibble = hex_val(hex_src[2U * i]); in read_hex()52 if (nibble < 0) { in read_hex()55 byte = (uint8_t)nibble; in read_hex()58 nibble = hex_val(hex_src[(2U * i) + 1U]); in read_hex()59 if (nibble < 0) { in read_hex()62 byte |= (uint8_t)nibble; in read_hex()
46 uint32_t nibble; in ddrphy_phyinit_usercustom_saveretregs() local172 for (nibble = 0U; nibble <= B_MAX; nibble++) { in ddrphy_phyinit_usercustom_saveretregs()173 b_addr = nibble << 8; in ddrphy_phyinit_usercustom_saveretregs()182 for (nibble = 0U; nibble < 2U; nibble++) { in ddrphy_phyinit_usercustom_saveretregs()183 u_addr = nibble << 8; in ddrphy_phyinit_usercustom_saveretregs()
140 uint32_t nibble; local143 for (nibble = 0U; nibble < 2U; nibble++) {150 u_addr = nibble << 8;320 uint32_t nibble; local323 for (nibble = 0U; nibble < 2U; nibble++) {330 u_addr = nibble << 8;
4404 …- mask the Last in Level nibble in StateId ([0a9c244](https://review.trustedfirmware.org/plugins/g…