Searched refs:ic_con (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwiic.c337 u_int32_t ic_con, st, cmd, resp; local
372 ic_con = dwiic_read(sc, DW_IC_CON);
373 ic_con &= ~DW_IC_CON_10BITADDR_MASTER;
374 dwiic_write(sc, DW_IC_CON, ic_con);
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c133 ic_con(const type_t *tp, const val_t *v) function
291 return ic_con(tn->tn_type, &tn->u.value);

Completed in 183 milliseconds