Searched refs:iac (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | macmace.c | 303 mb->iac = LOGADDR; in mace_reset() 305 mb->iac = ADDRCHG | LOGADDR; in mace_reset() 306 while ((mb->iac & ADDRCHG) != 0) in mace_reset() 314 mb->iac = 0; in mace_reset() 332 mb->iac = PHYADDR; in __mace_set_address() 334 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address() 335 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address() 341 mb->iac = 0; in __mace_set_address() 519 mb->iac = LOGADDR; in mace_set_multicast() 521 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() 622 out_8(&mb->iac, LOGADDR); in mace_set_multicast() 624 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast() [all …]
|
D | mace.h | 34 REG(iac); /* internal address config */
|
/linux-4.4.14/drivers/misc/ |
D | apds990x.c | 448 int iac, iac1, iac2; /* IR adjusted counts */ in apds990x_get_lux() local 458 iac = max(iac1, iac2); in apds990x_get_lux() 459 iac = max(iac, 0); in apds990x_get_lux() 464 return (iac * lpc) / APDS_PARAM_SCALE; in apds990x_get_lux()
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 236 __u32 iac[4]; member
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 240 u64 iac; member
|
D | igb_ethtool.c | 591 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
|
D | igb_main.c | 5338 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 395 u64 iac; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1338 u64 iac; member
|