Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 8 of 8) sorted by relevance

/hal_intel-3.7.0/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c327 static uint32_t sram_toggle_tile(uint32_t tile_id, uint32_t enable) in sram_toggle_tile() argument
333 if (enable && (pmu_sram_val & pmu_toggle_bit)) { in sram_toggle_tile()
340 } else if (!enable && (~pmu_sram_val & pmu_toggle_bit)) { in sram_toggle_tile()
348 enable = 0; in sram_toggle_tile()
350 return enable; in sram_toggle_tile()
353 static void sram_toggle_bank(unsigned int bank_number, unsigned int enable) in sram_toggle_bank() argument
357 if (enable) { in sram_toggle_bank()
358 if (sram_toggle_tile(tile_id, enable) && in sram_toggle_bank()
359 sram_toggle_tile((tile_id + 1), enable)) { in sram_toggle_bank()
368 sram_toggle_tile(tile_id, enable); in sram_toggle_bank()
[all …]
Dipapg.S51 #enable IPAPG, we will actually enter PG on the next halt
/hal_intel-3.7.0/bsp_sedi/include/driver/
Dsedi_driver_gpio.h326 bool enable);
335 bool enable);
/hal_intel-3.7.0/bsp_sedi/drivers/gpio/
Dsedi_gpio.c412 void sedi_gpio_enable_interrupt(IN sedi_gpio_t gpio_device, IN uint32_t pin, bool enable) in sedi_gpio_enable_interrupt() argument
419 if (enable) { in sedi_gpio_enable_interrupt()
426 void sedi_gpio_enable_wakeup(IN sedi_gpio_t gpio_device, IN uint32_t pin, bool enable) in sedi_gpio_enable_wakeup() argument
433 if (enable) { in sedi_gpio_enable_wakeup()
/hal_intel-3.7.0/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c162 i2c->enable = SEDI_RBFVM(I2C, ENABLE, ENABLE, ENABLED); in dw_i2c_enable()
172 if (SEDI_PREG_RBFV_IS_SET(I2C, ENABLE, ENABLE, DISABLED, &i2c->enable)) { in dw_i2c_disable()
180 SEDI_PREG_RBFV_SET(I2C, ENABLE, ABORT, ENABLED, &i2c->enable); in dw_i2c_disable()
182 &i2c->enable)); in dw_i2c_disable()
187 i2c->enable = 0; in dw_i2c_disable()
376 if (SEDI_PREG_RBFV_IS_SET(I2C, ENABLE, ENABLE, DISABLED, &i2c->enable)) { in dw_i2c_abort()
383 SEDI_PREG_RBFV_SET(I2C, ENABLE, ABORT, ENABLED, &i2c->enable); in dw_i2c_abort()
786 i2c->enable = SEDI_RBFVM(I2C, ENABLE, ENABLE, ENABLED); in sedi_i2c_master_write_dma()
840 i2c->enable = SEDI_RBFVM(I2C, ENABLE, ENABLE, ENABLED); in sedi_i2c_master_read_dma()
/hal_intel-3.7.0/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c163 static inline void lld_spi_enable(sedi_spi_regs_t *spi, bool enable) in lld_spi_enable() argument
165 uint32_t val = enable ? SEDI_RBFV(SPI, SSIENR, SSI_EN, ENABLED) : in lld_spi_enable()
179 static inline void lld_spi_dma_enable(sedi_spi_regs_t *spi, bool enable) in lld_spi_dma_enable() argument
181 if (enable) { in lld_spi_dma_enable()
/hal_intel-3.7.0/docs/
Dbsp_sedi_doxyfile371 # enable parsing support.
692 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
698 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
704 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
710 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
717 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
1733 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
2447 # So in most cases it will be better to enable call graphs for selected
2459 # So in most cases it will be better to enable caller graphs for selected
2501 # enable generation of interactive SVG images that allow zooming and panning.
/hal_intel-3.7.0/bsp_sedi/soc/common/include/
Dsedi_i2c_regs.h3424 __IO_RW uint32_t enable; member