Home
last modified time | relevance | path

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

/NextBSD/sys/mips/nlm/hal/
HDfmn.c245 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_illegal_dst_error_intr()
247 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_illegal_dst_error_intr()
254 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_timeout_error_intr()
256 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_timeout_error_intr()
263 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_biu_error_resp_intr()
265 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_biu_error_resp_intr()
272 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_uncorrectable_ecc_error_intr()
274 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_uncorrectable_ecc_error_intr()
281 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_correctable_ecc_error_intr()
283 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_correctable_ecc_error_intr()
[all …]
HDfmn.h45 #define CMS_MSG_CONFIG (0x2008/4) macro