Home
last modified time | relevance | path

Searched refs:ADDRCHG (Results 1 – 3 of 3) sorted by relevance

/drivers/net/
Dmacmace.c305 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
306 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
334 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
335 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()
526 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
527 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
Dmace.c350 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
351 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
378 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
379 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
620 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
621 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
Dmace.h160 #define ADDRCHG 0x80 /* request address change */ macro