Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h337 u16 ict; /* Interrupt Clear timer (2us resolution) */ member
H A Datl1e_main.c611 hw->ict = 50000; /* 100ms */ in atl1e_sw_init()
1119 AT_WRITE_REGW(hw, REG_CMBDISDMA_TIMER, hw->ict); in atl1e_configure()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h485 u16 ict; member
H A Datl1.h774 u16 ict; /* interrupt clear timer (2us resolution */ member
H A Datl2.c81 adapter->ict = 50000; /* ~100ms */ in atl2_sw_init()
233 ATL2_WRITE_REGW(hw, REG_CMBDISDMA_TIMER, adapter->ict); in atl2_configure()
H A Datl1.c939 adapter->ict = 50000; /* 100ms */ in atl1_sw_init()
1531 iowrite16(adapter->ict, hw->hw_addr + REG_CMBDISDMA_TIMER); in atl1_configure()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h391 u16 ict; /* Interrupt Clear timer (2us resolution) */ member
H A Datl1c_main.c820 hw->ict = 50000; /* 100ms */ in atl1c_sw_init()
1434 hw->ict & INT_RETRIG_TIMER_MASK); in atl1c_configure_mac()