Searched refs:broadcast_channel (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr.h71 quadlet_t broadcast_channel; member in struct:csr_control
H A Deth1394.h63 int broadcast_channel; /* Async stream Broadcast Channel */ member in struct:eth1394_priv
H A Dcsr.c121 host->csr.broadcast_channel = 0x80000000 | 31;
205 host->csr.broadcast_channel = 0x80000000 | 31;
438 *(buf++) = cpu_to_be32(host->csr.broadcast_channel);
520 host->csr.broadcast_channel = (host->csr.broadcast_channel & ~0x40000000)
552 /* Is somebody releasing the broadcast_channel on us? */
698 /* Is somebody releasing the broadcast_channel on us? */
746 /* Is somebody erroneously releasing the broadcast_channel on us? */
H A Deth1394.c204 priv->broadcast_channel,
628 priv->broadcast_channel = host->csr.broadcast_channel & 0x3f;
1290 if (info->channel != (iso->host->csr.broadcast_channel & 0x3f)
1443 p->header[0] = length << 16 | 3 << 14 | priv->broadcast_channel << 8 |
H A Dnodemgr.c1469 bc_local = cpu_to_be32(ne->host->csr.broadcast_channel);
1586 host->csr.broadcast_channel |= 0x40000000;

Completed in 68 milliseconds