Searched refs:self_id_count (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c159 * @self_id_count: the length of the self_ids array
169 u32 *sid, int self_id_count)
181 end = sid + self_id_count;
482 update_topology_map(struct fw_card *card, u32 *self_ids, int self_id_count) argument
488 card->topology_map[2] = (node_count << 16) | self_id_count;
489 card->topology_map[0] = (self_id_count + 2) << 16;
490 memcpy(&card->topology_map[3], self_ids, self_id_count * 4);
497 int self_id_count, u32 * self_ids)
507 * If the new topology has a different self_id_count the topology
511 if (card->self_id_count !
168 build_tree(struct fw_card *card, u32 *sid, int self_id_count) argument
495 fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, int self_id_count, u32 * self_ids) argument
[all...]
H A Dfw-transaction.h138 int self_id_count,
239 int self_id_count; member in struct:fw_card
451 int self_id_count, u32 *self_ids);
H A Dfw-ohci.c904 int self_id_count, i, j, reg; local
922 self_id_count = (reg_read(ohci, OHCI1394_SelfIDCount) >> 3) & 0x3ff;
925 for (i = 1, j = 0; j < self_id_count; i += 2, j++) {
990 self_id_count, ohci->self_id_buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c289 quadlet_t self_id_count=reg_read(ohci, OHCI1394_SelfIDCount); local
300 if ((self_id_count & 0x80000000) ||
301 ((self_id_count & 0x00FF0000) != (q0 & 0x00FF0000))) {
304 self_id_count, q0, ohci->self_id_errors);
321 size = ((self_id_count & 0x00001FFC) >> 2) - 1;

Completed in 67 milliseconds