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

  /src/sys/dev/ic/
bmx280.c 850 int32_t m_temp, m_press, m_hum; local in function:bmx280_refresh
907 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, true);
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
944 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
989 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
  /src/sys/arch/mips/sibyte/dev/
sbmac.c 603 struct mbuf *m_temp = NULL; local in function:sbdma_add_txbuffer
629 for(m_temp = m->m_next; m_temp != 0; m_temp = m_temp->m_next) {
633 if (m_temp->m_len == 0)
636 len = m_temp->m_len;
637 addr = KVTOPHYS(mtod(m_temp, void *));
651 KVTOPHYS(mtod(m_temp, char *) + len)) {
693 addr = KVTOPHYS(mtod(m_temp, char *) + len)
    [all...]

Completed in 12 milliseconds