Home
last modified time | relevance | path

Searched refs:round_down (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmath.h45 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Deeprom.c95 for (i = 0; i < round_down(len, 2); i += 2) in mt76_get_of_epprom_from_mtd()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h259 #define round_down(x, y) rounddown2((x), (y)) macro
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c75 .addr = cpu_to_le32(round_down(offset, in mt7921_mcu_read_eeprom()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c192 rxq->write_actual = round_down(rxq->write, 8); in iwl_pcie_rxq_inc_wr_ptr()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c358 len = round_down(len, ar_sdio->mbox_info.block_size); in ath10k_sdio_readsb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3082 .addr = cpu_to_le32(round_down(offset, in mt7996_mcu_get_eeprom()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2816 .addr = cpu_to_le32(round_down(offset, in mt7915_mcu_get_eeprom()