gemini_lpchc.c | 93 void *arg, uint32_t bit, boolean_t isedge) 101 iqp->iq_isedge = isedge; 164 boolean_t isedge; local in function:gemini_lpchc_intr_establish 168 isedge = ((type == IST_EDGE_RISING) || (type == IST_EDGE_FALLING)); 183 bit, isedge); 190 if (isedge) 196 ih = gemini_lpchc_intrq_insert(sc, func, arg, bit, isedge);
|