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

  /src/sys/dev/ic/
com.c 1854 uint8_t tcr_value = ((rx_start>>2) << 4) | (rx_halt>>2); local in function:com_loadchannelregs
1861 CSR_WRITE_1(regsp, COM_REG_TCR, tcr_value);
2614 uint8_t tcr_value = ((rx_start>>2) << 4) | (rx_halt>>2); local in function:cominit
2621 CSR_WRITE_1(regsp, COM_REG_TCR, tcr_value);

Completed in 12 milliseconds