| /linux/drivers/firewire/ |
| A D | core-card.c | 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() 131 config_rom[5] = cpu_to_be32((i - 5 - 1) << 16); in generate_config_rom() 136 config_rom[i + k] = cpu_to_be32(desc->data[k]); in generate_config_rom() 145 length = fw_compute_block_crc(config_rom + i); in generate_config_rom() [all …]
|
| A D | core-device.c | 262 dir = fw_device(dev)->config_rom + 5; in show_immediate() 295 dir = fw_device(dev)->config_rom + 5; in show_text_leaf() 393 memcpy(buf, device->config_rom, length); in config_rom_show() 407 device->config_rom[3], device->config_rom[4]); in guid_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() 834 kfree(device->config_rom); in fw_device_release() 890 if (memcmp(old->config_rom, new->config_rom, 6 * 4) == 0 && in lookup_existing_device() 1073 device->config_rom[3], device->config_rom[4], in fw_device_init() [all …]
|
| A D | core.h | 61 const __be32 *config_rom, size_t length); 73 const __be32 *config_rom, size_t length);
|
| A D | ohci.c | 219 __be32 *config_rom; member 1533 (void *) ohci->config_rom + i, length); in handle_local_rom() 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() 2379 if (config_rom) { in ohci_enable() 2393 ohci->next_config_rom = ohci->config_rom; in ohci_enable() 2502 ohci->next_header = config_rom[0]; in ohci_set_config_rom() 3771 if (ohci->config_rom) in pci_remove() [all …]
|
| A D | sbp2.c | 1143 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in sbp2_probe() 1155 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe()
|
| A D | net.c | 1418 peer->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in fwnet_add_peer()
|
| /linux/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()
|
| /linux/sound/firewire/oxfw/ |
| A D | oxfw.c | 75 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card() 114 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card() 180 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()
|
| /linux/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()
|
| /linux/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()
|
| /linux/sound/firewire/fireface/ |
| A D | ff-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()
|
| A D | ff.c | 35 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| /linux/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()
|
| /linux/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 | 121 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 122 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /linux/sound/firewire/fireworks/ |
| A D | fireworks_hwdep.c | 213 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 214 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /linux/sound/firewire/ |
| A D | isight.c | 644 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-bus-firewire | 10 config_rom
|
| /linux/include/linux/ |
| A D | firewire.h | 195 const u32 *config_rom; member
|
| /linux/drivers/staging/fwserial/ |
| A D | fwserial.c | 2009 peer->guid = (u64)parent->config_rom[3] << 32 | parent->config_rom[4]; in fwserial_add_peer()
|