Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx/
HDmlxvar.h146 #define MLX_STATE_INTEN (1<<0) /* interrupts have been enabled */ macro
HDmlx.c1575 if ((sc->mlx_state & MLX_STATE_INTEN) ? mlx_wait_command(mc) : in mlx_enquire_cb()
2536 sc->mlx_state &= ~MLX_STATE_INTEN; in mlx_v3_intaction()
2540 sc->mlx_state |= MLX_STATE_INTEN; in mlx_v3_intaction()
2655 sc->mlx_state &= ~MLX_STATE_INTEN; in mlx_v4_intaction()
2659 sc->mlx_state |= MLX_STATE_INTEN; in mlx_v4_intaction()
2770 sc->mlx_state &= ~MLX_STATE_INTEN; in mlx_v5_intaction()
2774 sc->mlx_state |= MLX_STATE_INTEN; in mlx_v5_intaction()