uhh_base 98 drivers/mfd/omap-usb-host.c void __iomem *uhh_base; uhh_base 444 drivers/mfd/omap-usb-host.c reg = usbhs_read(omap->uhh_base, OMAP_UHH_HOSTCONFIG); uhh_base 466 drivers/mfd/omap-usb-host.c usbhs_write(omap->uhh_base, OMAP_UHH_HOSTCONFIG, reg); uhh_base 571 drivers/mfd/omap-usb-host.c omap->uhh_base = devm_ioremap_resource(dev, res); uhh_base 572 drivers/mfd/omap-usb-host.c if (IS_ERR(omap->uhh_base)) uhh_base 573 drivers/mfd/omap-usb-host.c return PTR_ERR(omap->uhh_base); uhh_base 585 drivers/mfd/omap-usb-host.c omap->usbhs_rev = usbhs_read(omap->uhh_base, OMAP_UHH_REVISION);