Searched refs:config_rom (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c66 static u32 config_rom[256]; local
78 memset(config_rom, 0, sizeof(config_rom));
79 config_rom[0] = BIB_CRC_LENGTH(4) | BIB_INFO_LENGTH(4) | BIB_CRC(0);
80 config_rom[1] = 0x31333934;
82 config_rom[2] =
88 config_rom[3] = card->guid >> 32;
89 config_rom[4] = card->guid;
93 config_rom[i++] = 0;
94 config_rom[
131 u32 *config_rom; local
397 u32 *config_rom; local
429 dummy_enable(struct fw_card *card, u32 *config_rom, size_t length) argument
443 dummy_set_config_rom(struct fw_card *card, u32 *config_rom, size_t length) argument
[all...]
H A Dfw-device.c103 fw_csr_iterator_init(&ci, &device->config_rom[5]);
186 kfree(device->config_rom);
215 dir = fw_device(dev)->config_rom + 5;
242 dir = fw_device(dev)->config_rom + 5;
339 (int)(unit->directory - device->config_rom));
353 memcpy(buf, device->config_rom, device->config_rom_length * 4);
364 guid = ((u64)device->config_rom[3] << 32) | device->config_rom[4];
371 __ATTR_RO(config_rom),
494 device->config_rom
[all...]
H A Dfw-device.h47 u32 *config_rom; member in struct:fw_device
H A Dfw-ohci.c153 __be32 *config_rom; member in struct:fw_ohci
789 (void *) ohci->config_rom + i, length);
970 ohci->config_rom, ohci->config_rom_bus);
971 ohci->config_rom = ohci->next_config_rom;
976 * Restore config_rom image and manually update
977 * config_rom registers. Writing the header quadlet
982 be32_to_cpu(ohci->config_rom[2]));
983 ohci->config_rom[0] = cpu_to_be32(ohci->next_header);
1064 static int ohci_enable(struct fw_card *card, u32 *config_rom, size_t length) argument
1128 fw_memcpy_to_be32(ohci->next_config_rom, config_rom, lengt
1163 ohci_set_config_rom(struct fw_card *card, u32 *config_rom, size_t length) argument
[all...]
H A Dfw-transaction.h364 int (*enable)(struct fw_card *card, u32 *config_rom, size_t length);
375 u32 *config_rom, size_t length);
H A Dfw-sbp2.c1119 directory_id = ((unit->directory - device->config_rom) * 4
1133 device->config_rom[3], device->config_rom[4],
H A Dfw-cdev.c276 if (copy_to_user(uptr, client->device->config_rom,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.h159 quadlet_t *config_rom);
H A Dohci1394.c3129 static void ohci_set_hw_config_rom(struct hpsb_host *host, quadlet_t *config_rom) argument
3133 reg_write(ohci, OHCI1394_ConfigROMhdr, be32_to_cpu(config_rom[0]));
3134 reg_write(ohci, OHCI1394_BusOptions, be32_to_cpu(config_rom[2]));
3136 memcpy(ohci->csr_config_rom_cpu, config_rom, OHCI_CONFIG_ROM_LEN);

Completed in 55 milliseconds