The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dts/include/dt-bindings/soc/qcom,tcsr.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0 */
    2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. */
    3 #ifndef __DT_BINDINGS_QCOM_TCSR_H__
    4 #define __DT_BINDINGS_QCOM_TCSR_H__
    5 
    6 #define TCSR_USB_SELECT_USB3_P0                 0x1
    7 #define TCSR_USB_SELECT_USB3_P1                 0x2
    8 #define TCSR_USB_SELECT_USB3_DUAL               0x3
    9 
   10 #define TCSR_USB_HSPHY_HOST_MODE                0x00E700E7
   11 #define TCSR_USB_HSPHY_DEVICE_MODE              0x00C700E7
   12 
   13 #define TCSR_ESS_PSGMII                 0
   14 #define TCSR_ESS_PSGMII_RGMII5          1
   15 #define TCSR_ESS_PSGMII_RMII0           2
   16 #define TCSR_ESS_PSGMII_RMII1           4
   17 #define TCSR_ESS_PSGMII_RMII0_RMII1     6
   18 #define TCSR_ESS_PSGMII_RGMII4  9
   19 
   20 #define TCSR_WIFI_GLB_CFG               0x41000000
   21 
   22 #define TCSR_WIFI_NOC_MEMTYPE_M0_M2     0x02222222
   23 
   24 #define IPQ806X_TCSR_REG_A_ADM_CRCI_MUX_SEL     0
   25 #define IPQ806X_TCSR_REG_B_ADM_CRCI_MUX_SEL     1
   26 
   27 #endif

Cache object: 9ebbc9718742ff3a635cf6b6f580d804


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.