Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-tmc.c132 enum tmc_config_type config_type; member
259 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 …]
/linux-4.1.27/arch/tile/kernel/
Dpci_gx.c1217 int config_type = 1; in tile_cfg_read() local
1265 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() local
1391 config_type = 0; in tile_cfg_write()
1399 cfg_addr.type = config_type; in tile_cfg_write()
Dpci.c85 static int tile_pcie_open(int controller_id, int config_type) in tile_pcie_open() argument
90 sprintf(filename, "pcie/%d/config%d", controller_id, config_type); in tile_pcie_open()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c136 uint config_type; member
2145 brd->type = dgap_ids[id].config_type; in dgap_found_board()