Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
A Dmacmace.c300 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
301 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
329 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
330 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()
516 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
517 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
A Dmace.c355 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
356 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()
622 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
623 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_set_multicast()
A Dmace.h156 #define ADDRCHG 0x80 /* request address change */ macro

Completed in 8 milliseconds