Home
last modified time | relevance | path

Searched refs:byte_shift (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvmem/
H A Dsunplus-ocotp.c81 unsigned int byte_shift; in sp_otp_read_real() local
88 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()
/linux/drivers/mmc/host/
H A Dsdhci-iproc.c150 u32 byte_shift = REG_OFFSET_IN_BITS(reg); in sdhci_iproc_writeb() local
151 u32 mask = 0xff << byte_shift; in sdhci_iproc_writeb()
152 u32 newval = (oldval & ~mask) | (val << byte_shift); in sdhci_iproc_writeb()
/linux/scripts/mod/
H A Dfile2alias.c549 int i, byte_shift, cnt = 0; in do_acpi_entry() local
553 byte_shift = 8 * (3-i); in do_acpi_entry()
554 msk = (cls_msk >> byte_shift) & 0xFF; in do_acpi_entry()
557 (cls >> byte_shift) & 0xFF); in do_acpi_entry()