Home
last modified time | relevance | path

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

123

/linux/drivers/tty/serial/
H A Dsa1100.c45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) argument
46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) argument
47 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) argument
48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) argument
49 #define UART_GET_UTSR0(sport) __raw_readl((sport)->port.membase + UTSR0) argument
50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) argument
51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) argument
53 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0) argument
54 #define UART_PUT_UTCR1(sport,v) __raw_writel((v),(sport)->port.membase + UTCR1) argument
55 #define UART_PUT_UTCR2(sport,v) __raw_writel((v),(sport)->port.membase + UTCR2) argument
[all …]
H A Dimx.c276 static inline void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) in imx_uart_writel()
281 static inline u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl()
286 static inline unsigned imx_uart_uts_reg(struct imx_port *sport) in imx_uart_uts_reg()
291 static inline int imx_uart_is_imx1(struct imx_port *sport) in imx_uart_is_imx1()
300 static void imx_uart_ucrs_save(struct imx_port *sport, in imx_uart_ucrs_save()
309 static void imx_uart_ucrs_restore(struct imx_port *sport, in imx_uart_ucrs_restore()
320 static void imx_uart_rts_active(struct imx_port *sport, u32 *ucr2) in imx_uart_rts_active()
328 static void imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2) in imx_uart_rts_inactive()
342 static void imx_uart_soft_reset(struct imx_port *sport) in imx_uart_soft_reset()
377 static void imx_uart_disable_loopback_rs485(struct imx_port *sport) in imx_uart_disable_loopback_rs485()
[all …]
H A Dpic32_uart.c79 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel()
85 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl()
129 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf()
139 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty() local
148 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl() local
162 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_get_mctrl() local
183 static inline void pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) in pic32_uart_irqtxen()
201 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_tx() local
220 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_start_tx() local
230 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_rx() local
[all …]
H A Dfsl_lpuart.c363 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) in is_layerscape_lpuart()
369 static inline bool is_imx7ulp_lpuart(struct lpuart_port *sport) in is_imx7ulp_lpuart()
374 static inline bool is_imx8ulp_lpuart(struct lpuart_port *sport) in is_imx8ulp_lpuart()
379 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) in is_imx8qxp_lpuart()
411 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks()
433 static unsigned int lpuart_get_baud_clk_rate(struct lpuart_port *sport) in lpuart_get_baud_clk_rate()
478 static void lpuart_dma_tx(struct lpuart_port *sport) in lpuart_dma_tx()
526 struct lpuart_port *sport = arg; in lpuart_dma_tx_complete() local
561 static dma_addr_t lpuart_dma_datareg_addr(struct lpuart_port *sport) in lpuart_dma_datareg_addr()
575 struct lpuart_port *sport = container_of(port, in lpuart_dma_tx_request() local
[all …]
H A Dfsl_linflexuart.c160 static void linflex_put_char(struct uart_port *sport, unsigned char c) in linflex_put_char()
175 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer()
203 struct uart_port *sport = dev_id; in linflex_txint() local
227 struct uart_port *sport = dev_id; in linflex_rxint() local
279 struct uart_port *sport = dev_id; in linflex_int() local
315 static void linflex_setup_watermark(struct uart_port *sport) in linflex_setup_watermark()
623 static void linflex_string_write(struct uart_port *sport, const char *s, in linflex_string_write()
643 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write() local
665 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options()
695 struct uart_port *sport; in linflex_console_setup() local
[all …]
H A Desp32_uart.c327 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_startup() local
355 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_shutdown() local
481 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_poll_init() local
534 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_write() local
554 struct esp32_port *sport; in esp32_uart_console_setup() local
585 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_exit() local
683 struct esp32_port *sport; in esp32_uart_probe() local
H A Dpxa.c751 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local
761 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local
782 struct uart_pxa_port *sport) in serial_pxa_probe_dt()
801 struct uart_pxa_port *sport; in serial_pxa_probe() local
H A Dsh-sci.c2968 struct sci_port *sport = to_sci_port(port); in sci_remap_port() local
2996 struct sci_port *sport = to_sci_port(port); in sci_release_port() local
3010 struct sci_port *sport = to_sci_port(port); in sci_request_port() local
3033 struct sci_port *sport = to_sci_port(port); in sci_config_port() local
3943 struct sci_port *sport = dev_get_drvdata(dev); in sci_suspend() local
3961 struct sci_port *sport = dev_get_drvdata(dev); in sci_resume() local
/linux/net/core/
H A Dsecure_seq.c77 __be16 sport, __be16 dport) in secure_tcpv6_seq() argument
82 __be16 sport; in secure_tcpv6_seq() member
137 __be16 sport, __be16 dport) in secure_tcp_seq() argument
162 secure_dccp_sequence_number(__be32 saddr,__be32 daddr,__be16 sport,__be16 dport) secure_dccp_sequence_number() argument
177 secure_dccpv6_sequence_number(__be32 * saddr,__be32 * daddr,__be16 sport,__be16 dport) secure_dccpv6_sequence_number() argument
182 __be16 sport; secure_dccpv6_sequence_number() member
/linux/net/ipv6/
H A Dfou6.c22 struct flowi6 *fl6, u8 *protocol, __be16 sport) in fou6_build_udp()
43 __be16 sport; in fou6_build_header() local
60 __be16 sport; in gue6_build_header() local
H A Dip6_udp_tunnel.c142 __be16 sport, __be16 dport, u8 dsfield, in udp_tunnel6_dst_lookup() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c41 __be16 sport = 0; variable
174 __u16 sport = bpf_get_prandom_u32(); in nf_ct_test() local
277 __u16 sport = bpf_get_prandom_u32(); in nf_ct_opts_new_test() local
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c118 static int sparx5_mirror_get(struct sparx5_port *sport, in sparx5_mirror_get()
154 struct sparx5_port *sport, *mport; in sparx5_mirror_add() local
/linux/net/ipv4/
H A Dfou_core.c944 u8 *protocol, __be16 *sport, int type) in __fou_build_header()
960 u8 *protocol, __be16 *sport, int type) in __gue_build_header()
1035 struct flowi4 *fl4, u8 *protocol, __be16 sport) in fou_build_udp()
1058 __be16 sport; in fou_build_header() local
1075 __be16 sport; in gue_build_header() local
H A Dfou_bpf.c16 __be16 sport; member
H A Dudp.c369 __be32 saddr, __be16 sport, in compute_score()
443 __be32 saddr, __be16 sport, in udp4_lib_lookup1()
467 __be32 saddr, __be16 sport, in udp4_lib_lookup2()
525 __be32 saddr, __be16 sport, in udp4_lib_lookup4()
543 __be32 saddr, __be16 sport, in udp4_lib_lookup4()
678 __be16 sport, __be32 daddr, __be16 dport, int dif, in __udp4_lib_lookup()
747 __be16 sport, __be16 dport, in __udp4_lib_lookup_skb()
758 __be16 sport, __be16 dport) in udp4_lib_lookup_skb()
776 struct sock *udp4_lib_lookup(const struct net *net, __be32 saddr, __be16 sport, in udp4_lib_lookup()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c41 u16 sport; in get_ah_udp_sport() local
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c186 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from()
217 int epfd, conn, i, sport, expected; in test_recv_order() local
/linux/drivers/net/
H A Dbareudp.c314 __be16 sport, df; in bareudp_xmit_skb() local
387 __be16 sport; in bareudp6_xmit_skb() local
507 __be16 sport; in bareudp_fill_metadata_dst() local
/linux/drivers/infiniband/hw/mlx5/
H A Dah.c39 __be16 sport; in mlx5_ah_get_udp_sport() local
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_ip6.h43 __u16 sport[2]; member
H A Debt_ip.h44 __u16 sport[2]; member
/linux/drivers/rapidio/
H A Drio-scan.c895 u8 sport; in rio_update_route_tables() local
1032 u8 sport; in rio_build_route_tables() local
/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c188 uint16_t sport; in icmp_interfere4() member
303 uint16_t sport; in icmp6_interfere() member
H A Dicmps-discard.c188 uint16_t sport; in icmp_interfere4() member
303 uint16_t sport; in icmp6_interfere() member

123