Lines Matching defs:config
897 * Diagnostic read/write access is provided for startup/config/debug usage.
1563 static int ath10k_pci_set_ram_config(struct ath10k *ar, u32 config)
1568 FW_RAM_CONFIG_ADDRESS, config);
1572 if (val != config) {
1573 ath10k_warn(ar, "failed to set RAM config from 0x%x to 0x%x\n",
1574 val, config);
1694 * ram config from DRAM to IRAM.
1702 ath10k_warn(ar, "failed to switch ram config to IRAM for section %s: %d\n",
2467 struct ce_pipe_config *config;
2480 config = &ar_pci->pipe_config[5];
2481 config->pipedir = __cpu_to_le32(PIPEDIR_OUT);
2482 config->nbytes_max = __cpu_to_le32(2048);
2858 ath10k_err(ar, "failed to setup init config: %d\n", ret);
2926 * here since it only restores the first 64 bytes pci config header.