Searched refs:ADDRCHG (Results 1 – 2 of 2) sorted by relevance
354 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()355 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()383 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()384 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()625 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()626 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
156 #define ADDRCHG 0x80 /* request address change */ macro