Searched refs:nlm_read_cms_reg (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/mips/nlm/hal/ |
| HD | fmn.c | 166 queue_config = nlm_read_cms_reg(base,(CMS_OUTPUTQ_CONFIG(qid))); in nlm_cms_alloc_spill_q() 182 return nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_get_onchip_queue() 189 rdval = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_set_onchip_queue() 199 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_per_queue_level_intr() 214 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_per_queue_timer_intr() 228 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_outputq_intr_check() 236 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_outputq_clr_intr() 245 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_illegal_dst_error_intr() 254 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_timeout_error_intr() 263 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_biu_error_resp_intr() [all …]
|
| HD | fmn.h | 144 #define nlm_read_cms_reg(b, r) nlm_read_reg64_xkphys(b,r) macro
|