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

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pki-resources.c36 * This function allocates/reserves a style from pool of global styles per node.
37 * @param node node to allocate style from.
38 * @param style style to allocate, if -1 it will be allocated
39 * first available style from style resource. If index is positive
40 * number and in range, it will try to allocate specified style.
41 * @return style number on success,
45 int cvmx_pki_style_alloc(int node, int style) argument
54 if (style >
94 cvmx_pki_style_free(int node, int style) argument
[all...]
H A Dcvmx-pki.c221 pkind_cfg->initial_style = pstyle.s.style;
275 debug("ERROR: Configuring PKIND pkind = %d cluster_group = %d style = %d\n",
292 pstyle.s.style = pkind_cfg->initial_style;
347 * @param style Style to configure tag for.
348 * @param cluster_mask Mask of clusters to configure the style for.
351 void cvmx_pki_read_tag_config(int node, int style, uint64_t cluster_mask, argument
363 csr_rd_node(node, CVMX_PKI_CLX_STYLEX_CFG2(style, cluster));
365 csr_rd_node(node, CVMX_PKI_CLX_STYLEX_ALG(style, cluster));
391 tag_sel.u64 = csr_rd_node(node, CVMX_PKI_STYLEX_TAG_SEL(style));
424 * @param style Styl
428 cvmx_pki_write_tag_config(int node, int style, uint64_t cluster_mask, struct cvmx_pki_style_tag_cfg *tag_cfg) argument
550 cvmx_pki_read_style_config(int node, int style, uint64_t cluster_mask, struct cvmx_pki_style_config *style_cfg) argument
623 cvmx_pki_write_style_config(int node, uint64_t style, u64 cluster_mask, struct cvmx_pki_style_config *style_cfg) argument
843 int style; local
884 int style; local
[all...]
H A Dcvmx-helper-pki.c202 pcam_input.style = 0;
360 /* try to reserve the style, if it is not configured already, reserve
368 debug("pki-helper: set style %d with default parameters\n",
371 /* configure style with default parameters */
377 debug("pki-helper: set pkind %d with initial style %d\n", pknd,
465 int style, cl_mask; local
475 style = port_cfg->pkind_cfg.initial_style;
479 cvmx_pki_read_style_config(xp.node, style, cl_mask,
493 int style, cl_mask; local
504 style
[all...]
/u-boot/drivers/usb/musb-new/
H A Dpic32.c186 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
187 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
188 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 512, },
189 { .hw_ep_num = 2, .style = FIFO_RX, .maxpacket = 512, },
190 { .hw_ep_num = 3, .style = FIFO_TX, .maxpacket = 512, },
191 { .hw_ep_num = 3, .style = FIFO_RX, .maxpacket = 512, },
192 { .hw_ep_num = 4, .style = FIFO_TX, .maxpacket = 512, },
193 { .hw_ep_num = 4, .style = FIFO_RX, .maxpacket = 512, },
194 { .hw_ep_num = 5, .style = FIFO_TX, .maxpacket = 512, },
195 { .hw_ep_num = 5, .style
[all...]
H A Dmusb_core.c1086 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1087 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1088 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, },
1089 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1090 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, },
1095 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1096 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1097 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1098 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1099 { .hw_ep_num = 4, .style
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki-resources.h12 * This function allocates/reserves a style from pool of global styles per node.
13 * @param node node to allocate style from.
14 * @param style style to allocate, if -1 it will be allocated
15 first available style from style resource. If index is positive
16 number and in range, it will try to allocate specified style.
17 * Return: style number on success, -1 on failure.
19 int cvmx_pki_style_alloc(int node, int style);
65 * This function frees a style fro
[all...]
H A Dcvmx-helper-pki.h40 int style; member in struct:cvmx_pki_prt_schd
61 int style; member in struct:cvmx_pki_intf_schd
124 * (fpa pools aura, style qpg entry pcam entry etc.) are not shared
290 void cvmx_helper_pki_set_dflt_pkind_map(int node, int pkind, int style);
311 int cvmx_helper_pki_route_dmac(int node, int style, u64 mac_addr, u64 mac_addr_mask,
313 int cvmx_pki_clone_style(int node, int style, u64 cluster_mask);
H A Dcvmx-pip.h245 static inline int __cvmx_pip_set_tag_type(int node, int style, int tag_type, int field) argument
254 /* All other style parameters remain same except tag type */
255 cvmx_pki_read_style_config(node, style, CVMX_PKI_CLUSTER_ALL, &style_cfg);
259 debug("ERROR: style not available to set tag type\n");
265 pcam_input.style = style;
284 pcam_action.style_add = (u8)(style_num - style);
310 pcam_action.style_add = (u8)(style_num - style);
324 static inline int __cvmx_pip_enable_watcher_78xx(int node, int index, int style) argument
339 /* All other style parameter
400 int style, nstyle, n4style, n6style; local
[all...]
H A Dcvmx-pki.h112 * final style. (Does not apply to the PKI_STAT_INB* registers.)
114 * 1 = X represents the low 6-bits of packet's final style
220 /* This is per style structure for configuring port parameters,
222 * If multiple ports are assigned same style be aware that modifying
223 * that style will modify the respective parameters for all the ports
224 * which are using this style
271 /* This is per style structure for configuring port's tag configuration,
273 * If multiple ports are assigned same style be aware that modiying that style
275 * using this style */
427 u64 style; member in struct:cvmx_pki_pcam_input
[all...]
H A Dcvmx-wqe.h364 u64 style : 8; member in struct:__anon172::__anon173
898 return (work->word0.pki.style);
902 static inline void cvmx_wqe_set_style(cvmx_wqe_t *work, int style) argument
905 work->word0.pki.style = style;
H A Dcvmx-pki-defs.h648 u64 style : 8; member in struct:cvmx_pki_clx_pkindx_style::cvmx_pki_clx_pkindx_style_s
1354 u64 style : 8; member in struct:cvmx_pki_pcam_lookup::cvmx_pki_pcam_lookup_s
2173 * It is indexed by final style, PKI_WQE_S[STYLE]<5:0>.
2200 * It is indexed by final style, PKI_WQE_S[STYLE]<5:0>.
2220 * It is indexed by final style, PKI_WQE_S[STYLE]<5:0>.
2246 * It is indexed by final style, PKI_WQE_S[STYLE]<5:0>.
2265 * It is indexed by final style, PKI_WQE_S[STYLE]<5:0>.
/u-boot/include/linux/usb/
H A Dmusb.h44 enum musb_fifo_style style; member in struct:musb_fifo_cfg
52 .style = st, \
/u-boot/scripts/
H A DMakefile.extrawarn27 warning-1 += -Wold-style-definition
H A Dcheckpatch.pl128 checkpatch style
3217 # c89 style /*...*/ comments
3392 "Please use git commit description style 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\n" . $herectx);
3748 # check SPDX comment style for .[chsS] files
3753 "Improper SPDX comment style for '$realfile', please use '$comment' instead\n" . $herecurr);
4194 "CVS style keyword markers, these will _not_ be updated\n". $herecurr);
5830 #Ignore SI style variants like nS, mV and dB
7134 # alloc style
7620 mechanically convert to the typical style using --fix or --fix-inplace.
7677 print "$vname has no obvious style problem
[all...]
/u-boot/tools/
H A Dzynqmp_psu_init_minimize.sh14 checkpatch compliant. Minor coding style might still be needed. Must be
/u-boot/scripts/kconfig/
H A Dgconf.c113 GtkStyle * style, gchar * btn_name, gchar ** xpm)
121 &style->bg[GTK_STATE_NORMAL],
136 GtkStyle *style; local
169 style = gtk_widget_get_style(main_wnd);
172 replace_button_icon(xml, main_wnd->window, style,
174 replace_button_icon(xml, main_wnd->window, style,
176 replace_button_icon(xml, main_wnd->window, style,
185 /*"style", PANGO_STYLE_OBLIQUE, */
112 replace_button_icon(GladeXML * xml, GdkDrawable * window, GtkStyle * style, gchar * btn_name, gchar ** xpm) argument
/u-boot/common/
H A Dcli_hush.c458 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input);
2291 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, argument
2312 redir->type=style;
2313 redir->fd= (fd==-1) ? redir_table[style].default_fd : fd ;
2315 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);
H A Dcli_hush_upstream.c4702 redir_type style,
4711 if (style != REDIRECT_HEREDOC) {
4726 if (style == REDIRECT_OVERWRITE && dup_num == REDIRFD_TO_FILE) {
4746 redir->rd_type = style;
4747 redir->rd_fd = (fd == -1) ? redir_table[style].default_fd : fd;
4750 redir_table[style].descrip);
4753 if (style != REDIRECT_HEREDOC && dup_num != REDIRFD_TO_FILE) {
5181 * "Within the backquoted style of command substitution, backslash
5219 * "With the $(command) style of command substitution, all characters

Completed in 227 milliseconds