Searched refs:iac (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/apple/ |
D | macmace.c | 298 mb->iac = LOGADDR; in mace_reset() 300 mb->iac = ADDRCHG | LOGADDR; in mace_reset() 301 while ((mb->iac & ADDRCHG) != 0) in mace_reset() 309 mb->iac = 0; in mace_reset() 327 mb->iac = PHYADDR; in __mace_set_address() 329 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address() 330 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address() 336 mb->iac = 0; in __mace_set_address() 514 mb->iac = LOGADDR; in mace_set_multicast() 516 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast() [all …]
|
D | mace.c | 353 out_8(&mb->iac, LOGADDR); in mace_reset() 355 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset() 356 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset() 364 out_8(&mb->iac, 0); in mace_reset() 381 out_8(&mb->iac, PHYADDR); in __mace_set_address() 383 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address() 384 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address() 390 out_8(&mb->iac, 0); in __mace_set_address() 620 out_8(&mb->iac, LOGADDR); in mace_set_multicast() 622 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast() [all …]
|
D | mace.h | 30 REG(iac); /* internal address config */
|
/drivers/misc/ |
D | apds990x.c | 433 int iac, iac1, iac2; /* IR adjusted counts */ in apds990x_get_lux() local 443 iac = max(iac1, iac2); in apds990x_get_lux() 444 iac = max(iac, 0); in apds990x_get_lux() 449 return (iac * lpc) / APDS_PARAM_SCALE; in apds990x_get_lux()
|
/drivers/net/ethernet/intel/igc/ |
D | igc_hw.h | 274 u64 iac; member
|
D | igc_ethtool.c | 265 regs_buff[83] = adapter->stats.iac; in igc_ethtool_get_regs()
|
D | igc_main.c | 3868 adapter->stats.iac += rd32(IGC_IAC); in igc_update_stats()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 222 u64 iac; member
|
D | igb_ethtool.c | 606 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
|
D | igb_main.c | 6712 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 414 u64 iac; member
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1313 u64 iac; member
|