Home
last modified time | relevance | path

Searched refs:AT91_SFR_OHCIICR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/soc/at91/
H A Datmel-sfr.h16 #define AT91_SFR_OHCIICR 0x10 /* OHCI INT Configuration Register */ macro
/openbmc/linux/drivers/usb/host/
H A Dohci-at91.c333 ret = regmap_read(regmap, AT91_SFR_OHCIICR, &regval); in ohci_at91_port_suspend()
342 regmap_write(regmap, AT91_SFR_OHCIICR, regval); in ohci_at91_port_suspend()