Searched refs:high (Results 1 - 18 of 18) sorted by relevance

/include/asm-generic/
H A Dio-64-nonatomic-hi-lo.h10 u32 low, high; local
12 high = readl(p + 1);
15 return low + ((u64)high << 32);
H A Dio-64-nonatomic-lo-hi.h10 u32 low, high; local
13 high = readl(p + 1);
15 return low + ((u64)high << 32);
/include/uapi/linux/
H A Dbcache.h23 __u64 high; member in struct:bkey
44 KEY_FIELD(KEY_PTRS, high, 60, 3)
45 KEY_FIELD(HEADER_SIZE, high, 58, 2)
46 KEY_FIELD(KEY_CSUM, high, 56, 2)
47 KEY_FIELD(KEY_PINNED, high, 55, 1)
48 KEY_FIELD(KEY_DIRTY, high, 36, 1)
50 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS)
51 KEY_FIELD(KEY_INODE, high, 0, 20)
66 * The high bit being set is a relic from when we used it to do binary
72 .high
[all...]
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Dif_link.h361 __be16 high; member in struct:ifla_vxlan_port_range
H A Dwireless.h754 struct iw_quality high; /* High threshold */ member in struct:iw_thrspy
/include/uapi/sound/
H A Dsfnt_info.h130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
/include/linux/mfd/
H A Ddbx500-prcmu.h363 static inline int prcmu_config_hotmon(u8 low, u8 high) argument
365 return db8500_prcmu_config_hotmon(low, high);
565 static inline int prcmu_config_hotmon(u8 low, u8 high) argument
H A Dabx500.h77 * @high_curr_time: Time current has to be high to go to recovery
79 * @accu_high_curr: FG accumulation time in high current mode
155 * @low_high_cur_lvl: charger current in temp low/high state in mA
156 * @low_high_vol_lvl: charger voltage in temp low/high state in mV'
198 * @high: high capacity level in percent
205 int high; member in struct:abx500_bm_capacity_levels
H A Ddb8500-prcmu.h305 * @VARMHIGHSPEEDVALTO_ERR: The ARM high speed supply value transfered
319 * @VSAFEHPVALTO_ERR: The SAFE high power supply value transfered through I2C
506 int db8500_prcmu_config_hotmon(u8 low, u8 high);
632 static inline int db8500_prcmu_config_hotmon(u8 low, u8 high) argument
/include/linux/
H A Ddmar.h173 __u64 high; member in union:irte::__anon193
H A Dregmap.h74 #define regmap_reg_range(low, high) { .range_min = low, .range_max = high, }
H A Dintel-iommu.h52 #define DMAR_PHMBASE_REG 0x70 /* pmrr high base addr */
53 #define DMAR_PHMLIMIT_REG 0x78 /* pmrr high limit */
270 u64 low, high; member in struct:qi_desc
H A Dmmzone.h254 int high; /* high watermark, emptying needed */ member in struct:per_cpu_pages
/include/trace/events/
H A Dbtrfs.h1067 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high),
1069 TP_ARGS(wq, name, high),
1074 __field( int , high )
1080 __entry->high = high;
1084 __print_flags(__entry->high, "",
1085 {(WQ_HIGHPRI), "-high"}),
1091 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high),
1093 TP_ARGS(wq, name, high)
/include/linux/mfd/abx500/
H A Dab8500-bm.h312 * @high_curr_time: Time current has to be high to go to recovery
314 * @accu_high_curr: FG accumulation time in high current mode
373 * @high: high capacity level in percent
380 int high; member in struct:ab8500_bm_capacity_levels
/include/net/
H A Dip.h213 void inet_get_local_port_range(struct net *net, int *low, int *high);
H A Dcfg80211.h2050 * @high: highest DSCP value of this user priority range, inclusive
2054 u8 high; member in struct:cfg80211_dscp_range
2277 * @tdls_oper: Perform a high-level TDLS operation (e.g. TDLS link setup).

Completed in 348 milliseconds