hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2020 Rockchip Electronics Co. Ltd.
 *
 * Author: Chen Shunqing <csq@rock-chips.com>
 */
 
#ifndef COMBRXPHY_H
#define COMBRXPHY_H
 
#define COMBRX_REG(x)            ((x) + 0x10000)
 
int rk628_combrxphy_power_on(struct rk628 *rk628, int f);
int rk628_combrxphy_power_off(struct rk628 *rk628);
 
#endif