Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl5xx.c288 u32 reg, u8 lsbloc, u8 numofbits, u32 *val) in read_by_mnemonic() argument
296 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in read_by_mnemonic()
298 data >>= lsbloc; in read_by_mnemonic()
305 u32 reg, u8 lsbloc, u8 numofbits, u32 val) in update_by_mnemonic() argument
313 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in update_by_mnemonic()
314 data = (data & ~mask) | ((val << lsbloc) & mask); in update_by_mnemonic()