Home
last modified time | relevance | path

Searched refs:ngroups (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dhexdump.c56 int ngroups; in hex_dump_to_buffer() local
72 ngroups = len / groupsize; in hex_dump_to_buffer()
84 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
95 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
106 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c81 int ngroups; member
87 unsigned int ngroups; member
96 unsigned int ngroups; member
188 .ngroups = ARRAY_SIZE(armada_37xx_nb_groups),
195 .ngroups = ARRAY_SIZE(armada_37xx_sb_groups),
224 return info->ngroups; in armada_37xx_pmx_get_groups_count()
307 while (funcs->ngroups) { in armada_37xx_add_function()
310 funcs->ngroups++; in armada_37xx_add_function()
320 funcs->ngroups = 1; in armada_37xx_add_function()
339 for (n = 0; n < info->ngroups; n++) { in armada_37xx_fill_group()
[all …]
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-generic.c53 unsigned ngroups, selector; in pinctrl_group_name_to_selector() local
60 ngroups = ops->get_groups_count(dev); in pinctrl_group_name_to_selector()
63 for (selector = 0; selector < ngroups; selector++) { in pinctrl_group_name_to_selector()
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1144 stbtt_uint32 ngroups = ttULONG(data+index_map+12); in stbtt_FindGlyphIndex() local
1146 low = 0; high = (stbtt_int32)ngroups; in stbtt_FindGlyphIndex()