ver_rom          3286 drivers/bluetooth/btusb.c 	u32 ver_rom, ver_patch;
ver_rom          3291 drivers/bluetooth/btusb.c 	ver_rom = le32_to_cpu(ver->rom_version);
ver_rom          3294 drivers/bluetooth/btusb.c 	snprintf(fwname, sizeof(fwname), "qca/rampatch_usb_%08x.bin", ver_rom);
ver_rom          3311 drivers/bluetooth/btusb.c 		    rver_rom, rver_patch, ver_rom, ver_patch);
ver_rom          3313 drivers/bluetooth/btusb.c 	if (rver_rom != ver_rom || rver_patch <= ver_patch) {
ver_rom          3372 drivers/bluetooth/btusb.c 	u32 ver_rom;
ver_rom          3381 drivers/bluetooth/btusb.c 	ver_rom = le32_to_cpu(ver.rom_version);
ver_rom          3383 drivers/bluetooth/btusb.c 	if (ver_rom & ~0xffffU)
ver_rom          3387 drivers/bluetooth/btusb.c 		if (ver_rom == qca_devices_table[i].rom_version)
ver_rom          3391 drivers/bluetooth/btusb.c 		bt_dev_err(hdev, "don't support firmware rome 0x%x", ver_rom);