Searched refs:sup (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dm8260_tty.c30 volatile scc_uart_t *sup; local
62 sup = (scc_uart_t *)&ip->im_dprambase[PROFF_SCC1 + ((SCC_CONSOLE-1) << 8)];
114 sup->scc_genscc.scc_rbase = dpaddr;
115 sup->scc_genscc.scc_tbase = dpaddr + sizeof(cbd_t);
120 sup->scc_genscc.scc_rfcr = CPMFCR_GBL | CPMFCR_EB;
121 sup->scc_genscc.scc_tfcr = CPMFCR_GBL | CPMFCR_EB;
123 sup->scc_genscc.scc_mrblr = 128;
124 sup->scc_maxidl = 8;
125 sup->scc_brkcr = 1;
126 sup
229 volatile scc_uart_t *sup; local
264 volatile scc_uart_t *sup; local
309 volatile scc_uart_t *sup; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_cpm1.h28 static inline void cpm_set_scc_fcr(volatile scc_uart_t * sup) argument
30 sup->scc_genscc.scc_rfcr = SMC_EB;
31 sup->scc_genscc.scc_tfcr = SMC_EB;
H A Dcpm_uart_cpm2.h28 static inline void cpm_set_scc_fcr(volatile scc_uart_t * sup) argument
30 sup->scc_genscc.scc_rfcr = CPMFCR_GBL | CPMFCR_EB;
31 sup->scc_genscc.scc_tfcr = CPMFCR_GBL | CPMFCR_EB;
H A Dcpm_uart_core.c747 volatile scc_uart_t *sup; local
752 sup = pinfo->sccup;
762 cpm_set_scc_fcr(sup);
764 sup->scc_genscc.scc_mrblr = pinfo->rx_fifosize;
765 sup->scc_maxidl = pinfo->rx_fifosize;
766 sup->scc_brkcr = 1;
767 sup->scc_parec = 0;
768 sup->scc_frmec = 0;
769 sup->scc_nosec = 0;
770 sup
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Ddebug.c177 befs_dump_super_block(const struct super_block *sb, befs_super_block * sup) argument
185 befs_debug(sb, " name %s", sup->name);
186 befs_debug(sb, " magic1 %08x", fs32_to_cpu(sb, sup->magic1));
188 fs32_to_cpu(sb, sup->fs_byte_order));
190 befs_debug(sb, " block_size %u", fs32_to_cpu(sb, sup->block_size));
191 befs_debug(sb, " block_shift %u", fs32_to_cpu(sb, sup->block_shift));
193 befs_debug(sb, " num_blocks %Lu", fs64_to_cpu(sb, sup->num_blocks));
194 befs_debug(sb, " used_blocks %Lu", fs64_to_cpu(sb, sup->used_blocks));
196 befs_debug(sb, " magic2 %08x", fs32_to_cpu(sb, sup->magic2));
198 fs32_to_cpu(sb, sup
[all...]
H A Dbtree.c97 befs_btree_super * sup);
123 * @sup: Buffer in which to place the btree superblock
128 * On success, returns BEFS_OK and *@sup contains the btree superblock,
135 befs_btree_super * sup)
151 sup->magic = fs32_to_cpu(sb, od_sup->magic);
152 sup->node_size = fs32_to_cpu(sb, od_sup->node_size);
153 sup->max_depth = fs32_to_cpu(sb, od_sup->max_depth);
154 sup->data_type = fs32_to_cpu(sb, od_sup->data_type);
155 sup->root_node_ptr = fs64_to_cpu(sb, od_sup->root_node_ptr);
156 sup
134 befs_bt_read_super(struct super_block *sb, befs_data_stream * ds, befs_btree_super * sup) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c2400 volatile struct uart_pram *sup; local
2592 sup = &pquicc->pram[info->state->port].scc.pscc.u;
2593 sup->rbase = dp_addr;
2594 sup->tbase = dp_addr;
2599 sup->rfcr = SMC_EB;
2600 sup->tfcr = SMC_EB;
2606 sup->mrblr = 1;
2607 sup->max_idl = 0;
2608 sup->brkcr = 1;
2609 sup
2753 volatile struct uart_pram *sup; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c382 bgp_damp_parameter_set (int hlife, int reuse, int sup, int maxsup)
388 damp->suppress_value = sup;
380 bgp_damp_parameter_set(int hlife, int reuse, int sup, int maxsup) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2777 set sup [open $superset r]
2783 set nrp [gets $sup pline]
2791 set nrp [gets $sup pline]
2794 close $sup

Completed in 82 milliseconds