Searched refs:config_rom (Results 1 – 16 of 16) sorted by relevance
| /sound/firewire/tascam/ |
| A D | tascam.c | 47 const u32 *config_rom = fw_dev->config_rom; in identify_model() local 60 c = config_rom[28 + i / 4] >> (24 - 8 * (i % 4)); in identify_model() 81 fw_dev->config_rom[3], fw_dev->config_rom[4], in identify_model()
|
| A D | tascam-hwdep.c | 155 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 156 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /sound/firewire/oxfw/ |
| A D | oxfw.c | 76 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card() 115 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card() 181 fw_csr_iterator_init(&it, fw_dev->config_rom + 5); in detect_quirks()
|
| A D | oxfw-hwdep.c | 78 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 79 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /sound/firewire/dice/ |
| A D | dice.c | 66 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category() 67 device->config_rom[4] >> 22 != model) in check_dice_category() 121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings() 126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
|
| A D | dice-hwdep.c | 80 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 81 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /sound/firewire/digi00x/ |
| A D | digi00x.c | 38 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| A D | digi00x-hwdep.c | 88 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 89 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /sound/firewire/bebob/ |
| A D | bebob_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()
|
| A D | bebob.c | 79 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
|
| /sound/firewire/motu/ |
| A D | motu.c | 50 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| A D | motu-hwdep.c | 125 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 126 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /sound/firewire/fireface/ |
| A D | ff-hwdep.c | 97 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 98 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| A D | ff.c | 35 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| /sound/firewire/fireworks/ |
| A 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/ |
| A D | isight.c | 645 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()
|
Completed in 30 milliseconds