Home
last modified time | relevance | path

Searched refs:SNOOP_SIZE_2GB (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-fsl.c219 out_be32(&ehci->snoop1, SNOOP_SIZE_2GB); in ehci_fsl_init()
220 out_be32(&ehci->snoop2, 0x80000000 | SNOOP_SIZE_2GB); in ehci_fsl_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-fsl.h39 #define SNOOP_SIZE_2GB 0x1e macro
H A Dehci-fsl.c317 iowrite32be(0x0 | SNOOP_SIZE_2GB, in ehci_fsl_usb_setup()
320 iowrite32be(0x80000000 | SNOOP_SIZE_2GB, in ehci_fsl_usb_setup()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dehci-ci.h141 #define SNOOP_SIZE_2GB 0x1e macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h342 #define SNOOP_SIZE_2GB 0x1E /* 2GB snoop size */ macro
H A Dfsl_udc_core.c340 tmp = SNOOP_SIZE_2GB; /* starts from 0x0, size 2G */ in dr_controller_setup()