Home
last modified time | relevance | path

Searched refs:hi_reg_clrbit (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/pwm/
H A Dhi_pwm.c128 hi_reg_clrbit(CLDO_CTL_CLK_SEL_REG, 0); in hi_pwm_set_clock()
143 hi_reg_clrbit(pwm_en_reg(pwm_base_addr(port)), 0); in pwm_set_enable()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/tsensor/
H A Dhi_tsensor_pm.c90 hi_reg_clrbit(W_CTL_UART_MAC80M_CLKEN_REG, TSENSOR_CLK_GATE_BIT); in hi_tsensor_lp_restore()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_boot_rom.h81 #define hi_reg_clrbit(addr, pos) ((hi_reg_read_val32(addr)) &= ~((hi_u32)(1) << (pos))) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_types_base.h470 #define hi_reg_clrbit(addr, pos) ((hi_reg_read_val32(addr)) &= ~((unsigned int)(1) << (pos))) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_types_base.h469 #define hi_reg_clrbit(addr, pos) ((hi_reg_read_val32(addr)) &= ~((unsigned int)(1) << (pos))) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
H A Dhi_flashboot_flash.c279 hi_reg_clrbit(PMU_CMU_CTL_CLK_192M_GT_REG, 0); in flash_clk_config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
H A Dhi_loaderboot_flash.c227 hi_reg_clrbit(PMU_CMU_CTL_CLK_192M_GT_REG, 0); in flash_clk_config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_boot_rom.h81 #define hi_reg_clrbit(addr, pos) ((hi_reg_read_val32(addr)) &= ~((hi_u32)(1) << (pos))) macro

Completed in 10 milliseconds