OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAL_READ
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
rt2860.c
231
tmp =
RAL_READ
(sc, RT2860_ASIC_VER_ID);
917
uint32_t tmp =
RAL_READ
(sc, RT2860_DEBUG);
998
tmp =
RAL_READ
(sc, RT2860_WCID_ENTRY(wcid) + 4);
1013
tmp =
RAL_READ
(sc, RT2860_WCID_ENTRY(wcid) + 4);
1038
tmp =
RAL_READ
(sc, RT2860_BCN_TIME_CFG);
1112
tmp =
RAL_READ
(sc, RT3070_EFUSE_CTRL);
1117
tmp =
RAL_READ
(sc, RT3070_EFUSE_CTRL);
1130
tmp =
RAL_READ
(sc, reg);
1164
n = ((
RAL_READ
(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7;
1178
tmp =
RAL_READ
(sc, RT2860_PCI_EECTRL)
[
all
...]
rt2661.c
211
if ((val =
RAL_READ
(sc, RT2661_MAC_CSR0)) != 0)
797
tmp =
RAL_READ
(sc, RT2661_TXRX_CSR9);
876
n = (
RAL_READ
(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7;
890
tmp =
RAL_READ
(sc, RT2661_E2PROM_CSR);
918
val =
RAL_READ
(sc, RT2661_STA_CSR4);
1120
tsf_hi =
RAL_READ
(sc, RT2661_TXRX_CSR13);
1121
tsf_lo =
RAL_READ
(sc, RT2661_TXRX_CSR12);
1218
RAL_READ
(sc, RT2661_M2H_CMD_DONE_CSR);
1237
r1 =
RAL_READ
(sc, RT2661_INT_SOURCE_CSR);
1238
r2 =
RAL_READ
(sc, RT2661_MCU_INT_SOURCE_CSR)
[
all
...]
rt2560.c
331
sc->asic_rev =
RAL_READ
(sc, RT2560_CSR0);
984
n = (
RAL_READ
(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7;
998
tmp =
RAL_READ
(sc, RT2560_CSR21);
1024
hw = (
RAL_READ
(sc, RT2560_SECCSR1) - sc->txq.physaddr) /
1242
hw = (
RAL_READ
(sc, RT2560_SECCSR0) - sc->rxq.physaddr) /
1332
tsf_hi =
RAL_READ
(sc, RT2560_CSR17);
1333
tsf_lo =
RAL_READ
(sc, RT2560_CSR16);
1489
if ((r =
RAL_READ
(sc, RT2560_CSR7)) == 0)
1513
if ((r =
RAL_READ
(sc, RT2560_CSR7)) == 0)
2264
if (!(
RAL_READ
(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)
[
all
...]
rt2560reg.h
304
#define
RAL_READ
(sc, reg) \
rt2661reg.h
325
#define
RAL_READ
(sc, reg) \
rt2860reg.h
1075
#define
RAL_READ
(sc, reg) \
Completed in 30 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026