Lines Matching defs:setup
878 printf("%s: MII interface PHY %d, setup/reset sequences %d/%d long, capabilities %hhX %hhX.\n",
895 /* tulip_init_ring - setup the tx and rx descriptors */
991 /* MC_HASH_ONLY boards don't support setup packets */
996 /* clear multicast hash filters and setup MAC address filters */
1013 /* for other boards we send a setup packet to initialize
1042 /* send setup packet for cards that support it */
1102 /* setup the transmit descriptor */
1762 u16 setup[5];
1765 setup[i] = get_u16(&p[i*2 + 1]);
1786 tp->nic_name, medianame[tp->if_port], setup[0], setup[1]);
1788 if (p[0] & 0x40) { /* SIA (CSR13-15) setup values are provided. */
1789 csr13val = setup[0];
1790 csr14val = setup[1];
1791 csr15dir = (setup[3]<<16) | setup[2];
1792 csr15val = (setup[4]<<16) | setup[2];
1801 csr15dir = (setup[0]<<16) | 0x0008;
1802 csr15val = (setup[1]<<16) | 0x0008;
1819 new_csr6 = 0x82020000 | ((setup[2] & 0x71) << 18);