Lines Matching refs:iac
318 out_8(&mb->iac, LOGADDR); in mace_reset()
320 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
321 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
329 out_8(&mb->iac, 0); in mace_reset()
346 out_8(&mb->iac, PHYADDR); in __mace_set_address()
348 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
349 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
355 out_8(&mb->iac, 0); in __mace_set_address()
678 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
680 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
681 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
687 out_8(&mb->iac, 0); in mace_set_multicast()