Searched refs:host (Results 1 – 4 of 4) sorted by relevance
211 if (s_dsiBases[instance] == base->host) in DSI_GetInstance()374 DSI_HOST_Type *host = base->host; in DSI_Init() local388 host->CFG_NUM_LANES = config->numLanes - 1UL; in DSI_Init()392 host->CFG_NONCONTINUOUS_CLK = 0x01U; in DSI_Init()396 host->CFG_NONCONTINUOUS_CLK = 0x00U; in DSI_Init()401 host->CFG_AUTOINSERT_EOTP = 0x01U; in DSI_Init()405 host->CFG_AUTOINSERT_EOTP = 0x00U; in DSI_Init()408 host->CFG_EXTRA_CMDS_AFTER_EOTP = config->numExtraEoTp; in DSI_Init()409 host->CFG_HTX_TO_COUNT = config->htxTo_ByteClk; in DSI_Init()410 host->CFG_LRX_H_TO_COUNT = config->lrxHostTo_ByteClk; in DSI_Init()[all …]
34 DSI_HOST_Type *host; /*!< Pointer to HOST registers. */ member646 return base->host->RX_ERROR_STATUS; in DSI_GetRxErrorStatus()682 return base->host->CFG_STATUS_OUT; in DSI_GetAndClearHostStatus()
197 ((sd_card_t *)card)->host = &s_host; in BOARD_SD_Config()198 ((sd_card_t *)card)->host->hostController.base = BOARD_SDMMC_SD_HOST_BASEADDR; in BOARD_SD_Config()199 ((sd_card_t *)card)->host->hostController.sourceClock_Hz = BOARD_USDHC1ClockConfiguration(); in BOARD_SD_Config()234 ((sdio_card_t *)card)->host = &s_host; in BOARD_SDIO_Config()235 ((sdio_card_t *)card)->host->hostController.base = BOARD_SDMMC_SDIO_HOST_BASEADDR; in BOARD_SDIO_Config()236 ((sdio_card_t *)card)->host->hostController.sourceClock_Hz = BOARD_USDHC1ClockConfiguration(); in BOARD_SDIO_Config()275 ((mmc_card_t *)card)->host = &s_host; in BOARD_MMC_Config()276 ((mmc_card_t *)card)->host->hostController.base = BOARD_SDMMC_MMC_HOST_BASEADDR; in BOARD_MMC_Config()277 ((mmc_card_t *)card)->host->hostController.sourceClock_Hz = BOARD_USDHC1ClockConfiguration(); in BOARD_MMC_Config()278 ((mmc_card_t *)card)->host->tuningType = BOARD_SDMMC_MMC_TUNING_TYPE; in BOARD_MMC_Config()
102 .host = DSI_HOST,