Home
last modified time | relevance | path

Searched refs:iac (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/apple/
A Dmacmace.c300 mb->iac = LOGADDR; in mace_reset()
302 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
303 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
311 mb->iac = 0; in mace_reset()
330 mb->iac = PHYADDR; in __mace_set_address()
332 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
333 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 …]
A Dmace.c354 out_8(&mb->iac, LOGADDR); in mace_reset()
356 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
357 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
365 out_8(&mb->iac, 0); in mace_reset()
383 out_8(&mb->iac, PHYADDR); in __mace_set_address()
385 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
386 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
395 out_8(&mb->iac, 0); in __mace_set_address()
625 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
627 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
[all …]
A Dmace.h30 REG(iac); /* internal address config */
/linux-6.3-rc2/drivers/misc/
A Dapds990x.c433 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()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_hw.h262 u64 iac; member
A Digc_ethtool.c284 regs_buff[83] = adapter->stats.iac; in igc_ethtool_get_regs()
A Digc_main.c4895 adapter->stats.iac += rd32(IGC_IAC); in igc_update_stats()
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dkvm.h246 __u32 iac[4]; member
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_hw.h222 u64 iac; member
A Digb_ethtool.c606 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
A Digb_main.c6779 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
/linux-6.3-rc2/tools/arch/powerpc/include/uapi/asm/
A Dkvm.h246 __u32 iac[4]; member
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Dhw.h432 u64 iac; member
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_hw.h1313 u64 iac; member
/linux-6.3-rc2/arch/s390/tools/
A Dopcodes.txt215 b224 iac RRE_R0

Completed in 74 milliseconds