Searched defs:cts (Results 1 - 20 of 20) sorted by relevance

/drivers/crypto/amcc/
H A Dcrypto4xx_sa.c40 union dynamic_sa_contents cts; local
43 cts.w = ((struct dynamic_sa_ctl *)(ctx->sa_in))->sa_contents;
45 cts.w = ((struct dynamic_sa_ctl *)(ctx->sa_out))->sa_contents;
46 offset = cts.bf.key_size
47 + cts.bf.inner_size
48 + cts.bf.outer_size
49 + cts.bf.spi
50 + cts.bf.seq_num0
51 + cts.bf.seq_num1
52 + cts
63 union dynamic_sa_contents cts; local
89 union dynamic_sa_contents cts; local
100 union dynamic_sa_contents cts; local
[all...]
/drivers/tty/serial/
H A Dtimbuart.c213 u8 cts = ioread8(port->membase + TIMBUART_CTRL); local
214 dev_dbg(port->dev, "%s - cts %x\n", __func__, cts);
216 if (cts & TIMBUART_CTRL_CTS)
234 unsigned int cts; local
239 cts = timbuart_get_mctrl(port);
240 uart_handle_cts_change(port, cts & TIOCM_CTS);
H A Difx6x60.c326 * @received_cts: status of cts we received
425 /* if modem cts is set, just send empty buffer */
610 unsigned char cts; local
623 &length, &more, &cts);
635 ifx_dev->spi_slave_cts = cts;
H A Dmax3100.c101 int cts; /* last CTS received for flow ctrl */ member in struct:max3100_port
225 int ret = 0, cts; local
253 cts = (rx & MAX3100_CTS) > 0;
254 if (s->cts != cts) {
255 s->cts = cts;
256 uart_handle_cts_change(&s->port, cts ? TIOCM_CTS : 0);
403 return (s->cts ? TIOCM_CTS : 0) | TIOCM_DSR | TIOCM_CAR;
/drivers/usb/serial/
H A Dkeyspan_usa28msg.h150 cts, member in struct:keyspan_usa28_portStatusMessage
H A Dkeyspan_usa49msg.h241 cts, // reports CTS pin member in struct:keyspan_usa49_portStatusMessage
H A Dopticon.c56 bool cts; member in struct:opticon_private
121 priv->cts = false;
123 priv->cts = true;
410 if (priv->cts)
H A Dkeyspan_usa90msg.h156 cts, // reports CTS pin member in struct:keyspan_usa90_portStatusMessage
/drivers/staging/wlan-ng/
H A Dp80211netdev.h121 u32 cts; member in struct:p80211_frmrx_t
/drivers/video/omap2/dss/
H A Dhdmi.c631 int err, n, cts; local
677 err = hdmi_config_audio_acr(ip_data, params_rate(params), &n, &cts);
716 core_cfg.cts = cts;
H A Dti_hdmi_4xxx_ip.c1091 REG_FLD_MOD(av_base, HDMI_CORE_AV_CTS_SVAL1, cfg->cts, 7, 0);
1093 HDMI_CORE_AV_CTS_SVAL2, cfg->cts >> 8, 7, 0);
1095 HDMI_CORE_AV_CTS_SVAL3, cfg->cts >> 16, 7, 0);
1204 u32 sample_freq, u32 *n, u32 *cts)
1210 if (n == NULL || cts == NULL)
1255 *cts = pclk * (*n / 128) * deep_color / (sample_freq / 10);
1203 hdmi_config_audio_acr(struct hdmi_ip_data *ip_data, u32 sample_freq, u32 *n, u32 *cts) argument
H A Dti_hdmi_4xxx_ip.h565 u32 cts; member in struct:hdmi_core_audio_config
580 u32 sample_freq, u32 *n, u32 *cts);
/drivers/mmc/card/
H A Dsdio_uart.c55 __u32 cts; member in struct:uart_icount
519 port->icount.cts++;
522 int cts = (status & UART_MSR_CTS); local
524 if (cts) {
530 if (!cts) {
1013 if (port->icount.cts)
1014 seq_printf(m, " cts:%d",
1015 port->icount.cts);
/drivers/net/wan/
H A Dpc300.h265 u8 cts; member in struct:rsv_x21_status
/drivers/tty/
H A Dmoxa.c123 int cts; member in struct:mxser_mstatus
364 tmp.cts = 1;
1471 int rts, cts, txflow, rxflow, xany, baud; local
1473 rts = cts = txflow = rxflow = xany = 0;
1475 rts = cts = 1;
1485 MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany);
1826 static void MoxaPortFlowCtrl(struct moxa_port *port, int rts, int cts, argument
1833 if (cts)
H A Dmxser.c281 int cts; member in struct:mxser_mstatus
825 port->icount.cts++;
1539 ms.cts = 1;
1582 ip->icount.cts++;
1651 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
1835 icount->cts = cnow.cts;
/drivers/scsi/bfa/
H A Dbfa_svc.h141 u8 cts; /* continuous sequence */ member in struct:bfa_fcxp_req_info_s
614 bfa_boolean_t cts, enum fc_cos cos,
H A Dbfad_bsg.h731 int cts; member in struct:bfa_bsg_fcpt_s
H A Dbfa_svc.c832 send_req->cts = reqi->cts;
1002 * @param[in] cts use Continuous sequence
1018 u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos,
1037 reqi->cts = cts;
1017 bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport, u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos, u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, void *cbarg, u32 rsp_maxlen, u8 rsp_timeout) argument
H A Dbfi_ms.h354 u8 cts; /* continue sequence */ member in struct:bfi_fcxp_send_req_s

Completed in 1084 milliseconds