Lines Matching refs:start
162 #define XIRCREG2_RBS 8 /* receive buffer start register */
628 if ((p_dev->resource[0]->start & 0xf) == 8)
639 p_dev->resource[1]->start = p_dev->resource[0]->start;
641 p_dev->resource[0]->start = ioaddr;
652 resource_size_t tmp = p_dev->resource[1]->start;
657 if ((p_dev->resource[0]->start & 0xf) == 8)
668 p_dev->resource[1]->start = p_dev->resource[0]->start;
669 p_dev->resource[0]->start = tmp;
797 link->resource[0]->start = ioaddr;
801 link->resource[0]->start = 0; /* let CS decide */
830 link->resource[1]->start & 0xff);
835 (link->resource[1]->start >> 8) & 0xff);
845 link->resource[2]->start = link->resource[2]->end = 0;
849 local->dingo_ccr = ioremap(link->resource[2]->start, 0x1000) + 0x0800;
857 ioaddr = link->resource[0]->start;
904 dev->base_addr = link->resource[0]->start;
1051 unsigned rhsa; /* receive start address */