Searched refs:ISR_STATUS_M (Results 1 – 1 of 1) sorted by relevance
277 #define ISR_STATUS_M 0x0000ffff /* contains +ve errno */ macro278 #define ISR_COMPLETE(err) (ISR_COMPLETE_M | (ISR_STATUS_M & (err)))991 int status = -(hret & ISR_STATUS_M); in img_i2c_isr()