Searched refs:match_mode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h1160 uint8_t match_mode; member in struct:al_pcie_atu_region
H A Dal_hal_pcie.c2447 if (atu_region->match_mode == 0) {
2552 AL_REG_BIT_VAL_SET(reg, 30, !!atu_region->match_mode);
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c23 const uint32_t prev_byte, const bool match_mode,
32 if (!match_mode) {
22 get_literal_price(const lzma_lzma1_encoder *const coder, const uint32_t pos, const uint32_t prev_byte, const bool match_mode, uint32_t match_byte, uint32_t symbol) argument
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_crtc.c2641 struct drm_display_mode *match_mode, *t; local
2643 list_for_each_entry_safe(match_mode, t, &connector->user_modes, head) {
2644 if (drm_mode_equal(match_mode, mode)) {
2645 list_del(&match_mode->head);
2646 drm_mode_destroy(dev, match_mode);

Completed in 90 milliseconds