Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmacmace.c265 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()
Dmace.c320 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()
Dmace.h160 #define ADDRCHG 0x80 /* request address change */ macro