Searched refs:ADDRCHG (Results 1 – 3 of 3) sorted by relevance
302 mb->iac = ADDRCHG | LOGADDR; in mace_reset()303 while ((mb->iac & ADDRCHG) != 0) in mace_reset()332 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()333 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()520 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()521 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
156 #define ADDRCHG 0x80 /* request address change */ macro
356 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()357 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()385 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()386 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()627 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()628 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()