Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
Dmacmace.c302 mb->iac = LOGADDR; in mace_reset()
304 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
518 mb->iac = LOGADDR; in mace_set_multicast()
520 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
Dmace.h162 #define LOGADDR 0x02 /* access multicast filter */ macro
Dmace.c352 out_8(&mb->iac, LOGADDR); in mace_reset()
354 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
619 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
621 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()