OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SB_PGD_PORT_BASE
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
wcd9xxx-slimslave.h
66
#define
SB_PGD_PORT_BASE
0x000
67
#define SB_PGD_PORT_CFG_BYTE_ADDR(offset, port_num) (
SB_PGD_PORT_BASE
+ offset + (1 * port_num))
69
#define SB_PGD_TX_PORT_MULTI_CHANNEL_0(port_num) (
SB_PGD_PORT_BASE
+ 0x100 + 4*port_num)
72
#define SB_PGD_TX_PORT_MULTI_CHANNEL_1(port_num) (
SB_PGD_PORT_BASE
+ 0x101 + 4*port_num)
75
#define SB_PGD_RX_PORT_MULTI_CHANNEL_0(offset, port_num) (
SB_PGD_PORT_BASE
+ offset + (4 * port_num))
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
wcd9xxx-slimslave.h
75
#define
SB_PGD_PORT_BASE
0x000
78
(
SB_PGD_PORT_BASE
+ offset + (1 * port_num))
81
(
SB_PGD_PORT_BASE
+ 0x100 + 4*port_num)
86
(
SB_PGD_PORT_BASE
+ 0x101 + 4*port_num)
90
(
SB_PGD_PORT_BASE
+ offset + (4 * port_num))
Completed in 151 milliseconds