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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dinit_ohci1394_dma.c97 quadlet_t bus_options; local
101 bus_options = reg_read(ohci, OHCI1394_BusOptions);
102 bus_options |= 0x60000000; /* Enable CMC and ISC */
103 bus_options &= ~0x00ff0000;
104 bus_options &= ~0x18000000; /* Disable PMC and BMC */
105 reg_write(ohci, OHCI1394_BusOptions, bus_options);
H A Dnodemgr.h39 struct bus_options { struct
98 struct bus_options busopt; /* Bus Options */
H A Dnodemgr.c317 static DEVICE_ATTR(bus_options,S_IRUGO,fw_show_ne_bus_options,NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c2821 u32 bus_options, max_receive, link_speed, version; local
2919 bus_options = reg_read(ohci, OHCI1394_BusOptions);
2920 max_receive = (bus_options >> 12) & 0xf;
2921 link_speed = bus_options & 0x7;

Completed in 120 milliseconds