Searched refs:config_word (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_hw.h59 #define netxen_gb_tx_flowctl(config_word) \
60 ((config_word) |= 1 << 4)
61 #define netxen_gb_rx_flowctl(config_word) \
62 ((config_word) |= 1 << 5)
63 #define netxen_gb_tx_reset_pb(config_word) \
64 ((config_word) |= 1 << 16)
65 #define netxen_gb_rx_reset_pb(config_word) \
66 ((config_word) |= 1 << 17)
67 #define netxen_gb_tx_reset_mac(config_word) \
68 ((config_word) |
[all...]
H A Dnetxen_nic.h245 #define netxen_set_msg_peg_id(config_word, val) \
246 ((config_word) &= ~3, (config_word) |= val & 3)
247 #define netxen_set_msg_privid(config_word) \
248 ((config_word) |= 1 << 2)
249 #define netxen_set_msg_count(config_word, val) \
250 ((config_word) &= ~(0x7fff<<3), (config_word) |= (val & 0x7fff) << 3)
251 #define netxen_set_msg_ctxid(config_word, val) \
252 ((config_word)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_hw.h59 #define netxen_gb_tx_flowctl(config_word) \
60 ((config_word) |= 1 << 4)
61 #define netxen_gb_rx_flowctl(config_word) \
62 ((config_word) |= 1 << 5)
63 #define netxen_gb_tx_reset_pb(config_word) \
64 ((config_word) |= 1 << 16)
65 #define netxen_gb_rx_reset_pb(config_word) \
66 ((config_word) |= 1 << 17)
67 #define netxen_gb_tx_reset_mac(config_word) \
68 ((config_word) |
[all...]
H A Dnetxen_nic.h245 #define netxen_set_msg_peg_id(config_word, val) \
246 ((config_word) &= ~3, (config_word) |= val & 3)
247 #define netxen_set_msg_privid(config_word) \
248 ((config_word) |= 1 << 2)
249 #define netxen_set_msg_count(config_word, val) \
250 ((config_word) &= ~(0x7fff<<3), (config_word) |= (val & 0x7fff) << 3)
251 #define netxen_set_msg_ctxid(config_word, val) \
252 ((config_word)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/qlcnic/
H A Dqlcnic_hdr.h863 #define qlcnic_gb_rx_flowctl(config_word) \
864 ((config_word) |= 1 << 5)
865 #define qlcnic_gb_get_rx_flowctl(config_word) \
866 _qlcnic_crb_get_bit((config_word), 5)
867 #define qlcnic_gb_unset_rx_flowctl(config_word) \
868 ((config_word) &= ~(1 << 5))
874 #define qlcnic_gb_set_gb0_mask(config_word) \
875 ((config_word) |= 1 << 0)
876 #define qlcnic_gb_set_gb1_mask(config_word) \
877 ((config_word) |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_hdr.h863 #define qlcnic_gb_rx_flowctl(config_word) \
864 ((config_word) |= 1 << 5)
865 #define qlcnic_gb_get_rx_flowctl(config_word) \
866 _qlcnic_crb_get_bit((config_word), 5)
867 #define qlcnic_gb_unset_rx_flowctl(config_word) \
868 ((config_word) &= ~(1 << 5))
874 #define qlcnic_gb_set_gb0_mask(config_word) \
875 ((config_word) |= 1 << 0)
876 #define qlcnic_gb_set_gb1_mask(config_word) \
877 ((config_word) |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ep93xx/
H A Dclock.c486 static unsigned long calc_pll_rate(u32 config_word) argument
492 rate *= ((config_word >> 11) & 0x1f) + 1; /* X1FBD */
493 rate *= ((config_word >> 5) & 0x3f) + 1; /* X2FBD */
494 do_div(rate, (config_word & 0x1f) + 1); /* X2IPD */
495 for (i = 0; i < ((config_word >> 16) & 3); i++) /* PS */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ep93xx/
H A Dclock.c486 static unsigned long calc_pll_rate(u32 config_word) argument
492 rate *= ((config_word >> 11) & 0x1f) + 1; /* X1FBD */
493 rate *= ((config_word >> 5) & 0x3f) + 1; /* X2FBD */
494 do_div(rate, (config_word & 0x1f) + 1); /* X2IPD */
495 for (i = 0; i < ((config_word >> 16) & 3); i++) /* PS */

Completed in 94 milliseconds