Lines Matching refs:iac
353 out_8(&mb->iac, LOGADDR); in mace_reset()
355 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
356 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
364 out_8(&mb->iac, 0); in mace_reset()
381 out_8(&mb->iac, PHYADDR); in __mace_set_address()
383 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
384 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
390 out_8(&mb->iac, 0); in __mace_set_address()
620 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
622 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
623 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
629 out_8(&mb->iac, 0); in mace_set_multicast()