Home
last modified time | relevance | path

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

/drivers/net/ethernet/apple/
Dmacmace.c303 mb->iac = LOGADDR; in mace_reset()
305 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
519 mb->iac = LOGADDR; in mace_set_multicast()
521 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
Dmace.h162 #define LOGADDR 0x02 /* access multicast filter */ macro
Dmace.c353 out_8(&mb->iac, LOGADDR); in mace_reset()
355 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
622 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
624 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()