Deleted Added
full compact
vxgehal-config.h (221167) vxgehal-config.h (226436)
1/*-
2 * Copyright(c) 2002-2011 Exar Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification are permitted provided the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

--- 14 unchanged lines hidden (view full) ---

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 */
1/*-
2 * Copyright(c) 2002-2011 Exar Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification are permitted provided the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

--- 14 unchanged lines hidden (view full) ---

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 */
31/*$FreeBSD: head/sys/dev/vxge/include/vxgehal-config.h 221167 2011-04-28 14:33:15Z gnn $*/
31/*$FreeBSD: head/sys/dev/vxge/include/vxgehal-config.h 226436 2011-10-16 14:30:28Z eadler $*/
32
33#ifndef VXGE_HAL_CONFIG_H
34#define VXGE_HAL_CONFIG_H
35
36__EXTERN_BEGIN_DECLS
37
38#define VXGE_HAL_USE_FLASH_DEFAULT VXGE_HAL_DEFAULT_32
39

--- 1620 unchanged lines hidden (view full) ---

1660 * (Re-) Interrupt Enable: When asserted, an interrupt will be
1661 * generated the next time the timer expires,even if no traffic has
1662 * been transmitted on this interrupt. (This will only happen once
1663 * each time that this value is written to the TIM.) This bit is
1664 * cleared by H/W at the end of the current-timer-interval when
1665 * the interrupt is triggered.
1666 * @rtimer_event_sf: Restriction Timer Event Scale Factor. A scale factor that
1667 * is to be applied to the current event count before it is added
32
33#ifndef VXGE_HAL_CONFIG_H
34#define VXGE_HAL_CONFIG_H
35
36__EXTERN_BEGIN_DECLS
37
38#define VXGE_HAL_USE_FLASH_DEFAULT VXGE_HAL_DEFAULT_32
39

--- 1620 unchanged lines hidden (view full) ---

1660 * (Re-) Interrupt Enable: When asserted, an interrupt will be
1661 * generated the next time the timer expires,even if no traffic has
1662 * been transmitted on this interrupt. (This will only happen once
1663 * each time that this value is written to the TIM.) This bit is
1664 * cleared by H/W at the end of the current-timer-interval when
1665 * the interrupt is triggered.
1666 * @rtimer_event_sf: Restriction Timer Event Scale Factor. A scale factor that
1667 * is to be applied to the current event count before it is added
1668 * to the restriction timer value when the the restriction timer
1668 * to the restriction timer value when the restriction timer
1669 * is started.
1670 * The scale factor is applied as a right or left shift to multiply
1671 * or divide by the event count. The programmable values are as
1672 * follows:
1673 * 0-disable restriction timer and use the base timer value.
1674 * 1-Multiply the event count by 2, shift left by 1.
1675 * 2-Multiply the event count by 4, shift left by 2.
1676 * 3-Multiply the event count by 8, shift left by 3.

--- 888 unchanged lines hidden ---
1669 * is started.
1670 * The scale factor is applied as a right or left shift to multiply
1671 * or divide by the event count. The programmable values are as
1672 * follows:
1673 * 0-disable restriction timer and use the base timer value.
1674 * 1-Multiply the event count by 2, shift left by 1.
1675 * 2-Multiply the event count by 4, shift left by 2.
1676 * 3-Multiply the event count by 8, shift left by 3.

--- 888 unchanged lines hidden ---