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

  /src/sys/arch/cobalt/stand/boot/
ns16550.c 52 CSR_WRITE(com_port, com_lctl, LCR_DLAB);
  /src/sys/arch/hpcmips/stand/lcboot/
com.c 140 REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_DLAB);
  /src/sys/arch/evbarm/stand/board/
ns16550.c 87 OUTB(com_cfcr, LCR_DLAB);
  /src/sys/arch/mmeye/stand/boot/
com.c 143 CSR_WRITE(com_port, com_lctl, LCR_DLAB);
  /src/sys/arch/i386/stand/lib/
comio_direct.c 188 outb(combase + com_cfcr, LCR_DLAB);
  /src/sys/dev/ic/
comreg.h 100 #define LCR_DLAB 0x80 /* Divisor latch access enable */
com.c 707 lcr | LCR_DLAB);
742 lcr & ~LCR_DLAB);
747 CSR_WRITE_1(regsp, COM_REG_LCR, lcr | LCR_DLAB);
1832 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
2247 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
2268 CSR_WRITE_1(regsp, COM_REG_LCR, sc->sc_lcr | LCR_DLAB);
2587 CSR_WRITE_1(regsp, COM_REG_LCR, LCR_DLAB);
  /src/sys/arch/mips/ingenic/
ingenic_com.c 108 com0addr[com_lctl] = htole32(LCR_DLAB);
  /src/sys/arch/mmeye/mmeye/
machdep.c 573 #define LCR_DLAB 0x80
616 OUTP(LCR, INP(LCR) | LCR_DLAB);
619 OUTP(LCR, INP(LCR) & ~LCR_DLAB);
  /src/sys/arch/mips/rmi/
rmixl_com.c 163 com0addr[com_lctl] = htobe32(LCR_DLAB);
  /src/sys/arch/ofppc/ofppc/
machdep.c 435 bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_DLAB);
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 81 #define LCR_DLAB 0x80
  /src/sys/arch/hp300/dev/
dnkbd.c 333 bus_space_write_1(bst, bsh, com_lctl, LCR_DLAB);
  /src/sys/arch/mips/sibyte/dev/
sbscn.c 1773 bus_space_write_1(iot, ioh, com_lcr, LCR_DLAB);

Completed in 19 milliseconds