Searched refs:round_down (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | math.h | 45 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | eeprom.c | 97 for (i = 0; i < round_down(len, 2); i += 2) in mt76_get_of_data_from_mtd()
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_os_freebsd.h | 245 #define round_down(x, y) rounddown2((x), (y)) macro
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 85 .addr = cpu_to_le32(round_down(offset, in mt7921_mcu_read_eeprom()
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 193 rxq->write_actual = round_down(rxq->write, 8); in iwl_pcie_rxq_inc_wr_ptr()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 359 len = round_down(len, ar_sdio->mbox_info.block_size); in ath10k_sdio_readsb()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 2905 .addr = cpu_to_le32(round_down(offset, in mt7915_mcu_get_eeprom()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.c | 699 .addr = cpu_to_le32(round_down(offset, in mt7925_mcu_read_eeprom()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 3870 .addr = cpu_to_le32(round_down(offset, in mt7996_mcu_get_eeprom()
|