• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/

Lines Matching refs:up

660 	volatile struct smc_uart_pram	*up;
679 printk("starting up ttys%d (irq %d)...", info->line, state->irq);
724 /* up = (smc_uart_t *)&pquicc->cp_dparam[state->port]; */
726 up = &pquicc->pram[info->state->port].scc.pothers.idma_smc.psmc.u;
728 up->mrblr = RX_BUF_SIZE;
729 up->max_idl = RX_BUF_SIZE;
731 up->brkcr = 1; /* number of break chars */
884 * Set up parity check flag
1660 * have to back up to the previous BD and wait for it
1734 * then make the check up front and then exit.
1861 * Start up serial port
2028 volatile struct smc_uart_pram *up;
2045 /* up = (smc_uart_t *)&cpmp->cp_dparam[ser->port]; */
2046 up = &pquicc->pram[ser->port].scc.pothers.idma_smc.psmc.u;
2050 bdp = bdbase = (QUICC_BD *)((uint)pquicc + (uint)up->tbase);
2172 volatile struct smc_uart_pram *up;
2184 /* bdp = (QUICC_BD *)&cpmp->cp_dpmem[up->smc_rbase]; */
2185 bdp = (QUICC_BD *)((uint)pquicc + (uint)up->tbase);
2189 /* up = (smc_uart_t *)&cpmp->cp_dparam[ser->port]; */
2190 up = &pquicc->pram[info->state->port].scc.pothers.idma_smc.psmc.u;
2274 volatile smc_uart_t *up;
2290 up = (smc_uart_t *)&cpmp->cp_dparam[ser->port];
2300 bdp = (QUICC_BD *)&cpmp->cp_dpmem[up->smc_rbase];
2303 bdp = (QUICC_BD *)&cpmp->cp_dpmem[up->smc_tbase];
2306 up->smc_mrblr = RX_BUF_SIZE; /* receive buffer length */
2307 up->smc_maxidl = RX_BUF_SIZE;
2381 volatile struct smc_uart_pram *up;
2579 /* Set up the uart parameters in the
2640 up = &pquicc->pram[info->state->port].scc.pothers.idma_smc.psmc.u;
2641 up->rbase = dp_addr;
2656 up->tbase = dp_addr;
2658 /* Set up the uart parameters in the
2661 up->rfcr = SMC_EB;
2662 up->tfcr = SMC_EB;
2668 up->mrblr = 1;
2669 up->max_idl = 0;
2670 up->brkcr = 1;
2711 /* Set up the baud rate generator.
2735 volatile struct smc_uart_pram *up;
2759 /* TODO: need to set up SCC pin assignment etc. here */
2806 /* Set up the uart parameters in the parameter ram.
2816 /* Set up the uart parameters in the
2869 /* up = (smc_uart_t *)&cp->cp_dparam[ser->port]; */
2870 up = &pquicc->pram[ser->port].scc.pothers.idma_smc.psmc.u;
2872 up->rbase = dp_addr; /* Base of receive buffer desc. */
2873 up->tbase = dp_addr+sizeof(QUICC_BD); /* Base of xmt buffer desc. */
2874 up->rfcr = SMC_EB;
2875 up->tfcr = SMC_EB;
2879 up->mrblr = 1; /* receive buffer length */
2880 up->max_idl = 0; /* wait forever for next char */
2899 /* Set up the baud rate generator.