Home
last modified time | relevance | path

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

/drivers/mmc/card/
Dsdio_uart.c96 static struct sdio_uart_port *sdio_uart_table[UART_NR]; variable
110 if (!sdio_uart_table[index]) { in sdio_uart_add_port()
112 sdio_uart_table[index] = port; in sdio_uart_add_port()
130 port = sdio_uart_table[index]; in sdio_uart_port_get()
154 BUG_ON(sdio_uart_table[port->index] != port); in sdio_uart_port_remove()
157 sdio_uart_table[port->index] = NULL; in sdio_uart_port_remove()