| /linux/drivers/gpu/drm/i915/display/ |
| H A D | vlv_dpio_phy_regs.h | 13 #define _VLV_PLL(ch, dw) (0x8000 + (ch) * 0x20 + (dw) * 4) /* dw 0-7,16-23 */ argument 14 #define _CHV_PLL(ch, dw) (0x8000 + (ch) * 0x180 + (dw) * 4) argument 16 #define _VLV_PCS(ch, spline, dw) (0x200 + (ch) * 0x2400 + (spline) * 0x200 + (dw) * 4) argument 17 #define _VLV_PCS_GRP(ch, dw) (0x8200 + (ch) * 0x200 + (dw) * 4) argument 19 #define _VLV_TX(ch, lane, dw) (0x80 + (ch) * 0x2400 + (lane) * 0x200 + (dw) * 4) argument 20 #define _VLV_TX_GRP(ch, dw) (0x8280 + (ch) * 0x200 + (dw) * 4) argument 26 #define VLV_PLL_DW3(ch) _VLV_PLL((ch), 3) argument 47 #define VLV_PLL_DW5(ch) _VLV_PLL((ch), 5) argument 55 #define VLV_PLL_DW7(ch) _VLV_PLL((ch), 7) argument 57 #define VLV_PLL_DW16(ch) _VLV_PLL((ch), 16) argument [all …]
|
| H A D | bxt_dpio_phy_regs.h | 23 #define _BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 26 #define _MMIO_BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 30 #define _MMIO_BXT_PHY_CH_LN(phy, ch, lane, reg_ch0, reg_ch1) \ argument 51 #define BXT_PORT_PLL_EBB_0(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 60 #define BXT_PORT_PLL_EBB_4(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 95 #define _PORT_PLL_BASE(phy, ch) _BXT_PHY_CH(phy, ch, \ argument 98 #define BXT_PORT_PLL(phy, ch, idx) _MMIO(_PORT_PLL_BASE(phy, ch) + \ argument 171 #define BXT_PORT_PCS_DW10_LN01(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 174 #define BXT_PORT_PCS_DW10_GRP(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 192 #define BXT_PORT_PCS_DW12_LN01(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument [all …]
|
| /linux/drivers/clocksource/ |
| H A D | sh_cmt.c | 241 static inline u32 sh_cmt_read_cmstr(struct sh_cmt_channel *ch) in sh_cmt_read_cmstr() 249 static inline void sh_cmt_write_cmstr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmstr() 264 static inline u32 sh_cmt_read_cmcsr(struct sh_cmt_channel *ch) in sh_cmt_read_cmcsr() 269 static inline void sh_cmt_write_cmcsr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcsr() 279 static inline u32 sh_cmt_read_cmcnt(struct sh_cmt_channel *ch) in sh_cmt_read_cmcnt() 284 static inline int sh_cmt_write_cmcnt(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcnt() 303 static inline void sh_cmt_write_cmcor(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcor() 313 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter() 334 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start) in sh_cmt_start_stop_ch() 352 static int sh_cmt_enable(struct sh_cmt_channel *ch) in sh_cmt_enable() [all …]
|
| H A D | sh_tmu.c | 84 static inline unsigned long sh_tmu_read(struct sh_tmu_channel *ch, int reg_nr) in sh_tmu_read() 105 static inline void sh_tmu_write(struct sh_tmu_channel *ch, int reg_nr, in sh_tmu_write() 127 static void sh_tmu_start_stop_ch(struct sh_tmu_channel *ch, int start) in sh_tmu_start_stop_ch() 144 static int __sh_tmu_enable(struct sh_tmu_channel *ch) in __sh_tmu_enable() 162 static int sh_tmu_enable(struct sh_tmu_channel *ch) in sh_tmu_enable() 172 static void __sh_tmu_disable(struct sh_tmu_channel *ch) in __sh_tmu_disable() 181 static void sh_tmu_disable(struct sh_tmu_channel *ch) in sh_tmu_disable() 194 static void sh_tmu_set_next(struct sh_tmu_channel *ch, unsigned long delta, in sh_tmu_set_next() 220 struct sh_tmu_channel *ch = dev_id; in sh_tmu_interrupt() local 240 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_read() local [all …]
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc_channel.c | 27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_connect() 80 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_disconnect() 189 struct xpc_channel *ch = &part->channels[ch_number]; in xpc_process_openclose_chctl_flags() local 465 xpc_connect_channel(struct xpc_channel *ch) in xpc_connect_channel() 550 struct xpc_channel *ch; in xpc_process_sent_chctl_flags() local 621 struct xpc_channel *ch; in xpc_partition_going_down() local 677 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout() 712 struct xpc_channel *ch; in xpc_initiate_disconnect() local 753 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel() 801 xpc_disconnect_callout(struct xpc_channel *ch, enum xp_retval reason) in xpc_disconnect_callout() [all …]
|
| H A D | xpc_uv.c | 670 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags, in xpc_send_activate_IRQ_ch_uv() 999 xpc_allocate_send_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_send_msg_slot_uv() 1033 xpc_allocate_recv_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_recv_msg_slot_uv() 1069 xpc_setup_msg_structures_uv(struct xpc_channel *ch) in xpc_setup_msg_structures_uv() 1097 xpc_teardown_msg_structures_uv(struct xpc_channel *ch) in xpc_teardown_msg_structures_uv() 1115 xpc_send_chctl_closerequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closerequest_uv() 1126 xpc_send_chctl_closereply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_uv() 1136 xpc_send_chctl_openrequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_uv() 1148 xpc_send_chctl_openreply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_uv() 1161 xpc_send_chctl_opencomplete_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_opencomplete_uv() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | rk3308_codec.h | 24 #define RK3308_ADC_DIG_OFFSET(ch) (((ch) & 0x3) * 0xc0 + 0x0) argument 26 #define RK3308_ADC_DIG_CON01(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x04) argument 27 #define RK3308_ADC_DIG_CON02(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x08) argument 28 #define RK3308_ADC_DIG_CON03(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x0c) argument 29 #define RK3308_ADC_DIG_CON04(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x10) argument 30 #define RK3308_ADC_DIG_CON05(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x14) // ver.C only argument 31 #define RK3308_ADC_DIG_CON06(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x18) // ver.C only argument 32 #define RK3308_ADC_DIG_CON07(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x1c) argument 34 #define RK3308_ALC_L_DIG_CON00(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x40) argument 35 #define RK3308_ALC_L_DIG_CON01(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x44) argument [all …]
|
| H A D | idt821034.c | 38 } ch[IDT821034_NB_CHANNEL]; member 44 } ch[IDT821034_NB_CHANNEL]; member 119 static int idt821034_set_channel_power(struct idt821034 *idt821034, u8 ch, u8 power) in idt821034_set_channel_power() 153 static u8 idt821034_get_channel_power(struct idt821034 *idt821034, u8 ch) in idt821034_get_channel_power() 208 static int idt821034_set_channel_ts(struct idt821034 *idt821034, u8 ch, u8 ch_dir, u8 ts_num) in idt821034_set_channel_ts() 245 static int idt821034_set_slic_conf(struct idt821034 *idt821034, u8 ch, u8 slic_dir) in idt821034_set_slic_conf() 262 static u8 idt821034_get_slic_conf(struct idt821034 *idt821034, u8 ch) in idt821034_get_slic_conf() 267 static int idt821034_write_slic_raw(struct idt821034 *idt821034, u8 ch, u8 slic_raw) in idt821034_write_slic_raw() 292 static u8 idt821034_get_written_slic_raw(struct idt821034 *idt821034, u8 ch) in idt821034_get_written_slic_raw() 297 static int idt821034_read_slic_raw(struct idt821034 *idt821034, u8 ch, u8 *slic_raw) in idt821034_read_slic_raw() [all …]
|
| /linux/drivers/media/platform/ti/davinci/ |
| H A D | vpif_display.c | 74 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_prepare() local 115 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local 148 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local 169 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local 254 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local 363 struct channel_obj *ch; in vpif_channel_isr() local 428 static int vpif_update_std_info(struct channel_obj *ch) in vpif_update_std_info() 456 static int vpif_update_resolution(struct channel_obj *ch) in vpif_update_resolution() 499 static void vpif_calculate_offsets(struct channel_obj *ch) in vpif_calculate_offsets() 560 static void vpif_config_addr(struct channel_obj *ch, int muxmode) in vpif_config_addr() [all …]
|
| H A D | vpif_capture.c | 72 struct channel_obj *ch = vb2_get_drv_priv(q); in vpif_buffer_prepare() local 113 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local 145 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local 169 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local 259 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local 370 struct channel_obj *ch; in vpif_channel_isr() local 458 static int vpif_update_std_info(struct channel_obj *ch) in vpif_update_std_info() 556 static void vpif_calculate_offsets(struct channel_obj *ch) in vpif_calculate_offsets() 625 static void vpif_config_addr(struct channel_obj *ch, int muxmode) in vpif_config_addr() 689 struct channel_obj *ch, in vpif_set_input() [all …]
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_irq.h | 34 #define DSS_IRQ_VP_BIT_N(ch, bit) (4 + 4 * (ch) + (bit)) argument 38 #define DSS_IRQ_VP_BIT(ch, bit) BIT(DSS_IRQ_VP_BIT_N((ch), (bit))) argument 42 static inline dispc_irq_t DSS_IRQ_VP_MASK(u32 ch) in DSS_IRQ_VP_MASK() 53 #define DSS_IRQ_VP_FRAME_DONE(ch) DSS_IRQ_VP_BIT((ch), 0) argument 54 #define DSS_IRQ_VP_VSYNC_EVEN(ch) DSS_IRQ_VP_BIT((ch), 1) argument 55 #define DSS_IRQ_VP_VSYNC_ODD(ch) DSS_IRQ_VP_BIT((ch), 2) argument 56 #define DSS_IRQ_VP_SYNC_LOST(ch) DSS_IRQ_VP_BIT((ch), 3) argument
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-dpr.c | 118 struct dcss_dpr_ch ch[3]; member 121 static void dcss_dpr_write(struct dcss_dpr_ch *ch, u32 val, u32 ofs) in dcss_dpr_write() 130 struct dcss_dpr_ch *ch; in dcss_dpr_ch_init_all() local 179 struct dcss_dpr_ch *ch = &dpr->ch[ch_no]; in dcss_dpr_exit() local 185 static u32 dcss_dpr_x_pix_wide_adjust(struct dcss_dpr_ch *ch, u32 pix_wide, in dcss_dpr_x_pix_wide_adjust() 205 static u32 dcss_dpr_y_pix_high_adjust(struct dcss_dpr_ch *ch, u32 pix_high, in dcss_dpr_y_pix_high_adjust() 219 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_set_res() local 247 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_addr_set() local 257 static void dcss_dpr_argb_comp_sel(struct dcss_dpr_ch *ch, int a_sel, int r_sel, in dcss_dpr_argb_comp_sel() 272 static void dcss_dpr_pix_size_set(struct dcss_dpr_ch *ch, in dcss_dpr_pix_size_set() [all …]
|
| /linux/drivers/scsi/ |
| H A D | ch.c | 87 #define ch_printk(prefix, ch, fmt, a...) \ argument 187 ch_do_scsi(scsi_changer *ch, unsigned char *cmd, int cmd_len, in ch_do_scsi() 228 ch_elem_to_typecode(scsi_changer *ch, u_int elem) in ch_elem_to_typecode() 242 ch_read_element_status(scsi_changer *ch, u_int elem, char *data) in ch_read_element_status() 284 ch_init_elem(scsi_changer *ch) in ch_init_elem() 299 ch_readconfig(scsi_changer *ch) in ch_readconfig() 427 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) in ch_position() 446 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate) in ch_move() 467 ch_exchange(scsi_changer *ch, u_int trans, u_int src, in ch_exchange() 509 ch_set_voltag(scsi_changer *ch, u_int elem, in ch_set_voltag() [all …]
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 305 static int srp_new_ib_cm_id(struct srp_rdma_ch *ch) in srp_new_ib_cm_id() 331 static int srp_new_rdma_cm_id(struct srp_rdma_ch *ch) in srp_new_rdma_cm_id() 375 static int srp_new_cm_id(struct srp_rdma_ch *ch) in srp_new_cm_id() 515 static void srp_destroy_qp(struct srp_rdma_ch *ch) in srp_destroy_qp() 525 static int srp_create_ch_ib(struct srp_rdma_ch *ch) in srp_create_ch_ib() 639 struct srp_rdma_ch *ch) in srp_free_ch_ib() 701 struct srp_rdma_ch *ch = ch_ptr; in srp_path_rec_completion() local 713 static int srp_ib_lookup_path(struct srp_rdma_ch *ch) in srp_ib_lookup_path() 752 static int srp_rdma_lookup_path(struct srp_rdma_ch *ch) in srp_rdma_lookup_path() 772 static int srp_lookup_path(struct srp_rdma_ch *ch) in srp_lookup_path() [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 213 struct sh_mobile_lcdc_chan ch[2]; member 398 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_write_index() local 409 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_write_data() local 420 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_read_data() local 440 struct sh_mobile_lcdc_chan *ch = info->par; in sh_mobile_lcdc_sginit() local 456 struct sh_mobile_lcdc_chan *ch = info->par; in sh_mobile_lcdc_deferred_io() local 502 static void sh_mobile_lcdc_display_on(struct sh_mobile_lcdc_chan *ch) in sh_mobile_lcdc_display_on() 522 static void sh_mobile_lcdc_display_off(struct sh_mobile_lcdc_chan *ch) in sh_mobile_lcdc_display_off() 635 struct sh_mobile_lcdc_chan *ch; in sh_mobile_lcdc_irq() local 672 static int sh_mobile_lcdc_wait_for_vsync(struct sh_mobile_lcdc_chan *ch) in sh_mobile_lcdc_wait_for_vsync() [all …]
|
| /linux/arch/nios2/boot/compressed/ |
| H A D | console.c | 26 static void jtag_putc(int ch) in jtag_putc() 33 static void jtag_putc(int ch) in jtag_putc() 42 static int putchar(int ch) in putchar() 64 static void uart_putc(int ch) in uart_putc() 76 static int putchar(int ch) in putchar() 96 static int putchar(int ch) in putchar()
|
| /linux/drivers/counter/ |
| H A D | rz-mtu3-cnt.c | 78 struct rz_mtu3_channel *ch; member 124 struct rz_mtu3_channel *const ch, in rz_mtu3_lock_if_counter_is_valid() 143 static int rz_mtu3_lock_if_count_is_enabled(struct rz_mtu3_channel *const ch, in rz_mtu3_lock_if_count_is_enabled() 160 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_read() local 182 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_write() local 201 static int rz_mtu3_count_function_read_helper(struct rz_mtu3_channel *const ch, in rz_mtu3_count_function_read_helper() 235 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_function_read() local 253 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_function_write() local 294 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_direction_read() local 318 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_ceiling_read() local [all …]
|
| /linux/drivers/dma/ |
| H A D | moxart-dma.c | 180 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_terminate_all() local 208 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_slave_config() local 266 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_prep_slave_sg() local 328 struct moxart_chan *ch; in moxart_of_xlate() local 342 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_alloc_chan_resources() local 353 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_free_chan_resources() local 362 static void moxart_dma_set_params(struct moxart_chan *ch, dma_addr_t src_addr, in moxart_dma_set_params() 369 static void moxart_set_transfer_params(struct moxart_chan *ch, unsigned int len) in moxart_set_transfer_params() 386 static void moxart_start_dma(struct moxart_chan *ch) in moxart_start_dma() 395 static void moxart_dma_start_sg(struct moxart_chan *ch, unsigned int idx) in moxart_dma_start_sg() [all …]
|
| /linux/drivers/rapidio/ |
| H A D | rio_cm.c | 244 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) in riocm_cmp() 254 static int riocm_cmp_exch(struct rio_channel *ch, in riocm_cmp_exch() 267 static enum rio_cm_state riocm_exch(struct rio_channel *ch, in riocm_exch() 281 struct rio_channel *ch; in riocm_get_channel() local 291 static void riocm_put_channel(struct rio_channel *ch) in riocm_put_channel() 374 struct rio_channel *ch; in riocm_req_handler() local 421 struct rio_channel *ch; in riocm_resp_handler() local 453 struct rio_channel *ch; in riocm_close_handler() local 525 struct rio_channel *ch; in rio_rx_data_handler() local 779 struct rio_channel *ch; in riocm_ch_send() local [all …]
|
| /linux/drivers/reset/ |
| H A D | reset-uniphier.c | 157 #define UNIPHIER_MIO_RESET_SD(id, ch) \ argument 160 #define UNIPHIER_MIO_RESET_SD_BRIDGE(id, ch) \ argument 163 #define UNIPHIER_MIO_RESET_EMMC_HW_RESET(id, ch) \ argument 166 #define UNIPHIER_MIO_RESET_USB2(id, ch) \ argument 169 #define UNIPHIER_MIO_RESET_USB2_BRIDGE(id, ch) \ argument 201 #define UNIPHIER_PERI_RESET_UART(id, ch) \ argument 204 #define UNIPHIER_PERI_RESET_I2C(id, ch) \ argument 207 #define UNIPHIER_PERI_RESET_FI2C(id, ch) \ argument 210 #define UNIPHIER_PERI_RESET_SCSSI(id, ch) \ argument
|
| /linux/drivers/pwm/ |
| H A D | pwm-bcm-iproc.c | 15 #define IPROC_PWM_CTRL_TYPE_SHIFT(ch) (15 + (ch)) argument 16 #define IPROC_PWM_CTRL_POLARITY_SHIFT(ch) (8 + (ch)) argument 17 #define IPROC_PWM_CTRL_EN_SHIFT(ch) (ch) argument 19 #define IPROC_PWM_PERIOD_OFFSET(ch) (0x04 + ((ch) << 3)) argument 23 #define IPROC_PWM_DUTY_CYCLE_OFFSET(ch) (0x08 + ((ch) << 3)) argument 29 #define IPROC_PWM_PRESCALE_SHIFT(ch) ((3 - (ch)) * \ argument 31 #define IPROC_PWM_PRESCALE_MASK(ch) (IPROC_PWM_PRESCALE_MAX << \ argument
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-xsk.c | 13 struct dpaa2_eth_channel *ch, in dpaa2_eth_setup_consume_func() 33 struct dpaa2_eth_channel *ch, in dpaa2_xsk_run_xdp() 104 struct dpaa2_eth_channel *ch, in dpaa2_xsk_rx() 178 struct dpaa2_eth_channel *ch; in dpaa2_xsk_disable_pool() local 226 struct dpaa2_eth_channel *ch; in dpaa2_xsk_enable_pool() local 312 struct dpaa2_eth_channel *ch = priv->channel[qid]; in dpaa2_xsk_wakeup() local 333 struct dpaa2_eth_channel *ch, in dpaa2_xsk_tx_build_fd() 391 struct dpaa2_eth_channel *ch) in dpaa2_xsk_tx()
|
| /linux/drivers/mailbox/ |
| H A D | mtk-gpueb-mailbox.c | 38 struct mtk_gpueb_mbox_chan *ch; member 94 struct mtk_gpueb_mbox_chan *ch = data; in mtk_gpueb_mbox_isr() local 109 struct mtk_gpueb_mbox_chan *ch = data; in mtk_gpueb_mbox_thread() local 129 struct mtk_gpueb_mbox_chan *ch = chan->con_priv; in mtk_gpueb_mbox_send_data() local 152 struct mtk_gpueb_mbox_chan *ch = chan->con_priv; in mtk_gpueb_mbox_startup() local 187 struct mtk_gpueb_mbox_chan *ch = chan->con_priv; in mtk_gpueb_mbox_shutdown() local 198 struct mtk_gpueb_mbox_chan *ch = chan->con_priv; in mtk_gpueb_mbox_last_tx_done() local 212 struct mtk_gpueb_mbox_chan *ch; in mtk_gpueb_mbox_probe() local
|
| /linux/arch/mips/include/asm/txx9/ |
| H A D | tx4938.h | 31 #define TX4938_DMA_REG(ch) (TX4938_REG_BASE + 0xb000 + (ch) * 0x800) argument 35 #define TX4938_TMR_REG(ch) ((TX4938_REG_BASE + 0xf000) + (ch) * 0x100) argument 37 #define TX4938_SIO_REG(ch) ((TX4938_REG_BASE + 0xf300) + (ch) * 0x100) argument 73 #define TX4938_IR_DMA(ch, n) ((ch ? 27 : 10) + (n)) /* 10-13, 27-30 */ argument 147 #define TX4938_PCFG_SDCLKEN(ch) (0x00800000<<(ch)) argument 149 #define TX4938_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) argument 200 #define TX4938_DMA_MCR_EIS(ch) (0x10000000<<(ch)) argument 201 #define TX4938_DMA_MCR_DIS(ch) (0x01000000<<(ch)) argument 203 #define TX4938_DMA_MCR_FIFUM(ch) (0x00000008<<(ch)) argument 270 #define TX4938_SDRAMC_CR(ch) TX4927_SDRAMC_CR(ch) argument [all …]
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_main.c | 74 void ctcm_unpack_skb(struct channel *ch, struct sk_buff *pskb) in ctcm_unpack_skb() 187 static void channel_free(struct channel *ch) in channel_free() 199 static void channel_remove(struct channel *ch) in channel_remove() 254 struct channel *ch = channels; in channel_get() local 308 static void ccw_unit_check(struct channel *ch, __u8 sense) in ccw_unit_check() 381 int ctcm_ch_alloc_buffer(struct channel *ch) in ctcm_ch_alloc_buffer() 464 static int ctcm_transmit_skb(struct channel *ch, struct sk_buff *skb) in ctcm_transmit_skb() 603 struct channel *ch; in ctcmpc_send_sweep_req() local 647 static int ctcmpc_transmit_skb(struct channel *ch, struct sk_buff *skb) in ctcmpc_transmit_skb() 1149 struct channel *ch; in ctcm_irq_handler() local [all …]
|