Lines Matching refs:start
480 /* save the start recv page */
516 /* save the start xmit page */
709 /* write the tohost queue start address */
716 /* write the fromhost queue start address */
1527 unsigned long start;
1543 start = jiffies;
1551 } while (time_before(jiffies, start + HZ / 2));
1645 netdev_err(mod->ndev, "unable to start CAN layer\n");
1657 /* start up the network device */
1794 /* start up the network device */
1962 mod->dpm = ioremap(res->start, resource_size(res));
1979 mod->ctrl = ioremap(res->start, resource_size(res));
1998 dev_err(dev, "%s: unable to start CANdev\n", __func__);