Searched refs:init_words (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/i825xx/
H A D3c507.c170 What follows in 'init_words[]' is the "program" that is downloaded to the
239 static unsigned short init_words[] = { variable
724 init_words[3] = SCB_BASE;
725 init_words[7] = SCB_BASE;
728 memcpy_toio(lp->base + RX_BUF_END - 10, init_words, 10);
731 memcpy_toio(lp->base, init_words + 5, sizeof(init_words) - 10);

Completed in 9 milliseconds