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()
299 iobase = info->p_dev->resource[0]->start; in btuart_interrupt()
357 iobase = info->p_dev->resource[0]->start; in btuart_change_speed()
462 unsigned int iobase = info->p_dev->resource[0]->start; in btuart_open()
528 unsigned int iobase = info->p_dev->resource[0]->start; in btuart_close()
583 if ((p_dev->resource[0]->end != 8) || (p_dev->resource[0]->start == 0)) in btuart_check_config()
586 p_dev->resource[0]->end = 8; in btuart_check_config()
587 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in btuart_check_config()
588 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in btuart_check_config()
602 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in btuart_check_config_notpicky()
603 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in btuart_check_config_notpicky()
604 p_dev->resource[0]->end = 8; in btuart_check_config_notpicky()
607 p_dev->resource[0]->start = base[j]; in btuart_check_config_notpicky()