Home
last modified time | relevance | path

Searched defs:sport (Results 1 – 24 of 24) sorted by relevance

/drivers/tty/serial/
Dbfin_sport_uart.h34 #define SPORT_GET_TCR1(sport) bfin_read16(((sport)->port.membase + OFFSET_TCR1)) argument
35 #define SPORT_GET_TCR2(sport) bfin_read16(((sport)->port.membase + OFFSET_TCR2)) argument
36 #define SPORT_GET_TCLKDIV(sport) bfin_read16(((sport)->port.membase + OFFSET_TCLKDIV)) argument
37 #define SPORT_GET_TFSDIV(sport) bfin_read16(((sport)->port.membase + OFFSET_TFSDIV)) argument
38 #define SPORT_GET_TX(sport) bfin_read16(((sport)->port.membase + OFFSET_TX)) argument
39 #define SPORT_GET_RX(sport) bfin_read16(((sport)->port.membase + OFFSET_RX)) argument
45 #define SPORT_GET_RX32(sport) \ argument
56 #define SPORT_GET_RCR1(sport) bfin_read16(((sport)->port.membase + OFFSET_RCR1)) argument
57 #define SPORT_GET_RCR2(sport) bfin_read16(((sport)->port.membase + OFFSET_RCR2)) argument
58 #define SPORT_GET_RCLKDIV(sport) bfin_read16(((sport)->port.membase + OFFSET_RCLKDIV)) argument
[all …]
Dsa1100.c60 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) argument
61 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) argument
62 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) argument
63 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) argument
64 #define UART_GET_UTSR0(sport) __raw_readl((sport)->port.membase + UTSR0) argument
65 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) argument
66 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) argument
68 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0) argument
69 #define UART_PUT_UTCR1(sport,v) __raw_writel((v),(sport)->port.membase + UTCR1) argument
70 #define UART_PUT_UTCR2(sport,v) __raw_writel((v),(sport)->port.membase + UTCR2) argument
[all …]
Dpnx8xxx_uart.c69 static inline int serial_in(struct pnx8xxx_port *sport, int offset) in serial_in()
74 static inline void serial_out(struct pnx8xxx_port *sport, int offset, int value) in serial_out()
82 static void pnx8xxx_mctrl_check(struct pnx8xxx_port *sport) in pnx8xxx_mctrl_check()
112 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)data; in pnx8xxx_timeout() local
129 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; in pnx8xxx_stop_tx() local
145 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; in pnx8xxx_start_tx() local
161 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; in pnx8xxx_stop_rx() local
177 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; in pnx8xxx_enable_ms() local
182 static void pnx8xxx_rx_chars(struct pnx8xxx_port *sport) in pnx8xxx_rx_chars()
246 static void pnx8xxx_tx_chars(struct pnx8xxx_port *sport) in pnx8xxx_tx_chars()
[all …]
Dsb1250-duart.c104 struct sbd_port sport[2]; member
125 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn()
132 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr()
139 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn()
146 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr()
157 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956()
163 static unsigned char read_sbdchn(struct sbd_port *sport, int reg) in read_sbdchn()
173 static unsigned char read_sbdshr(struct sbd_port *sport, int reg) in read_sbdshr()
183 static void write_sbdchn(struct sbd_port *sport, int reg, unsigned int value) in write_sbdchn()
190 static void write_sbdshr(struct sbd_port *sport, int reg, unsigned int value) in write_sbdshr()
[all …]
Dimx.c239 #define USE_IRDA(sport) ((sport)->use_irda) argument
241 #define USE_IRDA(sport) (0) argument
283 static inline unsigned uts_reg(struct imx_port *sport) in uts_reg()
288 static inline int is_imx1_uart(struct imx_port *sport) in is_imx1_uart()
293 static inline int is_imx21_uart(struct imx_port *sport) in is_imx21_uart()
298 static inline int is_imx6q_uart(struct imx_port *sport) in is_imx6q_uart()
328 static void imx_mctrl_check(struct imx_port *sport) in imx_mctrl_check()
358 struct imx_port *sport = (struct imx_port *)data; in imx_timeout() local
375 struct imx_port *sport = (struct imx_port *)port; in imx_stop_tx() local
436 struct imx_port *sport = (struct imx_port *)port; in imx_stop_rx() local
[all …]
Dfsl_lpuart.c318 static void lpuart_copy_rx_to_tty(struct lpuart_port *sport, in lpuart_copy_rx_to_tty()
344 static void lpuart_pio_tx(struct lpuart_port *sport) in lpuart_pio_tx()
368 static int lpuart_dma_tx(struct lpuart_port *sport, unsigned long count) in lpuart_dma_tx()
395 static void lpuart_prepare_tx(struct lpuart_port *sport) in lpuart_prepare_tx()
416 struct lpuart_port *sport = arg; in lpuart_dma_tx_complete() local
435 static int lpuart_dma_rx(struct lpuart_port *sport) in lpuart_dma_rx()
459 struct lpuart_port *sport = arg; in lpuart_dma_rx_complete() local
477 struct lpuart_port *sport = (struct lpuart_port *)data; in lpuart_timer_func() local
502 static inline void lpuart_prepare_rx(struct lpuart_port *sport) in lpuart_prepare_rx()
519 static inline void lpuart_transmit_buffer(struct lpuart_port *sport) in lpuart_transmit_buffer()
[all …]
Dpxa.c800 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local
810 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local
832 struct uart_pxa_port *sport) in serial_pxa_probe_dt()
851 struct uart_pxa_port *sport; in serial_pxa_probe() local
916 struct uart_pxa_port *sport = platform_get_drvdata(dev); in serial_pxa_remove() local
Dbfin_sport_uart.c722 struct sport_uart_port *sport = dev_get_drvdata(dev); in sport_uart_suspend() local
733 struct sport_uart_port *sport = dev_get_drvdata(dev); in sport_uart_resume() local
751 struct sport_uart_port *sport; in sport_uart_probe() local
857 struct sport_uart_port *sport = platform_get_drvdata(pdev); in sport_uart_remove() local
Dnetx-serial.c595 struct netx_port *sport; in netx_console_setup() local
661 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_suspend() local
671 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_resume() local
696 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_remove() local
Dsh-sci.c2096 struct sci_port *sport = to_sci_port(port); in sci_config_port() local
2614 struct sci_port *sport = dev_get_drvdata(dev); in sci_suspend() local
2624 struct sci_port *sport = dev_get_drvdata(dev); in sci_resume() local
/drivers/infiniband/ulp/srpt/
Dib_srpt.c179 struct srpt_port *sport; in srpt_event_handler() local
325 static void srpt_get_ioc(struct srpt_port *sport, u32 slot, in srpt_get_ioc()
462 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; in srpt_mad_recv_handler() local
528 static int srpt_refresh_port(struct srpt_port *sport) in srpt_refresh_port()
598 struct srpt_port *sport; in srpt_unregister_mad_agent() local
2025 struct srpt_port *sport = ch->sport; in srpt_create_ch_ib() local
2324 static struct srpt_node_acl *__srpt_lookup_acl(struct srpt_port *sport, in __srpt_lookup_acl()
2337 static struct srpt_node_acl *srpt_lookup_acl(struct srpt_port *sport, in srpt_lookup_acl()
2360 struct srpt_port *sport = &sdev->port[param->port - 1]; in srpt_cm_req_recv() local
3063 struct srpt_port *sport = container_of(work, struct srpt_port, work); in srpt_refresh_port_work() local
[all …]
Dib_srpt.h311 struct srpt_port *sport; member
420 struct srpt_port *sport; member
/drivers/rapidio/
Drio-scan.c506 rio_sport_is_active(struct rio_mport *port, u16 destid, u8 hopcount, int sport) in rio_sport_is_active()
926 u8 sport; in rio_update_route_tables() local
1074 u8 sport; in rio_build_route_tables() local
/drivers/infiniband/hw/ehca/
Dehca_main.c533 struct ehca_sport *sport = &shca->sport[port - 1]; in ehca_create_aqp1() local
586 static int ehca_destroy_aqp1(struct ehca_sport *sport) in ehca_destroy_aqp1()
Dehca_qp.c1446 struct ehca_sport *sport; in internal_modify_qp() local
1804 struct ehca_sport *sport = &shca->sport[port - 1]; in ehca_modify_qp() local
2137 struct ehca_sport *sport = &shca->sport[my_qp->init_attr.port_num - 1]; in internal_destroy_qp() local
Dehca_irq.c366 static int replay_modify_qp(struct ehca_sport *sport) in replay_modify_qp()
390 struct ehca_sport *sport = &shca->sport[port - 1]; in parse_ec() local
Dehca_sqp.c154 struct ehca_sport *sport = &shca->sport[port_num - 1]; in ehca_process_perf() local
Dehca_classes.h120 struct ehca_sport sport[2]; member
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h158 uint16_t sport; member
Dcommon.h414 u16 sport; member
/drivers/infiniband/hw/ipath/
Dipath_user_sdma.c101 ipath_user_sdma_queue_create(struct device *dev, int unit, int port, int sport) in ipath_user_sdma_queue_create()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3549 __be32 sip, __be16 sport, __be16 vlan, in cxgb4_create_server()
3590 const struct in6_addr *sip, __be16 sport, in cxgb4_create_server6()
4692 __be32 sip, __be16 sport, __be16 vlan, in cxgb4_create_server_filter()
/drivers/scsi/cxgbi/
Dlibcxgbi.c581 __be16 sport, __be16 dport, u8 tos) in find_route_ipv4()
/drivers/net/ethernet/sun/
Dniu.c7383 u16 sport, dport, spm, dpm; in niu_get_tcamkey_from_ip4fs() local