HomeSort by: relevance | last modified time | path
    Searched refs:com_lcr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
ns16550reg.h 49 #define com_lcr com_cfcr macro
com.c 137 #define com_lcr com_cfcr macro
269 [COM_REG_LCR] = com_lcr,
  /src/sys/arch/hpcmips/stand/lcboot/
com.c 73 #define com_lcr com_cfcr macro
140 REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_DLAB);
149 REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_8BITS);
extern.h 43 #define com_lcr com_cfcr macro
  /src/sys/arch/mips/sibyte/dev/
sbscn.c 1771 bus_space_write_1(iot, ioh, com_lcr, LCR_EERS);
1773 bus_space_write_1(iot, ioh, com_lcr, LCR_DLAB);
1777 bus_space_write_1(iot, ioh, com_lcr, cflag2lcr(cflag));
  /src/sys/arch/arm/s3c2xx0/
sscom.c 1206 bus_space_write_1(iot, ioh, com_lcr, LCR_EERS);

Completed in 17 milliseconds