Home
last modified time | relevance | path

Searched refs:DIO_SCINHOLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dio/
H A Ddio.c130 if (DIO_SCINHOLE(scode)) in dio_find()
203 if (DIO_SCINHOLE(scode)) in dio_init()
283 else if (DIO_SCINHOLE(scode)) in dio_scodetophysaddr()
/openbmc/linux/include/linux/
H A Ddio.h120 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE)) macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_hp300.c101 if (DIO_SCINHOLE(hp300_uart_scode)) in hp300_setup_serial_console()