Home
last modified time | relevance | path

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

/sound/firewire/tascam/
Dtascam.c42 const u32 *config_rom = fw_dev->config_rom; in identify_model() local
55 c = config_rom[28 + i / 4] >> (24 - 8 * (i % 4)); in identify_model()
76 fw_dev->config_rom[3], fw_dev->config_rom[4], in identify_model()
Dtascam-hwdep.c79 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
80 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/oxfw/
Doxfw.c69 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card()
104 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
144 fw_csr_iterator_init(&it, fw_dev->config_rom + 5); in detect_quirks()
Doxfw-hwdep.c81 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
82 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/dice/
Ddice.c66 if (device->config_rom[3] != ((vendor << 8) | category) || in dice_interface_check()
67 device->config_rom[4] >> 22 != model) { in dice_interface_check()
223 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
228 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
Ddice-hwdep.c81 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
82 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/digi00x/
Ddigi00x.c39 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
Ddigi00x-hwdep.c89 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
90 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/bebob/
Dbebob_hwdep.c82 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
83 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
Dbebob.c83 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
/sound/firewire/fireworks/
Dfireworks_hwdep.c214 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
215 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/
Dscs1x.c428 card->shortname, fw_dev->config_rom[3], fw_dev->config_rom[4], in scs_probe()
Disight.c652 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()