Amit Gandhi / mbed-dev

Fork of mbed-dev by mbed official

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_platform.h

Committer:
AnnaBridge
Date:
2017-11-08
Revision:
178:d650f5d4c87a
Parent:
168:e84263d55307

File content as of revision 178:d650f5d4c87a:

/*
 * Copyright (c) 2013-2016 Realtek Semiconductor Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// HCI_CLK_CTRL0
#define BIT_ACTCK_SDIOD            BIT(0)
#define BIT_SLPCK_SDIOD            BIT(1)
#define BIT_ACTCK_SDIOH            BIT(2)
#define BIT_SLPCK_SDIOH            BIT(3)
#define BIT_ACTCK_HCI_OTG          BIT(4)
#define BIT_SLPCK_HCI_OTG          BIT(5)
#define BIT_ACTCK_MII_MPHY         BIT(24)
#define BIT_SLPCK_MII_MPHY         BIT(25)