Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dfmn.c247 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_illegal_dst_error_intr()
249 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_illegal_dst_error_intr()
256 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_timeout_error_intr()
258 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_timeout_error_intr()
265 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_biu_error_resp_intr()
267 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_biu_error_resp_intr()
274 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_uncorrectable_ecc_error_intr()
276 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_uncorrectable_ecc_error_intr()
283 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_correctable_ecc_error_intr()
285 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_correctable_ecc_error_intr()
[all …]
H A Dfmn.h47 #define CMS_MSG_CONFIG (0x2008/4) macro