Lines Matching refs:resource
143 unsigned int iobase = info->p_dev->resource[0]->start; in btuart_write_wakeup()
185 iobase = info->p_dev->resource[0]->start; in btuart_receive()
298 iobase = info->p_dev->resource[0]->start; in btuart_interrupt()
356 iobase = info->p_dev->resource[0]->start; in btuart_change_speed()
456 unsigned int iobase = info->p_dev->resource[0]->start; in btuart_open()
522 unsigned int iobase = info->p_dev->resource[0]->start; in btuart_close()
577 if ((p_dev->resource[0]->end != 8) || (p_dev->resource[0]->start == 0)) in btuart_check_config()
580 p_dev->resource[0]->end = 8; in btuart_check_config()
581 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in btuart_check_config()
582 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in btuart_check_config()
596 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in btuart_check_config_notpicky()
597 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in btuart_check_config_notpicky()
598 p_dev->resource[0]->end = 8; in btuart_check_config_notpicky()
601 p_dev->resource[0]->start = base[j]; in btuart_check_config_notpicky()