Searched refs:shift3 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/mtd/ |
| H A D | altera_qspi.c | 239 int shift3 = ffs(QUADSPI_SR_BP3) - 1 - 3; in altera_qspi_get_locked_range() local 242 ((stat & QUADSPI_SR_BP3) >> shift3); in altera_qspi_get_locked_range()
|
| /openbmc/qemu/disas/ |
| H A D | nanomips.c | 14046 uint64 shift3 = encode_shift3_from_shift(shift3_value); in SLL_16_() local 14048 return img_format("SLL %s, %s, 0x%" PRIx64, rt3, rs3, shift3); in SLL_16_() 14345 uint64 shift3 = encode_shift3_from_shift(shift3_value); in SRL_16_() local 14347 return img_format("SRL %s, %s, 0x%" PRIx64, rt3, rs3, shift3); in SRL_16_()
|