Searched refs:read_by_mnemonic (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | mxl5xx.c | 297 static int read_by_mnemonic(struct mxl *state, in read_by_mnemonic() function 1621 status = read_by_mnemonic(state, 0x90000190, 0, 3, &pad_mux_bond); in validate_sku() 1622 status |= read_by_mnemonic(state, 0x80030000, 0, 12, &prcm_chip_id); in validate_sku() 1623 status |= read_by_mnemonic(state, 0x80030004, 24, 8, &prcm_so_cid); in validate_sku() 1668 status = read_by_mnemonic(state, 0x90000190, 0, 3, &val); in get_fwinfo() 1673 status = read_by_mnemonic(state, 0x80030004, 8, 8, &val); in get_fwinfo() 1790 status = read_by_mnemonic(state, 0x80030000, 12, 4, &chipver); in probe()
|