Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/tty/serial/
Dsa1100.c47 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) argument
48 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) argument
49 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) argument
50 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) argument
51 #define UART_GET_UTSR0(sport) __raw_readl((sport)->port.membase + UTSR0) argument
52 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) argument
53 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) argument
55 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0) argument
56 #define UART_PUT_UTCR1(sport,v) __raw_writel((v),(sport)->port.membase + UTCR1) argument
57 #define UART_PUT_UTCR2(sport,v) __raw_writel((v),(sport)->port.membase + UTCR2) argument
[all …]
Dpnx8xxx_uart.c65 static inline int serial_in(struct pnx8xxx_port *sport, int offset) in serial_in()
70 static inline void serial_out(struct pnx8xxx_port *sport, int offset, int value) in serial_out()
78 static void pnx8xxx_mctrl_check(struct pnx8xxx_port *sport) in pnx8xxx_mctrl_check()
108 struct pnx8xxx_port *sport = from_timer(sport, t, timer); in pnx8xxx_timeout() local
125 struct pnx8xxx_port *sport = in pnx8xxx_stop_tx() local
142 struct pnx8xxx_port *sport = in pnx8xxx_start_tx() local
159 struct pnx8xxx_port *sport = in pnx8xxx_stop_rx() local
176 struct pnx8xxx_port *sport = 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.c100 struct sbd_port sport[2]; member
121 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn()
128 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr()
135 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn()
142 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr()
153 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956()
159 static unsigned char read_sbdchn(struct sbd_port *sport, int reg) in read_sbdchn()
169 static unsigned char read_sbdshr(struct sbd_port *sport, int reg) in read_sbdshr()
179 static void write_sbdchn(struct sbd_port *sport, int reg, unsigned int value) in write_sbdchn()
186 static void write_sbdshr(struct sbd_port *sport, int reg, unsigned int value) in write_sbdshr()
[all …]
Dpic32_uart.c38 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf()
45 static inline int pic32_enable_clock(struct pic32_sport *sport) in pic32_enable_clock()
56 static inline void pic32_disable_clock(struct pic32_sport *sport) in pic32_disable_clock()
65 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty() local
74 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl() local
86 static unsigned int get_cts_state(struct pic32_sport *sport) in get_cts_state()
98 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_get_mctrl() local
118 static inline void pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) in pic32_uart_irqtxen()
136 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_tx() local
155 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_start_tx() local
[all …]
Dimx.c283 static void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) in imx_uart_writel()
307 static u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl()
338 static inline unsigned imx_uart_uts_reg(struct imx_port *sport) in imx_uart_uts_reg()
343 static inline int imx_uart_is_imx1(struct imx_port *sport) in imx_uart_is_imx1()
348 static inline int imx_uart_is_imx21(struct imx_port *sport) in imx_uart_is_imx21()
353 static inline int imx_uart_is_imx53(struct imx_port *sport) in imx_uart_is_imx53()
358 static inline int imx_uart_is_imx6q(struct imx_port *sport) in imx_uart_is_imx6q()
366 static void imx_uart_ucrs_save(struct imx_port *sport, in imx_uart_ucrs_save()
375 static void imx_uart_ucrs_restore(struct imx_port *sport, in imx_uart_ucrs_restore()
385 static void imx_uart_rts_active(struct imx_port *sport, u32 *ucr2) in imx_uart_rts_active()
[all …]
Dfsl_lpuart.c349 static void lpuart_dma_tx(struct lpuart_port *sport) in lpuart_dma_tx()
396 struct lpuart_port *sport = arg; in lpuart_dma_tx_complete() local
429 struct lpuart_port *sport = container_of(port, in lpuart_dma_tx_request() local
451 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); in lpuart_flush_buffer() local
467 struct lpuart_port *sport = container_of(port, in lpuart_poll_init() local
523 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); in lpuart32_poll_init() local
573 static inline void lpuart_transmit_buffer(struct lpuart_port *sport) in lpuart_transmit_buffer()
591 static inline void lpuart32_transmit_buffer(struct lpuart_port *sport) in lpuart32_transmit_buffer()
617 struct lpuart_port *sport = container_of(port, in lpuart_start_tx() local
636 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); in lpuart32_start_tx() local
[all …]
Dpic32_uart.h70 #define pic32_get_port(sport) (&sport->port) argument
71 #define pic32_get_opt(sport) (&sport->opt) argument
72 #define tx_irq_enabled(sport) (sport->enable_tx_irq) argument
74 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel()
82 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl()
Dpxa.c798 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local
808 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local
829 struct uart_pxa_port *sport) in serial_pxa_probe_dt()
848 struct uart_pxa_port *sport; in serial_pxa_probe() local
Dnetx-serial.c583 struct netx_port *sport; in netx_console_setup() local
649 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_suspend() local
659 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_resume() local
684 struct netx_port *sport = platform_get_drvdata(pdev); in serial_netx_remove() local
/Linux-v4.19/net/core/
Dsecure_seq.c75 __be16 sport, __be16 dport) in secure_tcpv6_seq()
80 __be16 sport; in secure_tcpv6_seq() member
133 __be16 sport, __be16 dport) in secure_tcp_seq()
156 __be16 sport, __be16 dport) in secure_dccp_sequence_number()
171 __be16 sport, __be16 dport) in secure_dccpv6_sequence_number()
176 __be16 sport; in secure_dccpv6_sequence_number() member
/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_srpt.c143 struct srpt_port *sport; in srpt_event_handler() local
324 static void srpt_get_ioc(struct srpt_port *sport, u32 slot, in srpt_get_ioc()
479 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; in srpt_mad_recv_handler() local
556 static int srpt_refresh_port(struct srpt_port *sport) in srpt_refresh_port()
636 struct srpt_port *sport; in srpt_unregister_mad_agent() local
1716 struct srpt_port *sport = ch->sport; in srpt_create_ch_ib() local
1892 static bool srpt_ch_closed(struct srpt_port *sport, struct srpt_rdma_ch *ch) in srpt_ch_closed()
1916 struct srpt_port *sport = ch->sport; in srpt_disconnect_ch_sync() local
1932 static void __srpt_close_all_ch(struct srpt_port *sport) in __srpt_close_all_ch()
1954 static struct srpt_nexus *srpt_get_nexus(struct srpt_port *sport, in srpt_get_nexus()
[all …]
/Linux-v4.19/net/ipv6/
Dfou6.c20 struct flowi6 *fl6, u8 *protocol, __be16 sport) in fou6_build_udp()
41 __be16 sport; in fou6_build_header() local
58 __be16 sport; in gue6_build_header() local
Dsyncookies.c47 __be16 sport, __be16 dport, u32 count, int c) in cookie_hash()
53 __be16 sport; in cookie_hash() member
70 __be16 sport, __be16 dport, __u32 sseq, in secure_tcp_syn_cookie()
81 const struct in6_addr *daddr, __be16 sport, in check_tcp_syn_cookie()
Dinet6_hashtables.c56 const __be16 sport, in __inet6_lookup_established()
132 const __be16 sport, const struct in6_addr *daddr, in inet6_lhash2_lookup()
166 const __be16 sport, const struct in6_addr *daddr, in inet6_lookup_listener()
233 const struct in6_addr *saddr, const __be16 sport, in inet6_lookup()
Dudp.c114 const struct in6_addr *saddr, __be16 sport, in compute_score()
165 const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup2()
198 const struct in6_addr *saddr, __be16 sport, in __udp6_lib_lookup()
268 __be16 sport, __be16 dport, in __udp6_lib_lookup_skb()
279 __be16 sport, __be16 dport) in udp6_lib_lookup_skb()
293 struct sock *udp6_lib_lookup(struct net *net, const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup()
/Linux-v4.19/include/net/
Dinet6_hashtables.h68 const __be16 sport, in __inet6_lookup()
87 const __be16 sport, in __inet6_lookup_skb()
Dinet_hashtables.h246 __be32 saddr, __be16 sport, in inet_lookup_listener()
314 const __be32 saddr, const __be16 sport, in inet_lookup_established()
325 const __be32 saddr, const __be16 sport, in __inet_lookup()
346 const __be32 saddr, const __be16 sport, in inet_lookup()
364 const __be16 sport, in __inet_lookup_skb()
Droute.h152 __be16 dport, __be16 sport, in ip_route_output_ports()
277 __be16 sport, __be16 dport, in ip_route_connect_init()
293 __be16 sport, __be16 dport, in ip_route_connect()
315 __be16 sport, __be16 dport, in ip_route_newports()
Dflow.h48 __be16 sport; member
58 __le16 sport; member
100 __be16 dport, __be16 sport, in flowi4_init_output()
/Linux-v4.19/net/ipv4/
Dsyncookies.c52 static u32 cookie_hash(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport, in cookie_hash()
95 static __u32 secure_tcp_syn_cookie(__be32 saddr, __be32 daddr, __be16 sport, in secure_tcp_syn_cookie()
125 __be16 sport, __be16 dport, __u32 sseq) in check_tcp_syn_cookie()
Dfou.c863 u8 *protocol, __be16 *sport, int type) in __fou_build_header()
879 u8 *protocol, __be16 *sport, int type) in __gue_build_header()
954 struct flowi4 *fl4, u8 *protocol, __be16 sport) in fou_build_udp()
977 __be16 sport; in fou_build_header() local
994 __be16 sport; in gue_build_header() local
/Linux-v4.19/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c77 const __be16 sport, const __be16 dport, in nf_tproxy_get_sock_v4()
Dnf_socket_ipv4.c81 const __be16 sport, const __be16 dport, in nf_socket_get_sock_v4()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_tproxy_ipv6.c78 const __be16 sport, const __be16 dport, in nf_tproxy_get_sock_v6()
/Linux-v4.19/include/uapi/linux/netfilter_bridge/
Debt_ip6.h43 __u16 sport[2]; member

123