Home
last modified time | relevance | path

Searched refs:ohci_hcca (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h140 struct ohci_hcca { struct
387 struct ohci_hcca *hcca; /* hcca */
H A Dohci-hcd.c142 struct ohci_hcca ghcca[1];
2033 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()
2203 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register()
2206 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h129 struct ohci_hcca { struct
350 struct ohci_hcca *hcca; /* hcca */
H A Dau1x00_usb_ohci.c77 struct ohci_hcca ghcca[1];
79 struct ohci_hcca *phcca;
1554 memset (phcca, 0, sizeof (struct ohci_hcca)); in usb_lowlevel_init()