Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
A Dmacmace.c298 mb->iac = LOGADDR; in mace_reset()
300 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
514 mb->iac = LOGADDR; in mace_set_multicast()
516 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
A Dmace.h158 #define LOGADDR 0x02 /* access multicast filter */ macro
A Dmace.c353 out_8(&mb->iac, LOGADDR); in mace_reset()
355 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
620 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
622 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()

Completed in 8 milliseconds