Searched refs:config_type (Results 1 – 4 of 4) sorted by relevance
132 enum tmc_config_type config_type; member259 if (drvdata->config_type == TMC_CONFIG_TYPE_ETB) { in tmc_enable()261 } else if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_enable()375 if (drvdata->config_type == TMC_CONFIG_TYPE_ETB) { in tmc_disable()377 } else if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_disable()442 if (drvdata->config_type == TMC_CONFIG_TYPE_ETB) { in tmc_read_prepare()444 } else if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_read_prepare()475 if (drvdata->config_type == TMC_CONFIG_TYPE_ETB) { in tmc_read_unprepare()477 } else if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_read_unprepare()520 if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_read()[all …]
1217 int config_type = 1; in tile_cfg_read() local1265 config_type = 0; in tile_cfg_read()1273 cfg_addr.type = config_type; in tile_cfg_read()1340 int config_type = 1; in tile_cfg_write() local1391 config_type = 0; in tile_cfg_write()1399 cfg_addr.type = config_type; in tile_cfg_write()
85 static int tile_pcie_open(int controller_id, int config_type) in tile_pcie_open() argument90 sprintf(filename, "pcie/%d/config%d", controller_id, config_type); in tile_pcie_open()
136 uint config_type; member2145 brd->type = dgap_ids[id].config_type; in dgap_found_board()