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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c89 static struct sdio_uart_port *sdio_uart_table[UART_NR]; variable in typeref:struct:sdio_uart_port
104 if (!sdio_uart_table[index]) {
106 sdio_uart_table[index] = port;
124 port = sdio_uart_table[index];
150 BUG_ON(sdio_uart_table[port->index] != port);
153 sdio_uart_table[port->index] = NULL;

Completed in 44 milliseconds