Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/linux/include/asm-generic/bitops/
H A Dconst_hweight.h8 #define __const_hweight8(w) \ argument
19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument
20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument
21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument
26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument
27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument
28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument
29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument
34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument
[all …]
H A Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h8 #define __const_hweight8(w) \ argument
19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument
20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument
21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument
26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument
27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument
28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument
29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument
34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument
[all …]
H A Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
/linux/arch/s390/include/asm/
H A Darch_hweight.h9 static __always_inline unsigned long popcnt_z196(unsigned long w) in popcnt_z196()
20 static __always_inline unsigned long popcnt_z15(unsigned long w) in popcnt_z15()
31 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
45 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
58 static __always_inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
70 static __always_inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h52 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
53 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
59 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument
63 #define XFS_DAENTER_1B(mp,w) \ argument
65 #define XFS_DAENTER_DBS(mp,w) \ argument
67 #define XFS_DAENTER_BLOCKS(mp,w) \ argument
69 #define XFS_DAENTER_BMAP1B(mp,w) \ argument
71 #define XFS_DAENTER_BMAPS(mp,w) \ argument
73 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument
75 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
/linux/arch/riscv/include/asm/
H A Darch_hweight.h20 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
36 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
41 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
47 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
63 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
/linux/arch/m68k/include/asm/
H A Dmcf8390.h30 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) argument
31 #define RSWAP(w) (w) argument
81 #define BSWAP(w) (w) argument
84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
95 #define BSWAP(w) (w) argument
98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
107 #define BSWAP(w) (w) argument
110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
/linux/fs/smb/client/
H A Ddfs.h34 #define ref_walk_start(w) ((w)->refs) argument
35 #define ref_walk_end(w) (&(w)->refs[ARRAY_SIZE((w)->refs) - 1]) argument
36 #define ref_walk_cur(w) ((w)->ref) argument
37 #define ref_walk_descend(w) (--ref_walk_cur(w) >= ref_walk_start(w)) argument
39 #define ref_walk_tit(w) (ref_walk_cur(w)->tit) argument
40 #define ref_walk_path(w) (ref_walk_cur(w)->path) argument
41 #define ref_walk_fpath(w) (ref_walk_cur(w)->full_path) argument
42 #define ref_walk_tl(w) (&ref_walk_cur(w)->tl) argument
43 #define ref_walk_ses(w) (ref_walk_cur(w)->ses) argument
/linux/sound/soc/
H A Dsoc-dapm.c215 dapm_dirty_widget(struct snd_soc_dapm_widget * w) dapm_dirty_widget() argument
220 dapm_mark_dirty(struct snd_soc_dapm_widget * w,const char * reason) dapm_mark_dirty() argument
241 dapm_widget_invalidate_paths(struct snd_soc_dapm_widget * w,enum snd_soc_dapm_direction dir) dapm_widget_invalidate_paths() argument
281 dapm_widget_invalidate_input_paths(struct snd_soc_dapm_widget * w) dapm_widget_invalidate_input_paths() argument
298 dapm_widget_invalidate_output_paths(struct snd_soc_dapm_widget * w) dapm_widget_invalidate_output_paths() argument
337 struct snd_soc_dapm_widget *w; snd_soc_dapm_mark_endpoints_dirty() local
448 dapm_connect_mux(struct snd_soc_dapm_context * dapm,struct snd_soc_dapm_path * path,const char * control_name,struct snd_soc_dapm_widget * w) dapm_connect_mux() argument
507 dapm_update_widget_flags(struct snd_soc_dapm_widget * w) dapm_update_widget_flags() argument
971 struct snd_soc_dapm_widget *w; dapm_reset() local
1014 dapm_wcache_lookup(struct snd_soc_dapm_widget * w,const char * name) dapm_wcache_lookup() argument
1139 struct snd_soc_dapm_widget *w; dapm_is_shared_kcontrol() local
1163 dapm_create_or_share_kcontrol(struct snd_soc_dapm_widget * w,int kci) dapm_create_or_share_kcontrol() argument
1274 dapm_new_mixer(struct snd_soc_dapm_widget * w) dapm_new_mixer() argument
1309 dapm_new_mux(struct snd_soc_dapm_widget * w) dapm_new_mux() argument
1356 dapm_new_pga(struct snd_soc_dapm_widget * w) dapm_new_pga() argument
1370 dapm_new_dai_link(struct snd_soc_dapm_widget * w) dapm_new_dai_link() argument
1430 struct snd_soc_dapm_widget *w; dapm_widget_list_create() local
1602 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); snd_soc_dapm_dai_get_connected_widgets() local
1642 snd_soc_dapm_regulator_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) snd_soc_dapm_regulator_event() argument
1677 snd_soc_dapm_pinctrl_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) snd_soc_dapm_pinctrl_event() argument
1702 snd_soc_dapm_clock_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) snd_soc_dapm_clock_event() argument
1721 dapm_widget_power_check(struct snd_soc_dapm_widget * w) dapm_widget_power_check() argument
1737 dapm_generic_check_power(struct snd_soc_dapm_widget * w) dapm_generic_check_power() argument
1749 dapm_supply_check_power(struct snd_soc_dapm_widget * w) dapm_supply_check_power() argument
1770 dapm_always_on_check_power(struct snd_soc_dapm_widget * w) dapm_always_on_check_power() argument
1813 struct snd_soc_dapm_widget *w; dapm_seq_insert() local
1825 dapm_seq_check_event(struct snd_soc_card * card,struct snd_soc_dapm_widget * w,int event) dapm_seq_check_event() argument
1885 struct snd_soc_dapm_widget *w; dapm_seq_run_coalesced() local
1943 struct snd_soc_dapm_widget *w, *n; dapm_seq_run() local
2044 struct snd_soc_dapm_widget *w = NULL; dapm_widget_update() local
2176 dapm_power_one_widget(struct snd_soc_dapm_widget * w,struct list_head * up_list,struct list_head * down_list) dapm_power_one_widget() argument
2256 struct snd_soc_dapm_widget *w; dapm_power_widgets() local
2443 struct snd_soc_dapm_widget *w = file->private_data; dapm_widget_power_read_file() local
2567 dapm_debugfs_add_widget(struct snd_soc_dapm_widget * w) dapm_debugfs_add_widget() argument
2578 dapm_debugfs_free_widget(struct snd_soc_dapm_widget * w) dapm_debugfs_free_widget() argument
2600 dapm_debugfs_add_widget(struct snd_soc_dapm_widget * w) dapm_debugfs_add_widget() argument
2604 dapm_debugfs_free_widget(struct snd_soc_dapm_widget * w) dapm_debugfs_free_widget() argument
2747 struct snd_soc_dapm_widget *w; dapm_widget_show_component() local
2850 snd_soc_dapm_free_widget(struct snd_soc_dapm_widget * w) snd_soc_dapm_free_widget() argument
2882 struct snd_soc_dapm_widget *w, *next_w; dapm_free_widgets() local
2898 struct snd_soc_dapm_widget *w; dapm_find_widget() local
2935 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); __dapm_set_pin() local
3017 dapm_update_dai_chan(struct snd_soc_dapm_path * p,struct snd_soc_dapm_widget * w,int channels) dapm_update_dai_chan() argument
3049 struct snd_soc_dapm_widget *w; dapm_update_dai_unlocked() local
3103 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; snd_soc_dapm_add_route() local
3324 struct snd_soc_dapm_widget *w; snd_soc_dapm_new_widgets() local
3762 struct snd_soc_dapm_widget *w; snd_soc_dapm_new_control_unlocked() local
3912 struct snd_soc_dapm_widget *w; snd_soc_dapm_new_control() local
3941 struct snd_soc_dapm_widget *w = snd_soc_dapm_new_control_unlocked(dapm, widget); snd_soc_dapm_new_controls() local
3953 dapm_dai_link_event_pre_pmu(struct snd_soc_dapm_widget * w,struct snd_pcm_substream * substream) dapm_dai_link_event_pre_pmu() argument
4068 dapm_dai_link_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) dapm_dai_link_event() argument
4163 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); dapm_dai_link_get() local
4174 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); dapm_dai_link_put() local
4285 struct snd_soc_dapm_widget *w; dapm_new_dai() local
4364 struct snd_soc_dapm_widget *w; snd_soc_dapm_new_dai_widgets() local
4409 struct snd_soc_dapm_widget *dai_w, *w; snd_soc_dapm_link_dai_widgets() local
4532 struct snd_soc_dapm_widget *w; dapm_dai_stream_event() local
4716 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); snd_soc_dapm_force_enable_pin_unlocked() local
4827 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); snd_soc_dapm_get_pin_status() local
4851 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, false); snd_soc_dapm_ignore_suspend() local
4896 struct snd_soc_dapm_widget *w; dapm_shutdown() local
[all...]
/linux/arch/mips/include/asm/
H A Darch_hweight.h14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
/linux/tools/lib/
H A Dhweight.c12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32()
28 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16()
36 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8()
43 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
/linux/lib/
H A Dhweight.c13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32()
30 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16()
39 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8()
47 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
/linux/drivers/md/
H A Ddm-cache-background-tracker.c52 struct bt_work *w, *tmp; in btracker_destroy() local
79 struct bt_work *w; in __insert_pending() local
108 struct bt_work *w; in __find_pending() local
129 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats()
171 struct bt_work *w; in btracker_queue() local
207 struct bt_work *w; in btracker_issue() local
223 struct bt_work *w = container_of(op, struct bt_work, work); in btracker_complete() local
/linux/drivers/input/joystick/
H A Dwalkera0701.c62 static inline void walkera0701_parse_frame(struct walkera_dev *w) in walkera0701_parse_frame()
126 struct walkera_dev *w = handler_data; in walkera0701_irq_handler() local
170 struct walkera_dev *w; in timer_handler() local
180 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_open() local
191 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_close() local
202 struct walkera_dev *w = &w_dev; in walkera0701_attach() local
281 struct walkera_dev *w = &w_dev; in walkera0701_detach() local
/linux/sound/soc/codecs/
H A Dmt6357.c528 static int mt_aif_out_event(struct snd_soc_dapm_widget *w, in mt_aif_out_event() argument
549 static int mt_adc_supply_event(struct snd_soc_dapm_widget *w, in mt_adc_supply_event() argument
594 static int mt_mic_type_event(struct snd_soc_dapm_widget *w, in mt_mic_type_event() argument
642 static int mt_pga_left_event(struct snd_soc_dapm_widget *w, in mt_pga_left_event() argument
695 static int mt_pga_right_event(struct snd_soc_dapm_widget *w, in mt_pga_right_event() argument
742 adc_enable_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) adc_enable_event() argument
907 mt_audio_in_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) mt_audio_in_event() argument
988 mt_delay_250_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) mt_delay_250_event() argument
1006 lo_mux_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) lo_mux_event() argument
1073 hs_mux_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) hs_mux_event() argument
1131 hp_main_mux_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) hp_main_mux_event() argument
1342 right_dac_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) right_dac_event() argument
1381 left_dac_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) left_dac_event() argument
[all...]
H A Dmt6351.c574 static int mt_reg_set_clr_event(struct snd_soc_dapm_widget *w, in mt_reg_set_clr_event()
618 static int mt_ncp_event(struct snd_soc_dapm_widget *w, in mt_ncp_event()
642 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event()
662 static int mt_aif_in_event(struct snd_soc_dapm_widget *w, in mt_aif_in_event()
707 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event()
835 static int mt_aif_out_event(struct snd_soc_dapm_widget *w, in mt_aif_out_event()
898 static int mt_adc_clkgen_event(struct snd_soc_dapm_widget *w, in mt_adc_clkgen_event()
921 static int mt_pga_left_event(struct snd_soc_dapm_widget *w, in mt_pga_left_event()
951 static int mt_pga_right_event(struct snd_soc_dapm_widget *w, in mt_pga_right_event()
981 static int mt_mic_bias_0_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_0_event()
[all …]
/linux/include/linux/soc/ti/
H A Domap1-usb.h24 # define USB2_TRX_MODE(w) (((w)>>24)&0x07) argument
25 # define USB1_TRX_MODE(w) (((w)>>20)&0x07) argument
26 # define USB0_TRX_MODE(w) (((w)>>16)&0x07) argument
38 # define SRP_GPUVBUS(w) (((w)>>24)&0x07) argument
39 # define A_WAIT_VRISE(w) (((w)>>20)&0x07) argument
40 # define B_ASE_BRST(w) (((w)>>16)&0x07) argument
49 # define OTG_HMC(w) (((w)>>0)&0x3f) argument
/linux/drivers/watchdog/
H A Dbd96801_wdt.c68 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_ping() local
76 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_start() local
84 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_stop() local
166 static int bd96801_set_wdt_mode(struct wdtbd96801 *w, unsigned int hw_margin, in bd96801_set_wdt_mode()
236 static int bd96801_set_heartbeat_from_hw(struct wdtbd96801 *w, in bd96801_set_heartbeat_from_hw()
268 static int init_wdg_hw(struct wdtbd96801 *w) in init_wdg_hw()
336 struct wdtbd96801 *w; in bd96801_wdt_probe() local
H A Dmt7621_wdt.c56 static int mt7621_wdt_ping(struct watchdog_device *w) in mt7621_wdt_ping()
65 static int mt7621_wdt_set_timeout(struct watchdog_device *w, unsigned int t) in mt7621_wdt_set_timeout()
76 static int mt7621_wdt_start(struct watchdog_device *w) in mt7621_wdt_start()
93 static int mt7621_wdt_stop(struct watchdog_device *w) in mt7621_wdt_stop()
118 static int mt7621_wdt_is_running(struct watchdog_device *w) in mt7621_wdt_is_running()
/linux/lib/crypto/mpi/
H A Dmpi-add.c18 int mpi_add(MPI w, MPI u, MPI v) in mpi_add()
91 int mpi_sub(MPI w, MPI u, MPI v) in mpi_sub()
108 int mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm()
115 int mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
/linux/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c28 static void free_slots(unsigned long pos, u16 w, u16 h, in free_slots()
43 static int r2l_b2t_1d(u16 w, unsigned long *pos, unsigned long *map, in r2l_b2t_1d()
79 static int l2r_t2b(u16 w, u16 h, u16 a, s16 offset, in l2r_t2b()
173 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, in sita_reserve_2d()
203 u16 w, h; in sita_free() local
/linux/include/linux/mtd/
H A Dcfi_endian.h36 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument
37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument
38 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) argument
39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) argument
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c23 struct snd_soc_dapm_widget *w; member
164 struct snd_soc_dapm_widget *w, in audioreach_tplg_alloc_module() argument
441 struct snd_soc_dapm_widget *w) in audioreach_parse_common_tokens() argument
592 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_module_common() argument
622 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_enc_dec_cnv() argument
780 audioreach_widget_load_buffer(struct snd_soc_component * component,int index,struct snd_soc_dapm_widget * w,const struct snd_soc_tplg_dapm_widget * tplg_w) audioreach_widget_load_buffer() argument
820 audioreach_widget_load_mixer(struct snd_soc_component * component,int index,struct snd_soc_dapm_widget * w,const struct snd_soc_tplg_dapm_widget * tplg_w) audioreach_widget_load_mixer() argument
862 audioreach_pga_event(struct snd_soc_dapm_widget * w,struct snd_kcontrol * kcontrol,int event) audioreach_pga_event() argument
888 audioreach_widget_load_pga(struct snd_soc_component * component,int index,struct snd_soc_dapm_widget * w,const struct snd_soc_tplg_dapm_widget * tplg_w) audioreach_widget_load_pga() argument
916 audioreach_widget_ready(struct snd_soc_component * component,int index,struct snd_soc_dapm_widget * w,struct snd_soc_tplg_dapm_widget * tplg_w) audioreach_widget_ready() argument
950 const struct snd_soc_dapm_widget *w = container_of(dobj, struct snd_soc_dapm_widget, dobj); audioreach_widget_unload() local
1037 struct snd_soc_dapm_widget *w; audioreach_route_load() local
[all...]
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v8.h102 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8) argument
104 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V8(w, h) (((w) * 704) + 2176) argument
105 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V8(w, h) \ argument
108 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V8(w, h) \ argument
110 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V8(w, h) \ argument

12345678910>>...28