Searched refs:FIFO_ENABLE (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | com.c | 314 u_int8_t fifo = FIFO_ENABLE|FIFO_RCV_RST|FIFO_XMT_RST; in comopen() 558 u_int8_t fifo = FIFO_ENABLE|FIFO_RCV_RST|FIFO_XMT_RST; in com_resume() 853 FIFO_ENABLE | FIFO_ENABLE_64BYTE | in comparam() 858 FIFO_ENABLE | in comparam() 1157 FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST | FIFO_TRIGGER_1); in cominit() 1327 com_write_reg(sc, com_fifo, FIFO_ENABLE); in com_attach_subr() 1395 FIFO_ENABLE | FIFO_ENABLE_64BYTE); in com_attach_subr() 1403 com_write_reg(sc, com_fifo, FIFO_ENABLE); in com_attach_subr() 1523 (FIFO_ENABLE | FIFO_TRIGGER_1) : 0; in com_attach_subr() 1585 fifo = FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST; in com_fifo_probe()
|
H A D | comreg.h | 87 #define FIFO_ENABLE 0x01 /* Turn the FIFO on */ macro
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.h | 131 …SE_SF(DP_STREAM_ENC0_DP_STREAM_ENC_CLOCK_RAMP_ADJUSTER_FIFO_STATUS_CONTROL0, FIFO_ENABLE, mask_sh)… 176 type FIFO_ENABLE;\
|
H A D | dcn31_hpo_dp_stream_encoder.c | 136 FIFO_ENABLE, 1); in dcn31_hpo_dp_stream_enc_dp_unblank() 167 FIFO_ENABLE, 0); in dcn31_hpo_dp_stream_enc_dp_blank()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-go32.c | 80 #define FIFO_ENABLE 0x01 /* enable fifo */ macro 509 FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST | FIFO_TRIGGER); in dos_open() 684 outb (port, com_fifo, FIFO_ENABLE | FIFO_RCV_RST | FIFO_TRIGGER); in dos_flush_input()
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | bioscons.c | 149 outb(port + com_fifo, FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST | in com_init()
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | bioscons.c | 152 outb(port + com_fifo, FIFO_ENABLE | FIFO_RCV_RST | FIFO_XMT_RST | in com_init()
|
/openbsd/sys/arch/sh/dev/ |
H A D | scif.c | 597 sc->sc_fifo = FIFO_DMA_MODE | FIFO_ENABLE | FIFO_TRIGGER_8; in scifparam() 599 sc->sc_fifo = FIFO_ENABLE | in scifparam()
|