Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-fsl.h39 #define SNOOP_SIZE_2GB 0x1e macro
H A Dehci-fsl.c311 iowrite32be(0x0 | SNOOP_SIZE_2GB, in ehci_fsl_usb_setup()
314 iowrite32be(0x80000000 | SNOOP_SIZE_2GB, in ehci_fsl_usb_setup()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c217 out_be32(&ehci->snoop1, SNOOP_SIZE_2GB); in ehci_fsl_init()
218 out_be32(&ehci->snoop2, 0x80000000 | SNOOP_SIZE_2GB); in ehci_fsl_init()
/openbmc/u-boot/include/usb/
H A Dehci-ci.h140 #define SNOOP_SIZE_2GB 0x1e macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h342 #define SNOOP_SIZE_2GB 0x1E /* 2GB snoop size */ macro
H A Dfsl_udc_core.c336 tmp = SNOOP_SIZE_2GB; /* starts from 0x0, size 2G */ in dr_controller_setup()