/src/sys/arch/mips/rmi/ |
rmixl_fmn.c | 556 uint32_t sts1; local in function:rmixl_fmn_config_core 565 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 566 if ((sts1 & RMIXL_MSG_STS1_ERRS) != 0) 567 RMIXL_MTC2(RMIXL_COP_2_MSG_STS, 1, sts1); 627 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 628 KASSERT((sts1 & RMIXL_MSG_STS1_ERRS) == 0);
|
rmixl_fmn.c | 556 uint32_t sts1; local in function:rmixl_fmn_config_core 565 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 566 if ((sts1 & RMIXL_MSG_STS1_ERRS) != 0) 567 RMIXL_MTC2(RMIXL_COP_2_MSG_STS, 1, sts1); 627 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 628 KASSERT((sts1 & RMIXL_MSG_STS1_ERRS) == 0);
|
rmixl_fmn.c | 556 uint32_t sts1; local in function:rmixl_fmn_config_core 565 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 566 if ((sts1 & RMIXL_MSG_STS1_ERRS) != 0) 567 RMIXL_MTC2(RMIXL_COP_2_MSG_STS, 1, sts1); 627 RMIXL_MFC2(RMIXL_COP_2_MSG_STS, 1, sts1); 628 KASSERT((sts1 & RMIXL_MSG_STS1_ERRS) == 0);
|