cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

phy-da8xx-usb.h (474B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * phy-da8xx-usb - TI DaVinci DA8xx USB PHY driver
      4 *
      5 * Copyright (C) 2018 David Lechner <david@lechnology.com>
      6 */
      7
      8#ifndef __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_H__
      9#define __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_H__
     10
     11#include <linux/regmap.h>
     12
     13/**
     14 * da8xx_usb_phy_platform_data
     15 * @cfgchip: CFGCHIP syscon regmap
     16 */
     17struct da8xx_usb_phy_platform_data {
     18	struct regmap *cfgchip;
     19};
     20
     21#endif /* __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_H__ */