Home
last modified time | relevance | path

Searched defs:port (Results 51 – 75 of 2623) sorted by relevance

12345678910>>...105

/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c75 struct uart_port port; member
80 static void sp_uart_put_char(struct uart_port *port, unsigned int ch) in sp_uart_put_char()
85 static u32 sunplus_tx_buf_not_full(struct uart_port *port) in sunplus_tx_buf_not_full()
92 static unsigned int sunplus_tx_empty(struct uart_port *port) in sunplus_tx_empty()
99 static void sunplus_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunplus_set_mctrl()
131 static unsigned int sunplus_get_mctrl(struct uart_port *port) in sunplus_get_mctrl()
155 static void sunplus_stop_tx(struct uart_port *port) in sunplus_stop_tx()
164 static void sunplus_start_tx(struct uart_port *port) in sunplus_start_tx()
173 static void sunplus_stop_rx(struct uart_port *port) in sunplus_stop_rx()
182 static void sunplus_break_ctl(struct uart_port *port, int ctl) in sunplus_break_ctl()
[all …]
H A Dmilbeaut_usio.c65 static void mlb_usio_stop_tx(struct uart_port *port) in mlb_usio_stop_tx()
73 static void mlb_usio_tx_chars(struct uart_port *port) in mlb_usio_tx_chars()
120 static void mlb_usio_start_tx(struct uart_port *port) in mlb_usio_start_tx()
135 static void mlb_usio_stop_rx(struct uart_port *port) in mlb_usio_stop_rx()
141 static void mlb_usio_enable_ms(struct uart_port *port) in mlb_usio_enable_ms()
148 static void mlb_usio_rx_chars(struct uart_port *port) in mlb_usio_rx_chars()
208 struct uart_port *port = dev_id; in mlb_usio_rx_irq() local
219 struct uart_port *port = dev_id; in mlb_usio_tx_irq() local
229 static unsigned int mlb_usio_tx_empty(struct uart_port *port) in mlb_usio_tx_empty()
235 static void mlb_usio_set_mctrl(struct uart_port *port, unsigned int mctrl) in mlb_usio_set_mctrl()
[all …]
H A Dclps711x.c55 struct uart_port port; member
71 static void uart_clps711x_stop_tx(struct uart_port *port) in uart_clps711x_stop_tx()
81 static void uart_clps711x_start_tx(struct uart_port *port) in uart_clps711x_start_tx()
93 struct uart_port *port = dev_id; in uart_clps711x_int_rx() local
147 struct uart_port *port = dev_id; in uart_clps711x_int_tx() local
183 static unsigned int uart_clps711x_tx_empty(struct uart_port *port) in uart_clps711x_tx_empty()
193 static unsigned int uart_clps711x_get_mctrl(struct uart_port *port) in uart_clps711x_get_mctrl()
201 static void uart_clps711x_set_mctrl(struct uart_port *port, unsigned int mctrl) in uart_clps711x_set_mctrl()
208 static void uart_clps711x_break_ctl(struct uart_port *port, int break_state) in uart_clps711x_break_ctl()
220 static void uart_clps711x_set_ldisc(struct uart_port *port, in uart_clps711x_set_ldisc()
[all …]
H A Dlantiq.c109 struct uart_port port; member
131 ltq_uart_port *to_ltq_uart_port(struct uart_port *port) in to_ltq_uart_port()
137 lqasc_stop_tx(struct uart_port *port) in lqasc_stop_tx()
142 static bool lqasc_tx_ready(struct uart_port *port) in lqasc_tx_ready()
150 lqasc_start_tx(struct uart_port *port) in lqasc_start_tx()
165 lqasc_stop_rx(struct uart_port *port) in lqasc_stop_rx()
171 lqasc_rx_chars(struct uart_port *port) in lqasc_rx_chars()
236 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int() local
250 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int() local
266 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int() local
[all …]
H A Dsamsung_tty.c149 struct uart_port port; member
166 #define portaddr(port, reg) ((port)->membase + (reg)) argument
167 #define portaddrl(port, reg) \ argument
170 static u32 rd_reg(const struct uart_port *port, u32 reg) in rd_reg()
183 #define rd_regl(port, reg) (readl_relaxed(portaddr(port, reg))) argument
185 static void wr_reg(const struct uart_port *port, u32 reg, u32 val) in wr_reg()
197 #define wr_regl(port, reg, val) writel_relaxed(val, portaddr(port, reg)) argument
201 static inline void s3c24xx_set_bit(const struct uart_port *port, int idx, in s3c24xx_set_bit()
214 static inline void s3c24xx_clear_bit(const struct uart_port *port, int idx, in s3c24xx_clear_bit()
227 static inline struct s3c24xx_uart_port *to_ourport(struct uart_port *port) in to_ourport()
[all …]
H A Dowl-uart.c76 struct uart_port port; member
84 static inline void owl_uart_write(struct uart_port *port, u32 val, unsigned int off) in owl_uart_write()
89 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off) in owl_uart_read()
94 static void owl_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in owl_uart_set_mctrl()
108 static unsigned int owl_uart_get_mctrl(struct uart_port *port) in owl_uart_get_mctrl()
122 static unsigned int owl_uart_tx_empty(struct uart_port *port) in owl_uart_tx_empty()
138 static void owl_uart_stop_rx(struct uart_port *port) in owl_uart_stop_rx()
151 static void owl_uart_stop_tx(struct uart_port *port) in owl_uart_stop_tx()
164 static void owl_uart_start_tx(struct uart_port *port) in owl_uart_start_tx()
182 static void owl_uart_send_chars(struct uart_port *port) in owl_uart_send_chars()
[all …]
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c67 static int felix_tag_8021q_vlan_add_rx(struct dsa_switch *ds, int port, in felix_tag_8021q_vlan_add_rx()
107 static int felix_tag_8021q_vlan_del_rx(struct dsa_switch *ds, int port, in felix_tag_8021q_vlan_del_rx()
129 static int felix_tag_8021q_vlan_add_tx(struct dsa_switch *ds, int port, in felix_tag_8021q_vlan_add_tx()
196 static int felix_tag_8021q_vlan_del_tx(struct dsa_switch *ds, int port, u16 vid) in felix_tag_8021q_vlan_del_tx()
227 static int felix_tag_8021q_vlan_add(struct dsa_switch *ds, int port, u16 vid, in felix_tag_8021q_vlan_add()
259 static int felix_tag_8021q_vlan_del(struct dsa_switch *ds, int port, u16 vid) in felix_tag_8021q_vlan_del()
371 static void felix_npi_port_init(struct ocelot *ocelot, int port) in felix_npi_port_init()
389 static void felix_npi_port_deinit(struct ocelot *ocelot, int port) in felix_npi_port_deinit()
444 static int felix_tag_npi_change_master(struct dsa_switch *ds, int port, in felix_tag_npi_change_master()
566 static int felix_tag_8021q_change_master(struct dsa_switch *ds, int port, in felix_tag_8021q_change_master()
[all …]
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c65 static int iuu_port_probe(struct usb_serial_port *port) in iuu_port_probe()
103 static void iuu_port_remove(struct usb_serial_port *port) in iuu_port_remove()
116 struct usb_serial_port *port = tty->driver_data; in iuu_tiocmset() local
144 struct usb_serial_port *port = tty->driver_data; in iuu_tiocmget() local
158 struct usb_serial_port *port = urb->context; in iuu_rxcmd() local
177 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset()
210 struct usb_serial_port *port = urb->context; in iuu_update_status_callback() local
240 struct usb_serial_port *port = urb->context; in iuu_status_callback() local
252 static int iuu_status(struct usb_serial_port *port) in iuu_status()
267 static int bulk_immediate(struct usb_serial_port *port, u8 *buf, u8 count) in bulk_immediate()
[all …]
H A Dftdi_sio.c1203 #define set_mctrl(port, set) update_mctrl((port), (set), 0) argument
1204 #define clear_mctrl(port, clear) update_mctrl((port), 0, (clear)) argument
1206 static int update_mctrl(struct usb_serial_port *port, unsigned int set, in update_mctrl()
1253 struct usb_serial_port *port) in get_ftdi_divisor()
1356 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) in change_speed()
1379 static int write_latency_timer(struct usb_serial_port *port) in write_latency_timer()
1405 static int _read_latency_timer(struct usb_serial_port *port) in _read_latency_timer()
1422 static int read_latency_timer(struct usb_serial_port *port) in read_latency_timer()
1443 struct usb_serial_port *port = tty->driver_data; in get_serial_info() local
1453 struct usb_serial_port *port = tty->driver_data; in set_serial_info() local
[all …]
H A Df81232.c124 struct usb_serial_port *port; member
136 static int f81232_get_register(struct usb_serial_port *port, u16 reg, u8 *val) in f81232_get_register()
159 static int f81232_set_register(struct usb_serial_port *port, u16 reg, u8 val) in f81232_set_register()
182 static int f81232_set_mask_register(struct usb_serial_port *port, u16 reg, in f81232_set_mask_register()
197 static void f81232_read_msr(struct usb_serial_port *port) in f81232_read_msr()
241 static int f81232_set_mctrl(struct usb_serial_port *port, in f81232_set_mctrl()
286 static void f81232_update_line_status(struct usb_serial_port *port, in f81232_update_line_status()
313 struct usb_serial_port *port = urb->context; in f81232_read_int_callback() local
349 static char f81232_handle_lsr(struct usb_serial_port *port, u8 lsr) in f81232_handle_lsr()
380 struct usb_serial_port *port = urb->context; in f81232_process_read_urb() local
[all …]
/openbmc/linux/drivers/net/wan/
H A Dhd64572.c44 #define get_msci(port) ((port)->chan ? MSCI1_OFFSET : MSCI0_OFFSET) argument
45 #define get_dmac_rx(port) ((port)->chan ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) argument
46 #define get_dmac_tx(port) ((port)->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) argument
62 static inline void enable_intr(port_t *port) in enable_intr()
69 static inline void disable_intr(port_t *port) in disable_intr()
75 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
84 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
90 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
97 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
103 static inline void sca_set_carrier(port_t *port) in sca_set_carrier()
[all …]
H A Dhd64570.c42 #define get_msci(port) (phy_node(port) ? MSCI1_OFFSET : MSCI0_OFFSET) argument
43 #define get_dmac_rx(port) (phy_node(port) ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) argument
44 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) argument
50 static inline struct net_device *port_to_dev(port_t *port) in port_to_dev()
89 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc()
95 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
105 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
111 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
123 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
129 static inline void sca_set_carrier(port_t *port) in sca_set_carrier()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c10 static void lan966x_port_set_mcast_ip_flood(struct lan966x_port *port, in lan966x_port_set_mcast_ip_flood()
41 static void lan966x_port_set_mcast_flood(struct lan966x_port *port, in lan966x_port_set_mcast_flood()
62 static void lan966x_port_set_ucast_flood(struct lan966x_port *port, in lan966x_port_set_ucast_flood()
78 static void lan966x_port_set_bcast_flood(struct lan966x_port *port, in lan966x_port_set_bcast_flood()
94 static void lan966x_port_set_learning(struct lan966x_port *port, bool enabled) in lan966x_port_set_learning()
103 static void lan966x_port_bridge_flags(struct lan966x_port *port, in lan966x_port_bridge_flags()
123 static int lan966x_port_pre_bridge_flags(struct lan966x_port *port, in lan966x_port_pre_bridge_flags()
138 struct lan966x_port *port = lan966x->ports[i]; in lan966x_update_fwd_mask() local
156 void lan966x_port_stp_state_set(struct lan966x_port *port, u8 state) in lan966x_port_stp_state_set()
177 void lan966x_port_ageing_set(struct lan966x_port *port, in lan966x_port_ageing_set()
[all …]
H A Dlan966x_lag.c30 struct lan966x_port *port = lan966x->ports[p]; in lan966x_lag_set_aggr_pgids() local
40 struct lan966x_port *port = lan966x->ports[lag]; in lan966x_lag_set_aggr_pgids() local
53 struct lan966x_port *port = lan966x->ports[p]; in lan966x_lag_set_aggr_pgids() local
82 struct lan966x_port *port = lan966x->ports[p]; in lan966x_lag_set_aggr_pgids() local
95 struct lan966x_port *port; in lan966x_lag_set_port_ids() local
124 int lan966x_lag_port_join(struct lan966x_port *port, in lan966x_lag_port_join()
166 void lan966x_lag_port_leave(struct lan966x_port *port, struct net_device *bond) in lan966x_lag_port_leave()
195 struct lan966x_port *port = lan966x->ports[p]; in lan966x_lag_port_check_hash_types() local
210 struct lan966x_port *port = netdev_priv(dev); in lan966x_lag_port_prechangeupper() local
268 struct lan966x_port *port = netdev_priv(dev); in lan966x_lag_port_changelowerstate() local
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dio_noioport.h23 static inline void outb(unsigned char x, unsigned long port) in outb()
28 static inline void outw(unsigned short x, unsigned long port) in outw()
33 static inline void outl(unsigned int x, unsigned long port) in outl()
38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map()
49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb()
54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw()
59 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl()
64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb()
69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw()
74 static inline void outsl(unsigned long port, const void *src, unsigned long count) in outsl()
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c39 static void saa7164_encoder_configure(struct saa7164_port *port) in saa7164_encoder_configure()
59 static int saa7164_encoder_buffers_dealloc(struct saa7164_port *port) in saa7164_encoder_buffers_dealloc()
97 static int saa7164_encoder_buffers_alloc(struct saa7164_port *port) in saa7164_encoder_buffers_alloc()
186 static int saa7164_encoder_initialize(struct saa7164_port *port) in saa7164_encoder_initialize()
193 int saa7164_s_std(struct saa7164_port *port, v4l2_std_id id) in saa7164_s_std()
227 int saa7164_g_std(struct saa7164_port *port, v4l2_std_id *id) in saa7164_g_std()
264 int saa7164_g_input(struct saa7164_port *port, unsigned int *i) in saa7164_g_input()
285 int saa7164_s_input(struct saa7164_port *port, unsigned int i) in saa7164_s_input()
312 struct saa7164_port *port = fh->port; in saa7164_g_tuner() local
338 int saa7164_g_frequency(struct saa7164_port *port, struct v4l2_frequency *f) in saa7164_g_frequency()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.c36 struct nfp_port *port; in nfp_port_get_port_parent_id() local
52 struct nfp_port *port; in nfp_port_setup_tc() local
63 struct nfp_port *port; in nfp_port_set_features() local
78 struct nfp_eth_table_port *__nfp_port_get_eth_port(struct nfp_port *port) in __nfp_port_get_eth_port()
88 struct nfp_eth_table_port *nfp_port_get_eth_port(struct nfp_port *port) in nfp_port_get_eth_port()
104 struct nfp_port *port; in nfp_port_get_phys_port_name() local
158 struct nfp_port *port; in nfp_port_configure() local
173 struct nfp_port *port, unsigned int id) in nfp_port_init_phy_port()
204 struct nfp_port *port; in nfp_port_alloc() local
219 void nfp_port_free(struct nfp_port *port) in nfp_port_free()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c36 static int t7xx_port_ctrl_start(struct wwan_port *port) in t7xx_port_ctrl_start()
47 static void t7xx_port_ctrl_stop(struct wwan_port *port) in t7xx_port_ctrl_stop()
54 static int t7xx_port_ctrl_tx(struct wwan_port *port, struct sk_buff *skb) in t7xx_port_ctrl_tx()
102 static int t7xx_port_wwan_init(struct t7xx_port *port) in t7xx_port_wwan_init()
108 static void t7xx_port_wwan_uninit(struct t7xx_port *port) in t7xx_port_wwan_uninit()
118 static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_wwan_recv_skb()
134 static int t7xx_port_wwan_enable_chl(struct t7xx_port *port) in t7xx_port_wwan_enable_chl()
143 static int t7xx_port_wwan_disable_chl(struct t7xx_port *port) in t7xx_port_wwan_disable_chl()
152 static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_wwan_md_state_notify()
/openbmc/linux/drivers/parport/
H A Ddaisy.c35 struct parport *port; member
51 static void add_dev(int devnum, struct parport *port, int daisy) in add_dev()
105 int parport_daisy_init(struct parport *port) in parport_daisy_init()
203 void parport_daisy_fini(struct parport *port) in parport_daisy_fini()
245 struct parport *port; in parport_open() local
301 static int cpp_daisy(struct parport *port, int cmd) in cpp_daisy()
347 static int cpp_mux(struct parport *port, int cmd) in cpp_mux()
376 void parport_daisy_deselect_all(struct parport *port) in parport_daisy_deselect_all()
381 int parport_daisy_select(struct parport *port, int daisy, int mode) in parport_daisy_select()
412 static int mux_present(struct parport *port) in mux_present()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c134 struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_uninit()
151 bfa_fcs_lport_sm_init(struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_init()
186 struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_online()
246 struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_offline()
301 bfa_fcs_lport_sm_stopping(struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_stopping()
326 struct bfa_fcs_lport_s *port, in bfa_fcs_lport_sm_deleting()
353 bfa_fcs_lport_aen_post(struct bfa_fcs_lport_s *port, in bfa_fcs_lport_aen_post()
378 bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_send_ls_rjt()
406 bfa_fcs_lport_send_fcgs_rjt(struct bfa_fcs_lport_s *port, in bfa_fcs_lport_send_fcgs_rjt()
440 bfa_fcs_lport_plogi(struct bfa_fcs_lport_s *port, in bfa_fcs_lport_plogi()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Draw_io.h43 #define raw_outb(val,port) out_8((port),(val)) argument
44 #define raw_outw(val,port) out_be16((port),(val)) argument
45 #define raw_outl(val,port) out_be32((port),(val)) argument
97 #define raw_rom_outb(val, port) rom_out_8((port), (val)) argument
98 #define raw_rom_outw(val, port) rom_out_be16((port), (val)) argument
101 static inline void raw_insb(volatile u8 __iomem *port, u8 *buf, unsigned int len) in raw_insb()
109 static inline void raw_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_outsb()
149 static inline void raw_insw(volatile u16 __iomem *port, u16 *buf, unsigned int nr) in raw_insw()
188 static inline void raw_outsw(volatile u16 __iomem *port, const u16 *buf, in raw_outsw()
228 static inline void raw_insl(volatile u32 __iomem *port, u32 *buf, unsigned int nr) in raw_insl()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_regs.h72 #define _PORT_HDCP_AUTHENC(port, x) _MMIO(_PICK(port, \ argument
79 #define PORT_HDCP_CONF(port) _PORT_HDCP_AUTHENC(port, 0x0) argument
84 #define HDCP_CONF(dev_priv, trans, port) \ argument
91 #define PORT_HDCP_ANINIT(port) _PORT_HDCP_AUTHENC(port, 0x4) argument
97 #define HDCP_ANINIT(dev_priv, trans, port) \ argument
102 #define PORT_HDCP_ANLO(port) _PORT_HDCP_AUTHENC(port, 0x8) argument
107 #define HDCP_ANLO(dev_priv, trans, port) \ argument
112 #define PORT_HDCP_ANHI(port) _PORT_HDCP_AUTHENC(port, 0xC) argument
117 #define HDCP_ANHI(dev_priv, trans, port) \ argument
122 #define PORT_HDCP_BKSVLO(port) _PORT_HDCP_AUTHENC(port, 0x10) argument
[all …]
H A Dvlv_dsi_regs.h16 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */ argument
17 #define _MMIO_MIPI(port, a, c) _MMIO(_MIPI_PORT(port, a, c)) argument
43 #define MIPI_PORT_CTRL(port) _MMIO_MIPI(port, _MIPIA_PORT_CTRL, _MIPIC_PORT_CTRL) argument
92 #define MIPI_TEARING_CTRL(port) _MMIO_MIPI(port, _MIPIA_TEARING_CTRL, _MIPIC_TEARING_CTRL) argument
103 #define MIPI_DEVICE_READY(port) _MMIO_MIPI(port, _MIPIA_DEVICE_READY, _MIPIC_DEVICE_READY) argument
113 #define MIPI_INTR_STAT(port) _MMIO_MIPI(port, _MIPIA_INTR_STAT, _MIPIC_INTR_STAT) argument
116 #define MIPI_INTR_EN(port) _MMIO_MIPI(port, _MIPIA_INTR_EN, _MIPIC_INTR_EN) argument
152 #define MIPI_DSI_FUNC_PRG(port) _MMIO_MIPI(port, _MIPIA_DSI_FUNC_PRG, _MIPIC_DSI_FUNC_PRG) argument
175 #define MIPI_HS_TX_TIMEOUT(port) _MMIO_MIPI(port, _MIPIA_HS_TX_TIMEOUT, _MIPIC_HS_TX_TIMEOUT) argument
180 #define MIPI_LP_RX_TIMEOUT(port) _MMIO_MIPI(port, _MIPIA_LP_RX_TIMEOUT, _MIPIC_LP_RX_TIMEOUT) argument
[all …]
H A Dvlv_dsi_pll_regs.h21 #define BXT_MIPI_DIV_SHIFT(port) \ argument
28 #define BXT_MIPI_TX_ESCLK_SHIFT(port) \ argument
33 #define BXT_MIPI_TX_ESCLK_FIXDIV_MASK(port) \ argument
36 #define BXT_MIPI_TX_ESCLK_DIVIDER(port, val) \ argument
41 #define BXT_MIPI_RX_ESCLK_UPPER_SHIFT(port) \ argument
46 #define BXT_MIPI_RX_ESCLK_UPPER_FIXDIV_MASK(port) \ argument
49 #define BXT_MIPI_RX_ESCLK_UPPER_DIVIDER(port, val) \ argument
54 #define BXT_MIPI_8X_BY3_SHIFT(port) \ argument
59 #define BXT_MIPI_8X_BY3_DIVIDER_MASK(port) \ argument
62 #define BXT_MIPI_8X_BY3_DIVIDER(port, val) \ argument
[all …]
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument
47 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument
48 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) argument
54 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) argument
56 #define inw(port) in_be16((u16 *)((port)+_IO_BASE)) argument
57 #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) argument
[all …]

12345678910>>...105