Lines Matching refs:iac
348 out_8(&mb->iac, LOGADDR); in mace_reset()
350 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
351 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
359 out_8(&mb->iac, 0); in mace_reset()
376 out_8(&mb->iac, PHYADDR); in __mace_set_address()
378 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
379 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
385 out_8(&mb->iac, 0); in __mace_set_address()
618 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
620 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
621 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
627 out_8(&mb->iac, 0); in mace_set_multicast()