Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmacmace.c265 mb->iac = ADDRCHG | PHYADDR; in mace_set_address()
266 while ((mb->iac & ADDRCHG) != 0); in mace_set_address()
355 mb->iac = ADDRCHG | PHYADDR; in mace_open()
357 while ((mb->iac & ADDRCHG) != 0); in mace_open()
363 mb->iac = ADDRCHG | LOGADDR; in mace_open()
365 while ((mb->iac & ADDRCHG) != 0); in mace_open()
479 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
480 while (mb->iac & ADDRCHG); in mace_set_multicast()
Dmace.c318 out_8(&mb->iac, LOGADDR); in mace_reset()
320 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()
321 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()
329 out_8(&mb->iac, 0); in mace_reset()
346 out_8(&mb->iac, PHYADDR); in __mace_set_address()
348 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()
349 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()
355 out_8(&mb->iac, 0); in __mace_set_address()
678 out_8(&mb->iac, LOGADDR); in mace_set_multicast()
680 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()
[all …]
Dmace.h34 REG(iac); /* internal address config */
/linux-2.4.37.9/include/asm-s390/
Dirq.h861 extern __inline__ int iac( void) in iac() function
/linux-2.4.37.9/include/asm-s390x/
Dirq.h862 extern __inline__ int iac( void) in iac() function
/linux-2.4.37.9/drivers/s390/
Ds390io.c1466 ccode = iac (); in s390_start_IO()
1943 ccode = iac (); in halt_IO()
2176 ccode = iac (); in clear_IO()
/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h1366 uint64_t iac; member
De1000_main.c3533 adapter->stats.iac += E1000_READ_REG(hw, IAC);