Home
last modified time | relevance | path

Searched refs:ucore_cfg (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/nlm/hal/
H A Ducore_loader.h64 uint32_t ucore_cfg; in nlm_ucore_write_sharedmem() local
70 ucore_cfg = nlm_read_nae_reg(nae_base, NAE_RX_UCORE_CFG); in nlm_ucore_write_sharedmem()
73 (ucore_cfg & ~(0x1 << 7))); in nlm_ucore_write_sharedmem()
86 uint32_t ucore_cfg, val; in nlm_ucore_read_sharedmem() local
91 (ucore_cfg & ~(0x1 << 7))); in nlm_ucore_read_sharedmem()
106 uint32_t ucore_cfg = 0; in nlm_ucore_load_all() local
114 ucore_cfg | (1 << 24)); in nlm_ucore_load_all()
118 ucore_cfg = nlm_read_nae_reg(nae_base, in nlm_ucore_load_all()
120 } while ((ucore_cfg & (1 << 25)) == 0); in nlm_ucore_load_all()
134 ucore_cfg = ucore_cfg | (((mask) & 0xffff) << 8); in nlm_ucore_load_all()
[all …]