Searched refs:iac (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/apple/ |
D | macmace.c | 302 mb->iac = LOGADDR; in mace_reset() 304 mb->iac = ADDRCHG | LOGADDR; in mace_reset() 305 while ((mb->iac & ADDRCHG) != 0) in mace_reset() 313 mb->iac = 0; in mace_reset() 331 mb->iac = PHYADDR; in __mace_set_address() 333 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address() 334 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address() 340 mb->iac = 0; in __mace_set_address() 518 mb->iac = LOGADDR; in mace_set_multicast() 520 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast() [all …]
|
D | mace.c | 352 out_8(&mb->iac, LOGADDR); in mace_reset() 354 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset() 355 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset() 363 out_8(&mb->iac, 0); in mace_reset() 380 out_8(&mb->iac, PHYADDR); in __mace_set_address() 382 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address() 383 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address() 389 out_8(&mb->iac, 0); in __mace_set_address() 619 out_8(&mb->iac, LOGADDR); in mace_set_multicast() 621 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast() [all …]
|
D | mace.h | 34 REG(iac); /* internal address config */
|
/Linux-v4.19/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-v4.19/tools/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 246 __u32 iac[4]; member
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 246 __u32 iac[4]; member
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 222 u64 iac; member
|
D | igb_ethtool.c | 597 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
|
D | igb_main.c | 6422 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 391 u64 iac; member
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1313 u64 iac; member
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 211 b224 iac RRE_R0
|