Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmacmace.c302 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()
H A Dmace.h156 #define ADDRCHG 0x80 /* request address change */ macro
H A Dmace.c356 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()