Home
last modified time | relevance | path

Searched refs:ehci_info (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dehci-pci.c118 ehci_info(ehci, "applying AMD SB700/SB800/Hudson-2/3 EHCI " in ehci_pci_setup()
136 ehci_info(ehci, "using broken periodic workaround\n"); in ehci_pci_setup()
140 ehci_info(ehci, "disable lpm for langwell/penwell\n"); in ehci_pci_setup()
160 ehci_info(ehci, "ignoring AMD8111 (errata)\n"); in ehci_pci_setup()
181 ehci_info(ehci, "disable lpm/ppcd for nvidia mcp89"); in ehci_pci_setup()
219 ehci_info(ehci, "applying AMD SB600/SB700 USB " in ehci_pci_setup()
238 ehci_info(ehci, "debug port %d%s\n", in ehci_pci_setup()
Dehci-hcd.c708 ehci_info(ehci, "enabled 64bit DMA\n"); in ehci_run()
743 ehci_info (ehci, in ehci_run()
Dehci-dbg.c25 #define ehci_info(ehci, fmt, args...) \ macro