Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-card.c90 static void generate_config_rom(struct fw_card *card, __be32 *config_rom) in generate_config_rom() argument
104 config_rom[0] = cpu_to_be32( in generate_config_rom()
106 config_rom[1] = cpu_to_be32(BIB_BUS_NAME); in generate_config_rom()
107 config_rom[2] = cpu_to_be32( in generate_config_rom()
113 config_rom[3] = cpu_to_be32(card->guid >> 32); in generate_config_rom()
114 config_rom[4] = cpu_to_be32(card->guid); in generate_config_rom()
117 config_rom[6] = cpu_to_be32(NODE_CAPABILITIES); in generate_config_rom()
124 config_rom[i++] = cpu_to_be32(desc->immediate); in generate_config_rom()
125 config_rom[i] = cpu_to_be32(desc->key | (j - i)); in generate_config_rom()
131 config_rom[5] = cpu_to_be32((i - 5 - 1) << 16); in generate_config_rom()
[all …]
H A Dcore-device.c138 get_ids(&fw_parent_device(unit)->config_rom[5], id); in get_modalias_ids()
262 dir = fw_device(dev)->config_rom + 5; in show_immediate()
295 dir = fw_device(dev)->config_rom + 5; in show_text_leaf()
376 (int)(unit->directory - device->config_rom)); in rom_index_show()
393 memcpy(buf, device->config_rom, length); in config_rom_show()
407 device->config_rom[3], device->config_rom[4]); in guid_show()
451 fw_csr_iterator_init(&ci, &device->config_rom[5]); in units_show()
468 __ATTR_RO(config_rom),
648 old_rom = device->config_rom; in read_config_rom()
656 device->config_rom = new_rom; in read_config_rom()
[all …]
H A Dcore.h61 const __be32 *config_rom, size_t length);
73 const __be32 *config_rom, size_t length);
H A Dohci.c219 __be32 *config_rom; member
1533 (void *) ohci->config_rom + i, length); in handle_local_rom()
2018 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work()
2019 free_rom = ohci->config_rom; in bus_reset_work()
2022 ohci->config_rom = ohci->next_config_rom; in bus_reset_work()
2033 be32_to_cpu(ohci->config_rom[2])); in bus_reset_work()
2034 ohci->config_rom[0] = ohci->next_header; in bus_reset_work()
2262 const __be32 *config_rom, size_t length) in ohci_enable() argument
2379 if (config_rom) { in ohci_enable()
2387 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()
[all …]
H A Dsbp2.c1144 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in sbp2_probe()
1156 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe()
H A Dnet.c1422 peer->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in fwnet_add_peer()
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam.c47 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()
H A Dtascam-hwdep.c155 *(__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()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw.c74 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card()
111 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
165 fw_csr_iterator_init(&it, fw_dev->config_rom + 5); in detect_quirks()
H A Doxfw-hwdep.c80 *(__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()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice.c61 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
62 device->config_rom[4] >> 22 != model) in check_dice_category()
116 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
121 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
H A Ddice-hwdep.c80 *(__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()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c88 *(__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()
H A Ddigi00x.c38 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-hwdep.c87 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
88 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
H A Dmotu.c50 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_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()
H A Dbebob.c82 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-hwdep.c80 *(__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()
H A Dff.c35 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A 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()
/OK3568_Linux_fs/kernel/sound/firewire/
H A Disight.c644 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfirewire.h195 const u32 *config_rom; member
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-firewire10 config_rom
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c2010 peer->guid = (u64)parent->config_rom[3] << 32 | parent->config_rom[4]; in fwserial_add_peer()

12