Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-of-aspeed.c51 u32 tap_mask; member
96 reg &= ~(desc->enable_mask | desc->tap_mask); in aspeed_sdc_set_phase_tap()
98 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap()
431 .tap_mask = ASPEED_SDC_S0_PHASE_IN,
436 .tap_mask = ASPEED_SDC_S0_PHASE_OUT,
444 .tap_mask = ASPEED_SDC_S1_PHASE_IN,
449 .tap_mask = ASPEED_SDC_S1_PHASE_OUT,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-of-aspeed.c51 u32 tap_mask; member
96 reg &= ~(desc->enable_mask | desc->tap_mask); in aspeed_sdc_set_phase_tap()
98 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap()
431 .tap_mask = ASPEED_SDC_S0_PHASE_IN,
436 .tap_mask = ASPEED_SDC_S0_PHASE_OUT,
444 .tap_mask = ASPEED_SDC_S1_PHASE_IN,
449 .tap_mask = ASPEED_SDC_S1_PHASE_OUT,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-of-aspeed.c51 u32 tap_mask; member
96 reg &= ~(desc->enable_mask | desc->tap_mask); in aspeed_sdc_set_phase_tap()
98 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap()
431 .tap_mask = ASPEED_SDC_S0_PHASE_IN,
436 .tap_mask = ASPEED_SDC_S0_PHASE_OUT,
444 .tap_mask = ASPEED_SDC_S1_PHASE_IN,
449 .tap_mask = ASPEED_SDC_S1_PHASE_OUT,
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Decho.c240 ec->tap_mask = ec->taps - 1;
489 …= (ec->fir_state.history[ec->curr_pos] - ec->fir_state.history[(ec->curr_pos - 7) & ec->tap_mask]);
490 …r_state.history[(ec->curr_pos - 24) & ec->tap_mask] - ec->fir_state.history[(ec->curr_pos - 31) & …
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Decho.c252 ec->tap_mask = ec->taps - 1;
556 …= (ec->fir_state.history[ec->curr_pos] - ec->fir_state.history[(ec->curr_pos - 7) & ec->tap_mask]);
557 …r_state.history[(ec->curr_pos - 24) & ec->tap_mask] - ec->fir_state.history[(ec->curr_pos - 31) & …
/dports/comms/spandsp/spandsp-284fe91/src/
H A Decho.c252 ec->tap_mask = ec->taps - 1;
556 …= (ec->fir_state.history[ec->curr_pos] - ec->fir_state.history[(ec->curr_pos - 7) & ec->tap_mask]);
557 …r_state.history[(ec->curr_pos - 24) & ec->tap_mask] - ec->fir_state.history[(ec->curr_pos - 31) & …
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Decho.h49 int tap_mask; member
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Decho.h49 int tap_mask; member
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Decho.h152 int tap_mask; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax_spandsp.c236 ec->tap_mask = ec->taps - 1;
475 ec->fir_state.history[(ec->curr_pos - 7) & ec->tap_mask]);
477 (ec->fir_state.history[(ec->curr_pos - 24) & ec->tap_mask] -
478 ec->fir_state.history[(ec->curr_pos - 31) & ec->tap_mask]);
H A Dcelliax_spandsp.h692 int tap_mask;