Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
Dmacmace.c304 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
305 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
333 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
334 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()
Dmace.c354 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
355 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
382 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
383 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
621 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
622 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
Dmace.h160 #define ADDRCHG 0x80 /* request address change */ macro