Home
last modified time | relevance | path

Searched refs:st_bit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/memory/
H A Domap-gpmc.c418 * @st_bit: Start Bit
419 * @end_bit: End Bit. Must be >= @st_bit.
421 * If 0, maximum is as high as @st_bit and @end_bit allow.
435 int cs, int reg, int st_bit, int end_bit, int max, in get_gpmc_timing_reg()
445 nr_bits = end_bit - st_bit + 1; in get_gpmc_timing_reg()
447 l = (l >> st_bit) & mask; in get_gpmc_timing_reg()
596 * @st_bit: Start Bit
597 * @end_bit: End Bit. Must be >= @st_bit.
599 * If 0, maximum is as high as @st_bit and @end_bit allow.
605 static int set_gpmc_timing_reg(int cs, int reg, int st_bit, in
436 get_gpmc_timing_reg(int cs,int reg,int st_bit,int end_bit,int max,const char * name,const enum gpmc_clk_domain cd,int shift,bool raw,bool noval) get_gpmc_timing_reg() argument
609 set_gpmc_timing_reg(int cs,int reg,int st_bit,int end_bit,int max,int time,enum gpmc_clk_domain cd,const char * name) set_gpmc_timing_reg() argument
[all...]
/linux/kernel/
H A Dwatch_queue.c163 unsigned int st_bit = 1U << (n->subtype % st_bits); in filter_watch_notification() local
172 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()