Searched refs:iomux (Results 1 – 14 of 14) sorted by relevance
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/best2003/ |
D | hal_iomux_best2003.c | 546 static struct IOMUX_T * const iomux = (struct IOMUX_T *)IOMUX_BASE; variable 565 if (((iomux->REG_004 & (0xF << (i * 4))) >> (i * 4)) == 0xF) { in hal_iomux_set_default_config() 566 iomux->REG_02C &= ~(1 << i); in hal_iomux_set_default_config() 567 iomux->REG_030 |= (1 << i); in hal_iomux_set_default_config() 571 if (((iomux->REG_008 & (0xF << (i * 4))) >> (i * 4)) == 0xF) { in hal_iomux_set_default_config() 572 iomux->REG_02C &= ~(1 << (i + 8)); in hal_iomux_set_default_config() 573 iomux->REG_030 |= (1 << (i + 8)); in hal_iomux_set_default_config() 577 if (((iomux->REG_00C & (0xF << (i * 4))) >> (i * 4)) == 0xF) { in hal_iomux_set_default_config() 578 iomux->REG_02C &= ~(1 << (i + 16)); in hal_iomux_set_default_config() 579 iomux->REG_030 |= (1 << (i + 16)); in hal_iomux_set_default_config() [all …]
|
/device/soc/esp/esp32/components/spi_flash/ |
D | esp_flash_spi_init.c | 72 .iomux = false, \ 81 .iomux = true, \ 91 .iomux = true, \ 102 .iomux = true, \ 111 .iomux = true, \ 211 .iomux = use_iomux, in spi_bus_add_flash_device() 268 cfg.iomux = esp_rom_efuse_get_flash_gpio_info() == 0 ? true : false; in esp_flash_init_default_chip()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
D | rfkill-wlan.h | 20 struct rksdmmc_iomux iomux; member
|
/device/board/isoftstone/yangfan/kernel/src/incl/linux/current/ |
D | rfkill-wlan.h | 20 struct rksdmmc_iomux iomux; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
D | rfkill-wlan.h | 20 struct rksdmmc_iomux iomux; member
|
D | pinctrl-rockchip.h | 327 struct rockchip_iomux iomux[4]; member
|
/device/soc/esp/esp32/components/hal/include/hal/ |
D | spi_flash_hal.h | 62 bool iomux; ///< Whether the IOMUX is used, used for timing compensation. member
|
/device/soc/esp/esp32/components/hal/ |
D | spi_flash_hal.c | 90 .extra_dummy = get_dummy_n(!cfg->iomux, cfg->input_delay_ns, APB_CLK_FREQ/clock_cfg->div), in spi_flash_hal_init()
|
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 94 ….iomux = { … 105 ….iomux = { … 116 ….iomux = { … 127 ….iomux = … 145 ….iomux = … 166 ….iomux = … 186 ….iomux = … 1389 if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) { in rockchip_get_mux() 1394 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) { in rockchip_get_mux() 1398 if (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU) { in rockchip_get_mux() [all …]
|
D | pinctrl-rockchip.h | 141 struct rockchip_iomux iomux[4]; member
|
/device/soc/chipsea/cst85/liteos_m/ |
D | BUILD.gn | 38 "sdk/bsp/driver/iomux",
|
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
D | pinctrl-rockchip.h | 327 struct rockchip_iomux iomux[4]; member
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 597 const struct usb2phy_reg *iomux = &rport->port_cfg->bypass_iomux; in rockchip_usb_bypass_uart() local 626 if (iomux->offset) { in rockchip_usb_bypass_uart() 627 ret |= property_enable(rphy->grf, iomux, true); in rockchip_usb_bypass_uart() 635 if (iomux->offset) { in rockchip_usb_bypass_uart() 636 ret |= property_enable(rphy->grf, iomux, false); in rockchip_usb_bypass_uart()
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 30261 - /* iomux to LCD data/sync mode */ 46135 + * @bypass_iomux: usb bypass uart GRF iomux register. 46461 + const struct usb2phy_reg *iomux = &rport->port_cfg->bypass_iomux; 46492 + /* Some platforms required to set iomux of bypass uart */ 46493 + if (iomux->offset) 46494 + ret |= property_enable(rphy->grf, iomux, true); 46502 + /* Some platforms required to set iomux of bypass uart */ 46503 + if (iomux->offset) 46504 + ret |= property_enable(rphy->grf, iomux, false); 51699 * Encode variants of iomux registers into a type variable [all …]
|