Home
last modified time | relevance | path

Searched refs:COM_REG_IIR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcom.c256 [COM_REG_IIR] = com_iir,
484 CSR_WRITE_1(regs, COM_REG_IIR, 0); in com_probe_subr()
486 (CSR_READ_1(regs, COM_REG_IIR) & 0x38)) in com_probe_subr()
676 if (ISSET(CSR_READ_1(regsp, COM_REG_IIR), IIR_FIFO_MASK) in com_attach_subr()
740 iir1 = CSR_READ_1(regsp, COM_REG_IIR); in com_attach_subr()
745 iir2 = CSR_READ_1(regsp, COM_REG_IIR); in com_attach_subr()
866 (void) CSR_READ_1(regsp, COM_REG_IIR); in com_config()
2216 iir = CSR_READ_1(regsp, COM_REG_IIR); in comintr()
2232 iir = CSR_READ_1(regsp, COM_REG_IIR); in comintr()
2408 CSR_READ_1(regsp, COM_REG_IIR)), IIR_NOPEN in comintr()
[all...]
H A Dcomvar.h86 #define COM_REG_IIR 5 macro
/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_uart.c77 [COM_REG_IIR] = MIO_UART_IIR_OFFSET,
/netbsd-src/sys/arch/mips/alchemy/dev/
H A Dcom_aubus.c181 [COM_REG_IIR] = AUCOM_IIR,
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_com.c378 [COM_REG_IIR] = RA_UART_IIR,