Searched refs:mxcc_control (Results 1 – 2 of 2) sorted by relevance
117 unsigned long mxcc_control; in mxcc_get_creg() local123 "=r" (mxcc_control) : in mxcc_get_creg()126 return mxcc_control; in mxcc_get_creg()129 static inline void mxcc_set_creg(unsigned long mxcc_control) in mxcc_set_creg() argument132 "r" (mxcc_control), "r" (MXCC_CREG), in mxcc_set_creg()
1421 unsigned long mxcc_control = mxcc_get_creg(); in poke_viking() local1423 mxcc_control |= (MXCC_CTL_ECE | MXCC_CTL_PRE | MXCC_CTL_MCE); in poke_viking()1424 mxcc_control &= ~(MXCC_CTL_RRC); in poke_viking()1425 mxcc_set_creg(mxcc_control); in poke_viking()
Completed in 10 milliseconds