Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtusb.c3269 struct qca_rampatch_version *rver; in btusb_setup_qca_load_rampatch() local
3290 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch()
3291 rver_rom_low = le16_to_cpu(rver->rom_version_low); in btusb_setup_qca_load_rampatch()
3292 rver_patch = le16_to_cpu(rver->patch_version); in btusb_setup_qca_load_rampatch()
3295 rver_rom_high = le16_to_cpu(rver->rom_version_high); in btusb_setup_qca_load_rampatch()