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

  /src/sys/dev/ic/
ns16450reg.h 44 #define com_cfcr 3 /* line control register (R/W) */ macro
ns16550reg.h 48 #define com_cfcr 3 /* line control register (R/W) */ macro
49 #define com_lcr com_cfcr
st16650reg.h 49 #define com_cfcr 3 /* line control register (R/W) */ macro
com.c 137 #define com_lcr com_cfcr
  /src/sys/arch/evbarm/stand/board/
ns16550.c 87 OUTB(com_cfcr, LCR_DLAB);
91 OUTB(com_cfcr, LCR_8BITS);
  /src/sys/arch/i386/stand/lib/
comio_direct.c 188 outb(combase + com_cfcr, LCR_DLAB);
205 outb(combase + com_cfcr, LCR_8BITS);
  /src/sys/arch/hpcmips/stand/lcboot/
com.c 73 #define com_lcr com_cfcr
extern.h 43 #define com_lcr com_cfcr
  /src/sys/arch/hpcmips/isa/
isa_machdep.c 337 *((volatile u_int8_t *)(addr + com_cfcr)) = LCR_8BITS;
340 ubtmp1 = *((volatile u_int8_t *)(addr + com_cfcr));
  /src/sys/arch/ofppc/ofppc/
machdep.c 435 bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_DLAB);
439 bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_8BITS);

Completed in 61 milliseconds