| /bsp/allwinner/libraries/sunxi-hal/hal/source/prcm/prcm-sun50iw11/ |
| A D | mclk.c | 1071 (onoff << 0)), in ccu_set_mclk_onoff() 1076 (onoff << 1)), in ccu_set_mclk_onoff() 1081 (onoff << 0)), in ccu_set_mclk_onoff() 1087 (onoff << 0)), in ccu_set_mclk_onoff() 1091 (onoff << 3)), in ccu_set_mclk_onoff() 1095 ccu_reg_addr->r_twi.gate = onoff; in ccu_set_mclk_onoff() 1107 ccu_reg_addr->r_twd.gate = onoff; in ccu_set_mclk_onoff() 1111 ccu_reg_addr->r_pwm.gate = onoff; in ccu_set_mclk_onoff() 1127 ccu_reg_addr->r_ir.gate = onoff; in ccu_set_mclk_onoff() 1136 (onoff << 0)), in ccu_set_mclk_onoff() [all …]
|
| A D | sclk.c | 347 s32 ccu_set_sclk_onoff(u32 sclk, s32 onoff) in ccu_set_sclk_onoff() argument 352 ccu_pll_c0_cpux_reg_addr->enable = onoff; in ccu_set_sclk_onoff() 357 ccu_pll_ddr0_reg_addr->enable = onoff; in ccu_set_sclk_onoff() 362 ccu_pll_periph0_reg_addr->enable = onoff; in ccu_set_sclk_onoff() 367 pll_audio0->enable = onoff; in ccu_set_sclk_onoff() 372 pll_audio1->enable = onoff; in ccu_set_sclk_onoff()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_prcm.h | 271 s32 ccu_set_sclk_onoff(u32 sclk, s32 onoff); 370 s32 ccu_set_mclk_onoff(u32 mclk, s32 onoff);
|
| /bsp/mini2440/drivers/ |
| A D | lcd_a70.c | 124 static void lcd_envid_on_off(int onoff) in lcd_envid_on_off() argument 126 if(onoff==1) in lcd_envid_on_off()
|
| A D | lcd_n35.c | 125 static void lcd_envid_on_off(int onoff) in lcd_envid_on_off() argument 127 if(onoff==1) in lcd_envid_on_off()
|
| A D | lcd_t35.c | 125 static void lcd_envid_on_off(int onoff) in lcd_envid_on_off() argument 127 if(onoff==1) in lcd_envid_on_off()
|
| A D | lcd_t43.c | 123 static void lcd_envid_on_off(int onoff) in lcd_envid_on_off() argument 125 if(onoff==1) in lcd_envid_on_off()
|
| A D | lcd_x35.c | 127 static void lcd_envid_on_off(int onoff) in lcd_envid_on_off() argument 129 if(onoff==1) in lcd_envid_on_off()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | sun8iw19-codec.c | 534 struct snd_dai *dai, int onoff) in sunxi_codec_dapm_control() argument 540 if (substream->dapm_state == onoff) in sunxi_codec_dapm_control() 548 if (onoff) { in sunxi_codec_dapm_control() 598 if (onoff) { in sunxi_codec_dapm_control() 644 substream->dapm_state = onoff; in sunxi_codec_dapm_control()
|
| A D | sun8iw18-codec.c | 715 struct snd_dai *dai, int onoff) in sunxi_codec_dapm_control() argument 721 if (substream->dapm_state == onoff) in sunxi_codec_dapm_control() 729 if (onoff) { in sunxi_codec_dapm_control() 797 if (onoff) { in sunxi_codec_dapm_control() 895 substream->dapm_state = onoff; in sunxi_codec_dapm_control()
|
| A D | sun8iw20-codec.c | 516 struct snd_dai *dai, int onoff) in sunxi_codec_dapm_control() argument 522 if (substream->dapm_state == onoff) in sunxi_codec_dapm_control() 529 if (onoff) { in sunxi_codec_dapm_control() 600 if (onoff) { in sunxi_codec_dapm_control() 653 substream->dapm_state = onoff; in sunxi_codec_dapm_control()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_lcd.h | 127 s32 tcon1_hdmi_color_remap(u32 sel, u32 onoff, u32 is_yuv); 128 s32 tcon1_yuv_range(u32 sel, u32 onoff);
|
| A D | de_lcd.c | 1484 s32 tcon1_hdmi_color_remap(u32 sel, u32 onoff, u32 is_yuv) in tcon1_hdmi_color_remap() argument 1561 if (onoff) in tcon1_hdmi_color_remap() 1572 s32 tcon1_yuv_range(u32 sel, u32 onoff) in tcon1_yuv_range() argument 1602 if (onoff) in tcon1_yuv_range()
|
| A D | de_lcd_sun50iw10.c | 1490 s32 tcon1_hdmi_color_remap(u32 sel, u32 onoff, u32 is_yuv) in tcon1_hdmi_color_remap() argument 1567 if (onoff) in tcon1_hdmi_color_remap() 1578 s32 tcon1_yuv_range(u32 sel, u32 onoff) in tcon1_yuv_range() argument 1608 if (onoff) in tcon1_yuv_range()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | snd_core.h | 339 struct snd_dai *, int onoff);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | hal_sdhost.c | 1167 static void __mci_debounce_onoff(struct mmc_host *host, uint32_t onoff) in __mci_debounce_onoff() argument 1172 if (onoff) in __mci_debounce_onoff() 1175 SDC_LOGD("%s,%d,%ld\n",__FUNCTION__,__LINE__, HAL_PR_SZ_L(onoff)); in __mci_debounce_onoff()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/ |
| A D | bl808_uhs_phy.c | 104 void uhs_phy_af_onoff(uint8_t onoff){ in uhs_phy_af_onoff() argument 107 if(onoff){ in uhs_phy_af_onoff()
|