Searched refs:config_rom (Results 1 – 13 of 13) sorted by relevance
/sound/firewire/tascam/ |
D | tascam.c | 42 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()
|
D | tascam-hwdep.c | 79 *(__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/ |
D | oxfw.c | 69 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()
|
D | oxfw-hwdep.c | 81 *(__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/ |
D | dice.c | 66 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()
|
D | dice-hwdep.c | 81 *(__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/ |
D | digi00x.c | 39 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
D | digi00x-hwdep.c | 89 *(__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/ |
D | bebob_hwdep.c | 82 *(__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()
|
D | bebob.c | 83 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 214 *(__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/ |
D | scs1x.c | 428 card->shortname, fw_dev->config_rom[3], fw_dev->config_rom[4], in scs_probe()
|
D | isight.c | 652 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()
|