HomeSort by: relevance | last modified time | path
    Searched defs:ic_con (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
dwiic.c 335 u_int32_t ic_con, st, cmd, resp; local in function:dwiic_i2c_exec
370 ic_con = dwiic_read(sc, DW_IC_CON);
371 ic_con &= ~DW_IC_CON_10BITADDR_MASTER;
372 dwiic_write(sc, DW_IC_CON, ic_con);
  /src/usr.bin/xlint/lint1/
tree.c 477 ic_con(const type_t *tp, const val_t *v) function in typeref:typename:integer_constraints
564 return ic_con(tn->tn_type, &tn->u.value);

Completed in 37 milliseconds