Lines Matching refs:iac
352 out_8(&mb->iac, LOGADDR); in mace_reset()
354 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
355 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
363 out_8(&mb->iac, 0); in mace_reset()
380 out_8(&mb->iac, PHYADDR); in __mace_set_address()
382 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
383 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
389 out_8(&mb->iac, 0); in __mace_set_address()
619 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
621 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
622 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
628 out_8(&mb->iac, 0); in mace_set_multicast()