Searched refs:byte_shift (Results 1 – 3 of 3) sorted by relevance
81 unsigned int byte_shift; in sp_otp_read_real() local88 byte_shift = addr % (OTP_WORD_SIZE * OTP_WORDS_PER_BANK); in sp_otp_read_real()89 byte_shift = byte_shift % OTP_WORD_SIZE; in sp_otp_read_real()112 >> (8 * byte_shift)) & 0xff; in sp_otp_read_real()
220 unsigned int byte_shift = 0; in meson_spicc_pull_data() local226 data |= (byte & 0xff) << byte_shift; in meson_spicc_pull_data()227 byte_shift += 8; in meson_spicc_pull_data()238 unsigned int byte_shift = 0; in meson_spicc_push_data() local242 byte = (data >> byte_shift) & 0xff; in meson_spicc_push_data()244 byte_shift += 8; in meson_spicc_push_data()
548 int i, byte_shift, cnt = 0; in do_acpi_entry() local552 byte_shift = 8 * (3-i); in do_acpi_entry()553 msk = (cls_msk >> byte_shift) & 0xFF; in do_acpi_entry()556 (cls >> byte_shift) & 0xFF); in do_acpi_entry()