Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/xscale/ixp2000/
Dcaleb.c25 #define CALEB_PORTEN 0x08 macro
106 temp = caleb_reg_read(CALEB_PORTEN); in caleb_enable_rx()
108 caleb_reg_write(CALEB_PORTEN, temp); in caleb_enable_rx()
115 temp = caleb_reg_read(CALEB_PORTEN); in caleb_disable_rx()
117 caleb_reg_write(CALEB_PORTEN, temp); in caleb_disable_rx()
124 temp = caleb_reg_read(CALEB_PORTEN); in caleb_enable_tx()
126 caleb_reg_write(CALEB_PORTEN, temp); in caleb_enable_tx()
133 temp = caleb_reg_read(CALEB_PORTEN); in caleb_disable_tx()
135 caleb_reg_write(CALEB_PORTEN, temp); in caleb_disable_tx()