Home
last modified time | relevance | path

Searched defs:ohci (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c256 static void ohci_die(OHCIState *ohci) in ohci_die()
262 static inline void ohci_intr_update(OHCIState *ohci) in ohci_intr_update()
274 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) in ohci_set_interrupt()
280 static USBDevice *ohci_find_device(OHCIState *ohci, uint8_t addr) in ohci_find_device()
297 void ohci_stop_endpoints(OHCIState *ohci) in ohci_stop_endpoints()
318 static void ohci_roothub_reset(OHCIState *ohci) in ohci_roothub_reset()
339 static void ohci_soft_reset(OHCIState *ohci) in ohci_soft_reset()
369 void ohci_hard_reset(OHCIState *ohci) in ohci_hard_reset()
377 static inline int get_dwords(OHCIState *ohci, in get_dwords()
396 static inline int put_dwords(OHCIState *ohci, in put_dwords()
[all …]
H A Dhcd-ohci-pci.c52 static void ohci_pci_die(struct OHCIState *ohci) in ohci_pci_die()
65 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_realize_pci() local
84 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_exit() local
106 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_reset_pci() local
H A Dhcd-ohci-sysbus.c55 OHCIState *ohci = &s->ohci; in ohci_sysbus_reset() local
H A Dhcd-ohci.h106 OHCIState ohci; member
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c276 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print()
317 void ep_print_int_eds(ohci_t *ohci, char *str) in ep_print_int_eds()
508 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job()
598 static int sohci_get_current_frame_number(ohci_t *ohci) in sohci_get_current_frame_number()
614 static int ep_int_ballance(ohci_t *ohci, int interval, int load) in ep_int_ballance()
663 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link()
742 static void periodic_unlink(struct ohci *ohci, volatile struct ed *ed, in periodic_unlink()
772 static int ep_unlink(ohci_t *ohci, ed_t *edi) in ep_unlink()
893 static void td_fill(ohci_t *ohci, unsigned int info, in td_fill()
949 static void td_submit_job(ohci_t *ohci, struct usb_device *dev, in td_submit_job()
[all …]
H A Dohci.h383 typedef struct ohci { struct
387 struct ohci_hcca *hcca; /* hcca */ argument
395 struct ohci_regs *regs; /* OHCI controller's memory */ argument
397 int ohci_int_load[32]; /* load of the 32 Interrupt Chains (for load balancing)*/ argument
407 } ohci_t; argument
H A Dohci-generic.c19 ohci_t ohci; member
/openbmc/u-boot/arch/mips/dts/
H A Dbrcm,bcm6348.dtsi138 ohci: usb-controller@fffe1b00 { label
H A Dbrcm,bcm6368.dtsi177 ohci: usb-controller@10001600 { label
H A Dbrcm,bcm6328.dtsi165 ohci: usb-controller@10002600 { label
H A Dbrcm,bcm6318.dtsi172 ohci: usb-controller@10005100 { label
H A Dbrcm,bcm6358.dtsi177 ohci: usb-controller@fffe1400 { label
H A Dbrcm,bcm6362.dtsi189 ohci: usb-controller@10002600 { label
H A Dbrcm,bcm63268.dtsi195 ohci: usb-controller@10002600 { label
/openbmc/qemu/include/hw/arm/
H A Dallwinner-a10.h49 OHCISysBusState ohci[AW_A10_NUM_USB]; member
H A Dnpcm8xx.h101 OHCISysBusState ohci[2]; member
H A Dnpcm7xx.h105 OHCISysBusState ohci; member
H A Dallwinner-r40.h123 OHCISysBusState ohci[AW_R40_NUM_USB]; member
/openbmc/u-boot/arch/arm/dts/
H A Dhi3798cv200.dtsi590 ohci: ohci@9880000 { label
/openbmc/qemu/hw/display/
H A Dsm501.c2027 OHCISysBusState ohci; member
2096 OHCISysBusState *ohci = &sm501->ohci; in sm501_sysbus_init() local