OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfg4
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_machdep.c
1190
uint32_t cfg, cfg1,
cfg4
;
local in function:mips_vector_init
1195
cfg4
= mipsNN_cp0_config4_read();
1197
cfg4
= 0;
1249
if (__SHIFTOUT(
cfg4
, MIPSNN_CFG4_MMU_EXT_DEF) ==
1252
__SHIFTOUT(
cfg4
, MIPSNN_CFG4_MMU_SIZE_EXT) <<
/src/sys/dev/ic/
rtw.c
1018
uint8_t
cfg4
;
local in function:rtw_set_rfprog
1021
cfg4
= RTW_READ8(regs, RTW_CONFIG4) & ~RTW_CONFIG4_RFTYPE_MASK;
1025
cfg4
|= __SHIFTIN(rtw_rfprog_fallback, RTW_CONFIG4_RFTYPE_MASK);
1029
cfg4
|= RTW_CONFIG4_RFTYPE_INTERSIL;
1033
cfg4
|= RTW_CONFIG4_RFTYPE_PHILIPS;
1038
cfg4
|= RTW_CONFIG4_RFTYPE_RFMD;
1043
RTW_WRITE8(regs, RTW_CONFIG4,
cfg4
);
Completed in 120 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025