Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-rcar_gen3.c39 #define SMSTPCR703 BIT(3) /* EHCI0 */ macro
53 const u32 mask = SMSTPCR703 | SMSTPCR702 | SMSTPCR701 | SMSTPCR700; in ehci_hcd_stop()
55 const u32 mask = SMSTPCR703 | SMSTPCR702; in ehci_hcd_stop()
H A Dehci-rmobile.c57 setbits_le32(SMSTPCR7, SMSTPCR703); in ehci_hcd_stop()
77 clrbits_le32(SMSTPCR7, SMSTPCR703); in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dehci-rmobile.h72 #define SMSTPCR703 (1 << 3) macro