Home
last modified time | relevance | path

Searched refs:bus_options (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/firewire/
H A Dinit_ohci1394_dma.c106 u32 bus_options; in init_ohci1394_initialize() local
110 bus_options = reg_read(ohci, OHCI1394_BusOptions); in init_ohci1394_initialize()
111 bus_options |= 0x60000000; /* Enable CMC and ISC */ in init_ohci1394_initialize()
112 bus_options &= ~0x00ff0000; /* XXX: Set cyc_clk_acc to zero for now */ in init_ohci1394_initialize()
113 bus_options &= ~0x18000000; /* Disable PMC and BMC */ in init_ohci1394_initialize()
114 reg_write(ohci, OHCI1394_BusOptions, bus_options); in init_ohci1394_initialize()
H A Dohci.c3632 u32 bus_options, max_receive, link_speed, version; in pci_probe() local
3753 bus_options = reg_read(ohci, OHCI1394_BusOptions); in pci_probe()
3754 max_receive = (bus_options >> 12) & 0xf; in pci_probe()
3755 link_speed = bus_options & 0x7; in pci_probe()