Home
last modified time | relevance | path

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

123

/u-boot/drivers/dma/
A Dapbh_dma.c33 int mxs_dma_validate_chan(int channel) in mxs_dma_validate_chan()
69 static int mxs_dma_read_semaphore(int channel) in mxs_dma_read_semaphore()
112 static int mxs_dma_enable(int channel) in mxs_dma_enable()
183 static int mxs_dma_disable(int channel) in mxs_dma_disable()
213 static int mxs_dma_reset(int channel) in mxs_dma_reset()
241 static int mxs_dma_enable_irq(int channel, int enable) in mxs_dma_enable_irq()
267 static int mxs_dma_ack_irq(int channel) in mxs_dma_ack_irq()
286 static int mxs_dma_request(int channel) in mxs_dma_request()
318 int mxs_dma_release(int channel) in mxs_dma_release()
458 static int mxs_dma_finish(int channel, struct list_head *head) in mxs_dma_finish()
[all …]
A DMCD_tasksInit.c22 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaChainNoEu()
60 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaSingleNoEu()
90 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaChainEu()
131 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaSingleEu()
164 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaENetRcv()
193 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaENetXmit()
A DMCD_dmaApi.c308 int MCD_dmaStatus(int channel) in MCD_dmaStatus()
359 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()
622 int MCD_XferProgrQuery(int channel, MCD_XferProg * progRep) in MCD_XferProgrQuery()
776 static void MCD_resmActions(int channel) in MCD_resmActions()
804 int MCD_killDma(int channel) in MCD_killDma()
843 int MCD_continDma(int channel) in MCD_continDma()
895 int MCD_pauseDma(int channel) in MCD_pauseDma()
927 int MCD_resumeDma(int channel) in MCD_resumeDma()
950 int MCD_csumQuery(int channel, u32 * csum) in MCD_csumQuery()
/u-boot/arch/x86/cpu/quark/
A Dmrc_util.c138 void set_rcvn(uint8_t channel, uint8_t rank, in set_rcvn()
262 void set_rdqs(uint8_t channel, uint8_t rank, in set_rdqs()
332 void set_wdqs(uint8_t channel, uint8_t rank, in set_wdqs()
456 void set_wdq(uint8_t channel, uint8_t rank, in set_wdq()
578 void set_wcmd(uint8_t channel, uint32_t pi_count) in set_wcmd()
651 uint32_t get_wcmd(uint8_t channel) in get_wcmd()
775 uint32_t get_wclk(uint8_t channel, uint8_t rank) in get_wclk()
894 uint32_t get_wctl(uint8_t channel, uint8_t rank) in get_wctl()
995 uint32_t get_addr(uint8_t channel, uint8_t rank) in get_addr()
1354 uint8_t channel; in clear_pointers() local
[all …]
/u-boot/drivers/pwm/
A Dpwm-uclass.c11 int pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in pwm_set_invert()
21 int pwm_set_config(struct udevice *dev, uint channel, uint period_ns, in pwm_set_config()
32 int pwm_set_enable(struct udevice *dev, uint channel, bool enable) in pwm_set_enable()
A Dsandbox_pwm.c36 int sandbox_pwm_get_config(struct udevice *dev, uint channel, uint *period_nsp, in sandbox_pwm_get_config()
53 static int sandbox_pwm_set_config(struct udevice *dev, uint channel, in sandbox_pwm_set_config()
68 static int sandbox_pwm_set_enable(struct udevice *dev, uint channel, in sandbox_pwm_set_enable()
82 static int sandbox_pwm_set_invert(struct udevice *dev, uint channel, in sandbox_pwm_set_invert()
A Dtegra_pwm.c18 static int tegra_pwm_set_config(struct udevice *dev, uint channel, in tegra_pwm_set_config()
42 static int tegra_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in tegra_pwm_set_enable()
A Dsunxi_pwm.c56 static int sunxi_pwm_set_invert(struct udevice *dev, uint channel, in sunxi_pwm_set_invert()
67 static int sunxi_pwm_set_config(struct udevice *dev, uint channel, in sunxi_pwm_set_config()
125 static int sunxi_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in sunxi_pwm_set_enable()
A Dpwm-imx.c88 static int imx_pwm_set_invert(struct udevice *dev, uint channel, in imx_pwm_set_invert()
99 static int imx_pwm_set_config(struct udevice *dev, uint channel, in imx_pwm_set_config()
114 static int imx_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in imx_pwm_set_enable()
A Drk_pwm.c39 static int rk_pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in rk_pwm_set_invert()
57 static int rk_pwm_set_config(struct udevice *dev, uint channel, uint period_ns, in rk_pwm_set_config()
104 static int rk_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in rk_pwm_set_enable()
A Dpwm-ti-ehrpwm.c118 static int ti_ehrpwm_set_invert(struct udevice *dev, uint channel, in ti_ehrpwm_set_invert()
171 static void ti_ehrpwm_configure_polarity(struct udevice *dev, uint channel) in ti_ehrpwm_configure_polarity()
209 static int ti_ehrpwm_set_config(struct udevice *dev, uint channel, in ti_ehrpwm_set_config()
301 static int ti_ehrpwm_disable(struct udevice *dev, uint channel) in ti_ehrpwm_disable()
348 static int ti_ehrpwm_enable(struct udevice *dev, uint channel) in ti_ehrpwm_enable()
386 static int ti_ehrpwm_set_enable(struct udevice *dev, uint channel, bool enable) in ti_ehrpwm_set_enable()
A Dexynos_pwm.c19 static int exynos_pwm_set_config(struct udevice *dev, uint channel, in exynos_pwm_set_config()
65 static int exynos_pwm_set_enable(struct udevice *dev, uint channel, in exynos_pwm_set_enable()
A Dpwm-mtk.c49 static void mtk_pwm_w32(struct udevice *dev, uint channel, uint reg, uint val) in mtk_pwm_w32()
57 static int mtk_pwm_set_config(struct udevice *dev, uint channel, in mtk_pwm_set_config()
111 static int mtk_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in mtk_pwm_set_enable()
/u-boot/drivers/ram/rockchip/
A Dsdram_rk3399.c891 u32 channel, struct rk3399_sdram_params *params) in pctl_cfg()
1455 unsigned char channel, u32 ddrconfig) in set_ddrconfig()
1499 unsigned int channel, idx; in dram_all_config() local
1547 unsigned int channel) in set_cap_relate_config()
1649 u32 channel; in switch_to_phy_index1() local
2186 u32 channel) in lpddr4_copy_phy()
2472 u32 channel; in lpddr4_set_phy() local
2483 u32 channel; in lpddr4_set_ctl() local
2674 unsigned char channel) in dram_detect_cap()
2764 unsigned int channel; in calculate_stride() local
[all …]
A Dsdram_rk3288.c126 int channel) in phy_pctrl_reset()
201 static void ddr_set_enable(struct rk3288_grf *grf, uint channel, bool enable) in ddr_set_enable()
214 static void ddr_set_ddr3_mode(struct rk3288_grf *grf, uint channel, in ddr_set_ddr3_mode()
225 static void ddr_set_en_bst_odt(struct rk3288_grf *grf, uint channel, in ddr_set_en_bst_odt()
244 static void pctl_cfg(int channel, struct rk3288_ddr_pctl *pctl, in pctl_cfg()
294 static void phy_cfg(const struct chan_info *chan, int channel, in phy_cfg()
439 static void set_bandwidth_ratio(const struct chan_info *chan, int channel, in set_bandwidth_ratio()
477 static int data_training(const struct chan_info *chan, int channel, in data_training()
622 static int sdram_rank_bw_detect(struct dram_info *dram, int channel, in sdram_rank_bw_detect()
675 static int sdram_col_row_detect(struct dram_info *dram, int channel, in sdram_col_row_detect()
[all …]
A Dsdram_rk3188.c126 int channel) in phy_pctrl_reset()
201 static void ddr_set_enable(struct rk3188_grf *grf, uint channel, bool enable) in ddr_set_enable()
211 static void ddr_set_ddr3_mode(struct rk3188_grf *grf, uint channel, in ddr_set_ddr3_mode()
230 static void pctl_cfg(int channel, struct rk3288_ddr_pctl *pctl, in pctl_cfg()
259 static void phy_cfg(const struct chan_info *chan, int channel, in phy_cfg()
380 static void set_bandwidth_ratio(const struct chan_info *chan, int channel, in set_bandwidth_ratio()
418 static int data_training(const struct chan_info *chan, int channel, in data_training()
568 static int sdram_rank_bw_detect(struct dram_info *dram, int channel, in sdram_rank_bw_detect()
629 static int sdram_col_row_detect(struct dram_info *dram, int channel, in sdram_col_row_detect()
716 int channel; in sdram_init() local
/u-boot/arch/arm/mach-exynos/
A Ddmc_common.c97 int channel, chip; in dmc_config_mrs() local
138 int channel, chip; in dmc_config_prech() local
/u-boot/drivers/adc/
A Dexynos-adc.c17 int exynos_adc_channel_data(struct udevice *dev, int channel, in exynos_adc_channel_data()
36 int exynos_adc_start_channel(struct udevice *dev, int channel) in exynos_adc_start_channel()
A Dsandbox.c27 int sandbox_adc_start_channel(struct udevice *dev, int channel) in sandbox_adc_start_channel()
55 int sandbox_adc_channel_data(struct udevice *dev, int channel, in sandbox_adc_channel_data()
A Dadc-uclass.c104 int adc_start_channel(struct udevice *dev, int channel) in adc_start_channel()
142 int adc_channel_data(struct udevice *dev, int channel, unsigned int *data) in adc_channel_data()
195 int adc_channel_single_shot(const char *name, int channel, unsigned int *data) in adc_channel_single_shot()
220 int channel, ret; in _adc_channels_single_shot() local
/u-boot/drivers/i2c/muxes/
A Di2c-arb-gpio-challenge.c28 uint channel) in i2c_arbitrator_deselect()
41 uint channel) in i2c_arbitrator_select()
A Di2c-mux-gpio.c44 uint channel) in i2c_mux_gpio_select()
59 uint channel) in i2c_mux_gpio_deselect()
A Dpca954x.c74 uint channel) in pca954x_deselect()
83 uint channel) in pca954x_select()
/u-boot/drivers/video/imx/
A Dipu_disp.c419 int ipu_dp_init(ipu_channel_t channel, uint32_t in_pixel_fmt, in ipu_dp_init()
506 void ipu_dp_uninit(ipu_channel_t channel) in ipu_dp_uninit()
609 void ipu_dp_dc_enable(ipu_channel_t channel) in ipu_dp_dc_enable()
651 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap) in ipu_dp_dc_disable()
1176 int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, unsigned char enable, in ipu_disp_set_global_alpha()
1231 int32_t ipu_disp_set_color_key(ipu_channel_t channel, unsigned char enable, in ipu_disp_set_color_key()
A Dipu_common.c579 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params) in ipu_init_channel()
668 void ipu_uninit_channel(ipu_channel_t channel) in ipu_uninit_channel()
1011 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type, in ipu_init_channel_buffer()
1067 int32_t ipu_enable_channel(ipu_channel_t channel) in ipu_enable_channel()
1111 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type, in ipu_clear_buffer_ready()
1145 int32_t ipu_disable_channel(ipu_channel_t channel) in ipu_disable_channel()

Completed in 56 milliseconds

123