Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 126) sorted by relevance

123456

/rk3399_rockchip-uboot/common/
H A Dmenu.c53 static inline void *menu_items_iter(struct menu *m, in menu_items_iter()
78 static inline void *menu_item_print(struct menu *m, in menu_item_print()
96 static inline void *menu_item_destroy(struct menu *m, in menu_item_destroy()
108 __weak void menu_display_statusline(struct menu *m) in menu_display_statusline()
116 static inline void menu_display(struct menu *m) in menu_display()
135 static inline void *menu_item_key_match(struct menu *m, in menu_item_key_match()
156 static inline struct menu_item *menu_item_by_key(struct menu *m, in menu_item_by_key()
166 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice()
185 static inline int menu_interactive_choice(struct menu *m, void **choice) in menu_interactive_choice()
239 int menu_default_set(struct menu *m, char *item_key) in menu_default_set()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c117 int m = 1; in clock_set_pll1() local
153 const int m = 8; /* 3 MHz steps just like sun4i, sun5i and sun7i */ in clock_set_pll3() local
167 void clock_set_pll3_factors(int m, int n) in clock_set_pll3_factors()
187 int k = 1, m = 2; in clock_set_pll5() local
218 unsigned int k, m, n, value, diff; in clock_set_mipi_pll() local
259 const int m = 2; /* 12 MHz steps */ in clock_set_pll10() local
302 int m = ((rval & CCM_PLL3_CTRL_M_MASK) >> CCM_PLL3_CTRL_M_SHIFT) + 1; in clock_get_pll3() local
325 unsigned int m = ((rval & CCM_MIPI_PLL_CTRL_M_MASK) >> CCM_MIPI_PLL_CTRL_M_SHIFT) + 1; in clock_get_mipi_pll() local
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h252 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
257 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
258 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
/rk3399_rockchip-uboot/scripts/dtc/
H A Dtreesource.c68 struct marker *m = val.markers; in write_propval_string() local
141 struct marker *m = val.markers; in write_propval_cells() local
171 struct marker *m = val.markers; in write_propval_bytes() local
199 struct marker *m = prop->val.markers; in write_propval() local
H A Ddata.c25 struct marker *m, *nm; in data_free() local
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
242 struct marker *m; in data_add_marker() local
H A Dlivetree.c456 struct marker *m; in get_marker_label() local
845 struct marker *m; in any_fixup_tree() local
865 struct marker *m) in add_fixup_entry()
890 struct marker *m; in generate_fixups_tree_internal() local
910 struct marker *m; in any_local_fixup_tree() local
930 struct property *prop, struct marker *m, in add_local_fixup_entry()
971 struct marker *m; in generate_local_fixups_tree_internal() local
/rk3399_rockchip-uboot/tools/omap/
H A Dclocks_get_m_n.c54 u32 m, n; in get_m_n_optimized() local
90 u32 m, n; in main() local
/rk3399_rockchip-uboot/drivers/gpio/
H A Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] argument
51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) argument
52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) argument
53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i)) argument
54 #define DECLARE_RESERVED_MAP(m, c) unsigned short reserved_##m##_map[c] argument
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h85 static inline unsigned long tas(volatile int *m) in tas()
173 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
184 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_legacy.c19 struct mmc *m; in find_mmc_device() local
53 struct mmc *m; in mmc_do_preinit() local
84 struct mmc *m; in print_mmc_devices() local
/rk3399_rockchip-uboot/include/pcmcia/
H A Dyenta.h73 #define CB_MEM_BASE(m) (0x1c + 8*(m)) argument
74 #define CB_MEM_LIMIT(m) (0x20 + 8*(m)) argument
75 #define CB_IO_BASE(m) (0x2c + 8*(m)) argument
76 #define CB_IO_LIMIT(m) (0x30 + 8*(m)) argument
86 #define CB_BCR_PREFETCH(m) (0x0100 << (m)) argument
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbitops.h68 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in set_bit() local
91 unsigned long * m = ((unsigned long *) addr) + (nr >> 5); in __set_bit() local
110 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in clear_bit() local
134 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in change_bit() local
157 unsigned long * m = ((unsigned long *) addr) + (nr >> 5); in __change_bit() local
173 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in test_and_set_bit() local
224 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in test_and_clear_bit() local
276 unsigned long *m = ((unsigned long *) addr) + (nr >> 5); in test_and_change_bit() local
416 unsigned long * m = ((unsigned long *) addr) + (nr >> 5); in __change_bit() local
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
27 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dkxgettext.c122 struct message *m = message__list; in mesage__find() local
155 struct message *m = mesage__find(escaped); in message__add() local
218 struct message *m = message__list; in menu__xgettext() local
/rk3399_rockchip-uboot/lib/
H A Dstrmhz.c12 long m; in strmhz() local
H A Ddisplay_options.c54 unsigned long m = 0; in print_freq() local
94 unsigned long m = 0, n; in print_size() local
H A Dbch.c230 unsigned long m; in encode_bch() local
381 unsigned int m; in compute_syndromes() local
475 const int m = GF_M(bch); in solve_linear_system() local
553 const int m = GF_M(bch); in find_affine4_roots() local
755 int la, p, m; in gf_poly_mod() local
839 const int m = GF_M(bch); in compute_trace_bk_mod() local
957 int m; in chien_search() local
1154 const int m = GF_M(bch); in build_deg2_base() local
1205 const unsigned int m = GF_M(bch); in compute_generator_polynomial() local
1288 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch()
/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_pll.c51 int gcd(int m, int n) in gcd()
170 rockchip_rk3588_pll_k_get(u32 m, u32 p, u32 s, u64 fin_hz, u64 fvco) in rockchip_rk3588_pll_k_get()
196 u32 p, m, s, k; in rockchip_rk3588_pll_frac_by_auto() local
232 u32 p, m, s; in rk3588_pll_clk_set_by_auto() local
564 u32 m, p, s, k; in rk3588_pll_get_rate() local
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dclock.h33 unsigned int m; member
41 unsigned int m; member
/rk3399_rockchip-uboot/scripts/basic/
H A Dfixdep.c198 static void use_config(const char *m, int slen) in use_config()
224 const int *m = (const int *) map + 1; in parse_config_file() local
336 char *m = map; in parse_dep_file() local
/rk3399_rockchip-uboot/tools/
H A Datmel_pmecc_params.c21 int m = 12 + sector_size / 512; in pmecc_get_ecc_bytes() local
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_cru.c277 unsigned long m, n, parent_rate; in rk628_cru_clk_set_rate_sclk_vop() local
298 unsigned long rate, parent_rate, m, n; in rk628_cru_clk_get_rate_sclk_vop() local
340 unsigned long m, n, parent_rate; in rk628_cru_clk_set_rate_rx_read() local
382 unsigned long m, n, parent_rate; in rk628_cru_clk_set_rate_sclk_uart() local
/rk3399_rockchip-uboot/lib/zlib/
H A Dzutil.c33 void z_error (m) in z_error() argument
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c111 u32 m; in checkicache() local
152 u32 m; in checkdcache() local
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dmux-k2g.h31 #define MODE(m) ((m) & 0x7) argument

123456