Home
last modified time | relevance | path

Searched defs:low (Results 201 – 225 of 502) sorted by relevance

12345678910>>...21

/openbmc/qemu/hw/cxl/
H A Dcxl-host.c116 uint32_t low, high; in cxl_hdm_find_target() local
/openbmc/linux/sound/isa/msnd/
H A Dmsnd.h173 #define MAKELONG(low, hi) ((long)(((u16)(low))|(((u32)((u16)(hi)))<<16))) argument
174 #define MAKEWORD(low, hi) ((u16)(((u8)(low))|(((u16)((u8)(hi)))<<8))) argument
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c123 uint16_t low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member
607 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c158 u8 low; member
1160 u32 low, high; in dispc_init_fifos() local
1171 u32 low, high; in dispc_init_fifos() local
1195 void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high) in dispc_ovl_set_fifo_threshold()
1304 int low, int high) in dispc_ovl_set_mflag_threshold()
1331 u32 low, high; in dispc_init_mflag() local
1350 u32 low, high; in dispc_init_mflag() local
/openbmc/linux/sound/soc/amd/renoir/
H A Dacp3x-pdm-dma.c179 u32 low, high, val; in config_acp_dma() local
/openbmc/linux/tools/lib/perf/
H A Dcpumap.c310 int low, high; in perf_cpu_map__idx() local
/openbmc/linux/include/linux/mfd/
H A Ddbx500-prcmu.h335 static inline int prcmu_config_hotmon(u8 low, u8 high) in prcmu_config_hotmon()
517 static inline int prcmu_config_hotmon(u8 low, u8 high) in prcmu_config_hotmon()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c1924 union xfs_btree_irec low = { in xfs_refcount_recover_cow_leftovers() local
2024 union xfs_btree_irec low; in xfs_refcount_has_records() local
/openbmc/qemu/target/sh4/
H A Dtranslate.c674 TCGv low = tcg_temp_new(); in _decode_opc() local
684 TCGv high, low; in _decode_opc() local
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h43 u32 low; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs690.c275 bool low) in rs690_crtc_bandwidth_compute()
/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c479 int low, high; in get_temp_mc() local
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c247 u8 high = 0, low = 0; in lowpan_get_cb() local
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c232 u8 low; member
1421 u32 low, high; in dispc_init_fifos() local
1432 u32 low, high; in dispc_init_fifos() local
1460 u32 low, u32 high) in dispc_ovl_set_fifo_threshold()
1574 int low, int high) in dispc_ovl_set_mflag_threshold()
1601 u32 low, high; in dispc_init_mflag() local
1620 u32 low, high; in dispc_init_mflag() local
3208 enum display_flags low) in vm_flag_to_int()
/openbmc/linux/lib/zstd/compress/
H A Dhuf_compress.c482 HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, int const high) { in HUF_insertionSort()
498 static int HUF_quickSortPartition(nodeElt arr[], int const low, int const high) { in HUF_quickSortPartition()
518 static void HUF_simpleQuickSort(nodeElt arr[], int low, int high) { in HUF_simpleQuickSort()
/openbmc/linux/drivers/scsi/isci/
H A Dsas.h215 u32 low; member
H A Dprobe_roms.h315 uint32_t low; member
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c38 unsigned char low; /* al */ member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c824 u8 high, low; in ice_pkt_insert_u8_tc() local
/openbmc/linux/sound/soc/amd/ps/
H A Dps-sdw-dma.c144 u32 low, high, val; in acp63_config_dma() local
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu_ucode_xfer_cz.h110 uint32_t low; member
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c549 unsigned long low, high, irq_stack_high; in unwind_stack_by_address() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ibm_iic.c103 unsigned int low; member
/openbmc/linux/kernel/rcu/
H A Dsrcutree.c585 #define SRCU_UL_CLAMP_LO(val, low) ((val) > (low) ? (val) : (low)) argument
587 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high)) argument
/openbmc/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.h68 u64 low, high; in _read64() local

12345678910>>...21