Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/linux/drivers/s390/net/
H A Dctcm_main.h132 struct channel { struct
133 struct channel *next; argument
137 * Type of this channel. argument
140 enum ctcm_channel_types type; argument
145 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument
149 struct ccw1 *ccw;
150 struct irb *irb;
154 int max_bufsize;
155 struct sk_buff *trans_skb; /* transmit/receive buffer */
156 struct sk_buff_head io_queue; /* universal I/O queue */
[all …]
/linux/drivers/most/
H A Dmost_snd.c44 struct channel { struct
48 struct most_channel_config *cfg; argument
49 struct snd_card *card;
50 struct list_head list;
51 int id;
52 unsigned int period_pos;
53 unsigned int buffer_pos;
54 bool is_stream_running;
55 struct task_struct *playback_task;
56 wait_queue_head_t playback_waitq;
[all …]
/linux/drivers/ipack/devices/
H A Dipoctal.c48 struct ipoctal_channel channel[NR_CHANNELS]; member
60 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel()
72 struct ipoctal_channel *channel; in ipoctal_port_activate() local
87 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_install() local
110 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local
125 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel()
135 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local
144 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local
158 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx()
201 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx()
[all …]
/linux/drivers/hsi/controllers/
H A Domap_ssi_regs.h33 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument
34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument
35 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument
40 # define SSI_GDD_LCH(channel) (1 << (channel)) argument
44 # define SSI_WAKE(channel) (1 << (channel)) argument
62 # define SSI_FULL(channel) (1 << (channel)) argument
71 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument
72 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument
82 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument
91 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument
[all …]
/linux/drivers/staging/greybus/
H A Dlight.c67 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel()
77 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash()
90 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev()
98 struct gb_channel *channel; in get_channel_from_mode() local
109 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set()
136 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set()
221 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local
230 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local
257 static int channel_attr_groups_set(struct gb_channel *channel, in channel_attr_groups_set()
299 static int gb_lights_fade_set(struct gb_channel *channel) in gb_lights_fade_set()
[all …]
/linux/drivers/firmware/tegra/
H A Dbpmp.c28 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops()
72 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index()
95 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready()
102 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready()
109 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response()
124 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response()
131 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request()
139 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free()
147 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free()
155 tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_request_channel_free()
[all …]
H A Dbpmp-tegra210.c44 static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_ready()
51 static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_ready()
59 tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_channel_free()
67 tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_channel_free()
74 static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_request()
83 static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_response()
92 static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_response()
102 static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_request()
135 static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel, in tegra210_bpmp_channel_init()
/linux/drivers/phy/renesas/
H A Dr8a779f0-ether-serdes.c37 struct r8a779f0_eth_serdes_channel channel[R8A779F0_ETH_SERDES_NUM]; member
60 r8a779f0_eth_serdes_reg_wait(struct r8a779f0_eth_serdes_channel *channel, in r8a779f0_eth_serdes_reg_wait()
82 struct r8a779f0_eth_serdes_channel *channel; in r8a779f0_eth_serdes_common_init_ram() local
98 r8a779f0_eth_serdes_common_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_common_setting()
117 r8a779f0_eth_serdes_chan_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_setting()
210 r8a779f0_eth_serdes_chan_speed(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_speed()
242 static int r8a779f0_eth_serdes_monitor_linkup(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_monitor_linkup()
261 static int r8a779f0_eth_serdes_hw_init(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_hw_init()
306 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_init() local
318 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_exit() local
[all …]
/linux/drivers/hv/
H A Dchannel.c124 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent()
151 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring()
216 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack()
232 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack()
301 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel()
439 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl()
580 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl()
828 int vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) in vmbus_teardown_gpadl()
898 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb()
928 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal()
[all …]
H A Dchannel_mgmt.c173 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup()
202 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type()
355 struct vmbus_channel *channel; in alloc_channel() local
377 static void free_channel(struct vmbus_channel *channel) in free_channel()
385 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid()
419 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid()
442 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal()
491 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local
593 struct vmbus_channel *channel; in vmbus_process_offer() local
741 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index()
[all …]
H A Dvmbus_drv.c111 static u8 channel_monitor_group(const struct vmbus_channel *channel) in channel_monitor_group()
116 static u8 channel_monitor_offset(const struct vmbus_channel *channel) in channel_monitor_offset()
121 static u32 channel_pending(const struct vmbus_channel *channel, in channel_pending()
129 static u32 channel_latency(const struct vmbus_channel *channel, in channel_latency()
138 static u32 channel_conn_id(struct vmbus_channel *channel, in channel_conn_id()
496 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local
994 struct vmbus_channel *channel = hv_dev->channel; in vmbus_device_release() local
1213 static void vmbus_force_channel_rescinded(struct vmbus_channel *channel) in vmbus_force_channel_rescinded()
1273 struct vmbus_channel *channel; in vmbus_chan_sched() local
1574 struct vmbus_channel *channel in vmbus_chan_release() local
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c232 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel()
270 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
293 struct ef4_channel *channel = in ef4_poll() local
330 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq()
348 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq()
368 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq()
382 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq()
391 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq()
403 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq()
421 struct ef4_channel *channel; in ef4_alloc_channel() local
[all …]
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c66 struct jsm_channel *channel = in jsm_tty_get_mctrl() local
88 struct jsm_channel *channel = in jsm_tty_set_mctrl() local
117 struct jsm_channel *channel; in jsm_tty_write() local
125 struct jsm_channel *channel = in jsm_tty_start_tx() local
138 struct jsm_channel *channel = in jsm_tty_stop_tx() local
151 struct jsm_channel *channel = in jsm_tty_send_xchar() local
167 struct jsm_channel *channel = in jsm_tty_stop_rx() local
176 struct jsm_channel *channel = in jsm_tty_break() local
192 struct jsm_channel *channel = in jsm_tty_open() local
273 struct jsm_channel *channel = in jsm_tty_close() local
[all …]
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.c236 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible()
247 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible()
272 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible()
296 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible()
315 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible()
335 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible()
352 nouveau_chip_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_chip_read()
366 nouveau_temp_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_temp_read()
415 nouveau_fan_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_fan_read()
438 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read()
[all …]
/linux/sound/soc/sprd/
H A Dsprd-mcdt.c128 static void sprd_mcdt_dac_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_set_watermark()
140 static void sprd_mcdt_adc_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_set_watermark()
152 static void sprd_mcdt_dac_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_enable()
163 static void sprd_mcdt_adc_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_enable()
172 static void sprd_mcdt_ap_int_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_ap_int_enable()
182 static void sprd_mcdt_dac_write_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_write_fifo()
190 static void sprd_mcdt_adc_read_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_read_fifo()
198 static void sprd_mcdt_dac_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_chn_select()
234 static void sprd_mcdt_adc_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_chn_select()
270 static u32 sprd_mcdt_dma_ack_shift(u8 channel) in sprd_mcdt_dma_ack_shift()
[all …]
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c39 struct xlgmac_channel *channel, in xlgmac_maybe_stop_tx_queue()
210 struct xlgmac_channel *channel; in xlgmac_enable_rx_tx_ints() local
232 struct xlgmac_channel *channel; in xlgmac_disable_rx_tx_ints() local
255 struct xlgmac_channel *channel; in xlgmac_isr() local
345 struct xlgmac_channel *channel = data; in xlgmac_dma_isr() local
363 struct xlgmac_channel *channel = timer_container_of(channel, t, in xlgmac_tx_timer() local
387 struct xlgmac_channel *channel; in xlgmac_init_timers() local
401 struct xlgmac_channel *channel; in xlgmac_stop_timers() local
415 struct xlgmac_channel *channel; in xlgmac_napi_enable() local
438 struct xlgmac_channel *channel; in xlgmac_napi_disable() local
[all …]
/linux/drivers/tty/serial/
H A Dsunzilog.c56 #define ZS_WSYNC(channel) do { } while (0) argument
126 static unsigned char read_zsreg(struct zilog_channel __iomem *channel, in read_zsreg()
139 static void write_zsreg(struct zilog_channel __iomem *channel, in write_zsreg()
148 static void sunzilog_clear_fifo(struct zilog_channel __iomem *channel) in sunzilog_clear_fifo()
175 static int __load_zsregs(struct zilog_channel __iomem *channel, unsigned char *regs) in __load_zsregs()
269 struct zilog_channel __iomem *channel) in sunzilog_maybe_update_regs()
325 struct zilog_channel __iomem *channel) in sunzilog_receive_chars()
403 struct zilog_channel __iomem *channel) in sunzilog_status_handle()
454 struct zilog_channel __iomem *channel) in sunzilog_transmit_chars()
529 struct zilog_channel __iomem *channel in sunzilog_interrupt() local
[all …]
/linux/arch/sh/drivers/dma/
H A Ddma-api.c61 struct dma_channel *channel; in get_dma_channel() local
80 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local
91 struct dma_channel *channel = { 0 }; in request_dma() local
116 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local
128 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local
144 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local
155 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local
183 struct dma_channel *channel = info->channels + i; in dma_proc_show() local
/linux/drivers/rpmsg/
H A Dqcom_glink_native.c228 struct glink_channel *channel; in qcom_glink_alloc_channel() local
262 struct glink_channel *channel = container_of(ref, struct glink_channel, in qcom_glink_channel_release() local
425 struct glink_channel *channel) in qcom_glink_send_open_ack()
442 struct glink_channel *channel; in qcom_glink_handle_intent_req_ack() local
464 static void qcom_glink_intent_req_abort(struct glink_channel *channel) in qcom_glink_intent_req_abort()
481 struct glink_channel *channel) in qcom_glink_send_open_req()
525 struct glink_channel *channel) in qcom_glink_send_close_req()
540 struct glink_channel *channel) in qcom_glink_send_close_ack()
556 struct glink_channel *channel = container_of(work, struct glink_channel, in qcom_glink_rx_done_work() local
596 struct glink_channel *channel, in qcom_glink_rx_done()
[all …]
/linux/drivers/net/ipa/
H A Dgsi.c167 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id()
173 static bool gsi_channel_initialized(struct gsi_channel *channel) in gsi_channel_initialized()
509 static enum gsi_channel_state gsi_channel_state(struct gsi_channel *channel) in gsi_channel_state()
525 gsi_channel_command(struct gsi_channel *channel, enum gsi_ch_cmd_opcode opcode) in gsi_channel_command()
555 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local
581 static int gsi_channel_start_command(struct gsi_channel *channel) in gsi_channel_start_command()
608 static int gsi_channel_stop_command(struct gsi_channel *channel) in gsi_channel_stop_command()
646 static void gsi_channel_reset_command(struct gsi_channel *channel) in gsi_channel_reset_command()
676 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local
776 static struct gsi_trans *gsi_channel_trans_last(struct gsi_channel *channel) in gsi_channel_trans_last()
[all …]
H A Dgsi_trans.c221 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_map() local
232 gsi_channel_trans_mapped(struct gsi_channel *channel, u32 index) in gsi_channel_trans_mapped()
239 struct gsi_trans *gsi_channel_trans_complete(struct gsi_channel *channel) in gsi_channel_trans_complete()
256 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_committed() local
266 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_pending() local
279 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_complete() local
293 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_polled() local
339 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_alloc() local
547 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in __gsi_trans_commit() local
644 void gsi_channel_trans_cancel_pending(struct gsi_channel *channel) in gsi_channel_trans_cancel_pending()
[all …]
/linux/drivers/hsi/clients/
H A Dhsi_char.c116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg()
161 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list()
195 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc()
228 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local
248 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local
276 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local
415 struct hsc_channel *channel = file->private_data; in hsc_read() local
474 struct hsc_channel *channel = file->private_data; in hsc_write() local
527 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local
[all …]
/linux/drivers/net/ethernet/sfc/
H A Dnic_common.h33 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event()
160 static inline int efx_nic_probe_eventq(struct efx_channel *channel) in efx_nic_probe_eventq()
164 static inline int efx_nic_init_eventq(struct efx_channel *channel) in efx_nic_init_eventq()
168 static inline void efx_nic_fini_eventq(struct efx_channel *channel) in efx_nic_fini_eventq()
172 static inline void efx_nic_remove_eventq(struct efx_channel *channel) in efx_nic_remove_eventq()
177 efx_nic_process_eventq(struct efx_channel *channel, int quota) in efx_nic_process_eventq()
181 static inline void efx_nic_eventq_read_ack(struct efx_channel *channel) in efx_nic_eventq_read_ack()
224 static inline int efx_nic_event_test_irq_cpu(struct efx_channel *channel) in efx_nic_event_test_irq_cpu()
/linux/drivers/dma/sh/
H A Drz-dmac.c204 static void rz_dmac_ch_writel(struct rz_dmac_chan *channel, unsigned int val, in rz_dmac_ch_writel()
213 static u32 rz_dmac_ch_readl(struct rz_dmac_chan *channel, in rz_dmac_ch_readl()
227 static void rz_lmdesc_setup(struct rz_dmac_chan *channel, in rz_lmdesc_setup()
252 static void rz_dmac_lmdesc_recycle(struct rz_dmac_chan *channel) in rz_dmac_lmdesc_recycle()
265 static void rz_dmac_enable_hw(struct rz_dmac_chan *channel) in rz_dmac_enable_hw()
296 static void rz_dmac_disable_hw(struct rz_dmac_chan *channel) in rz_dmac_disable_hw()
322 static void rz_dmac_prepare_desc_for_memcpy(struct rz_dmac_chan *channel) in rz_dmac_prepare_desc_for_memcpy()
351 static void rz_dmac_prepare_descs_for_slave_sg(struct rz_dmac_chan *channel) in rz_dmac_prepare_descs_for_slave_sg()
442 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_alloc_chan_resources() local
463 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_free_chan_resources() local
[all …]
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h152 #define FCT_RX_CTL_EN_(channel) BIT(28 + (channel)) argument
153 #define FCT_RX_CTL_DIS_(channel) BIT(24 + (channel)) argument
154 #define FCT_RX_CTL_RESET_(channel) BIT(20 + (channel)) argument
157 #define FCT_TX_CTL_EN_(channel) BIT(28 + (channel)) argument
158 #define FCT_TX_CTL_DIS_(channel) BIT(24 + (channel)) argument
159 #define FCT_TX_CTL_RESET_(channel) BIT(20 + (channel)) argument
404 #define INT_BIT_DMA_RX_(channel) BIT(24 + (channel)) argument
406 #define INT_BIT_DMA_TX_(channel) BIT(16 + (channel)) argument
427 #define INT_VEC_MAP0_RX_VEC_(channel, vector) \ argument
431 #define INT_VEC_MAP1_TX_VEC_(channel, vector) \ argument
[all …]

12345678910>>...33