Searched refs:ADDRCHG (Results 1 – 3 of 3) sorted by relevance
265 mb->iac = ADDRCHG | PHYADDR; in mace_set_address()266 while ((mb->iac & ADDRCHG) != 0); in mace_set_address()355 mb->iac = ADDRCHG | PHYADDR; in mace_open()357 while ((mb->iac & ADDRCHG) != 0); in mace_open()363 mb->iac = ADDRCHG | LOGADDR; in mace_open()365 while ((mb->iac & ADDRCHG) != 0); in mace_open()479 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()480 while (mb->iac & ADDRCHG); in mace_set_multicast()
320 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()321 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()348 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()349 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()680 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()681 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
160 #define ADDRCHG 0x80 /* request address change */ macro