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 1967 uint8_t tcr_value = ((rx_start>>2) << 4) | (rx_halt>>2); local in function:com_loadchannelregs
1974 CSR_WRITE_1(regsp, COM_REG_TCR, tcr_value);
2779 uint8_t tcr_value = ((rx_start>>2) << 4) | (rx_halt>>2); local in function:cominit
2786 CSR_WRITE_1(regsp, COM_REG_TCR, tcr_value);

Completed in 12 milliseconds