Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmxl5xx.c297 u32 reg, u8 lsbloc, u8 numofbits, u32 *val) in read_by_mnemonic()
305 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in read_by_mnemonic()
307 data >>= lsbloc; in read_by_mnemonic() local
314 u32 reg, u8 lsbloc, u8 numofbits, u32 val) in update_by_mnemonic()
322 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in update_by_mnemonic()
323 data = (data & ~mask) | ((val << lsbloc) & mask); in update_by_mnemonic()
296 read_by_mnemonic(struct mxl *state, u32 reg, u8 lsbloc, u8 numofbits, u32 *val) read_by_mnemonic() argument
313 update_by_mnemonic(struct mxl *state, u32 reg, u8 lsbloc, u8 numofbits, u32 val) update_by_mnemonic() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmxl5xx.c288 u32 reg, u8 lsbloc, u8 numofbits, u32 *val) in read_by_mnemonic()
296 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in read_by_mnemonic()
298 data >>= lsbloc; in read_by_mnemonic() local
305 u32 reg, u8 lsbloc, u8 numofbits, u32 val) in update_by_mnemonic()
313 mask = MXL_GET_REG_MASK_32(lsbloc, numofbits); in update_by_mnemonic()
314 data = (data & ~mask) | ((val << lsbloc) & mask); in update_by_mnemonic()
287 read_by_mnemonic(struct mxl *state, u32 reg, u8 lsbloc, u8 numofbits, u32 *val) read_by_mnemonic() argument
304 update_by_mnemonic(struct mxl *state, u32 reg, u8 lsbloc, u8 numofbits, u32 val) update_by_mnemonic() argument

Completed in 6 milliseconds