Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dfmn.c189 uint64_t rdval; in nlm_cms_set_onchip_queue() local
191 rdval = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_set_onchip_queue()
192 rdval |= val; in nlm_cms_set_onchip_queue()
193 nlm_write_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid), rdval); in nlm_cms_set_onchip_queue()