Home | History | Annotate | Download | only in netboot

Lines Matching defs:mem_start

462 static Address		mem_start = DEPCA_RAM_BASE;
552 lp.sh_mem = mem_start;
553 mem_start += sizeof(struct depca_init);
555 mem_start = (mem_start + ALIGN) & ~ALIGN;
556 lp.rx_ring = (struct depca_rx_desc *) mem_start;
557 mem_start += (sizeof(struct depca_rx_desc) * NUM_RX_DESC);
558 lp.tx_ring = (struct depca_tx_desc *) mem_start;
559 mem_start += (sizeof(struct depca_tx_desc) * NUM_TX_DESC);
561 lp.bus_offset = mem_start & 0x00ff0000;
563 lp.dma_buffs = mem_start & LA_MASK;
695 memcpy((char *)mem_start, sig, sizeof(sig));
696 if (memcmp((char *)mem_start, sig, sizeof(sig)) != 0)
721 adapter_name[adapter], ioaddr, mem_start, mem_start + mem_len,