Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtrtl.c626 const unsigned char *fwptr, *chip_id_base; in rtlbt_parse_firmware() local
750 chip_id_base = btrtl_dev->fw_data + sizeof(struct rtl_epatch_header); in rtlbt_parse_firmware()
751 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
754 u16 chip_id = get_unaligned_le16(chip_id_base + in rtlbt_parse_firmware()