Searched refs:bank_id (Results 1 – 12 of 12) sorted by relevance
/drivers/gpio/ |
D | gpio-bcm-kona.c | 77 int bank_id, u32 lockcode) in bcm_kona_gpio_write_lock_regs() argument 80 writel(lockcode, reg_base + GPIO_PWD_STATUS(bank_id)); in bcm_kona_gpio_write_lock_regs() 88 int bank_id = GPIO_BANK(gpio); in bcm_kona_gpio_lock_gpio() local 92 val = readl(kona_gpio->reg_base + GPIO_PWD_STATUS(bank_id)); in bcm_kona_gpio_lock_gpio() 94 bcm_kona_gpio_write_lock_regs(kona_gpio->reg_base, bank_id, val); in bcm_kona_gpio_lock_gpio() 104 int bank_id = GPIO_BANK(gpio); in bcm_kona_gpio_unlock_gpio() local 108 val = readl(kona_gpio->reg_base + GPIO_PWD_STATUS(bank_id)); in bcm_kona_gpio_unlock_gpio() 110 bcm_kona_gpio_write_lock_regs(kona_gpio->reg_base, bank_id, val); in bcm_kona_gpio_unlock_gpio() 129 int bank_id = GPIO_BANK(gpio); in bcm_kona_gpio_set() local 142 reg_offset = value ? GPIO_OUT_SET(bank_id) : GPIO_OUT_CLEAR(bank_id); in bcm_kona_gpio_set() [all …]
|
/drivers/net/wireless/ath/ath12k/ |
D | dp.c | 366 int bank_id = DP_INVALID_BANK_ID; in ath12k_dp_tx_get_bank_profile() local 379 bank_id = i; in ath12k_dp_tx_get_bank_profile() 384 bank_id = i; in ath12k_dp_tx_get_bank_profile() 389 if (bank_id == DP_INVALID_BANK_ID) { in ath12k_dp_tx_get_bank_profile() 392 return bank_id; in ath12k_dp_tx_get_bank_profile() 396 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile() 397 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile() 400 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile() 404 ath12k_hal_tx_configure_bank_register(ab, bank_config, bank_id); in ath12k_dp_tx_get_bank_profile() 407 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile() [all …]
|
D | hal_tx.c | 47 le32_encode_bits(ti->bank_id, HAL_TCL_DATA_CMD_INFO0_BANK_ID); in ath12k_hal_tx_cmd_desc_setup() 141 u8 bank_id) in ath12k_hal_tx_configure_bank_register() argument 143 ath12k_hif_write32(ab, HAL_TCL_SW_CONFIG_BANK_ADDR + 4 * bank_id, in ath12k_hal_tx_configure_bank_register()
|
D | hal_tx.h | 42 int bank_id; member 193 u8 bank_id);
|
D | dp_tx.h | 34 void ath12k_dp_tx_put_bank_profile(struct ath12k_dp *dp, u8 bank_id);
|
D | dp_tx.c | 181 ti.bank_id = arvif->bank_id; in ath12k_dp_tx()
|
D | core.h | 207 int bank_id; member
|
D | mac.c | 5631 ath12k_dp_tx_put_bank_profile(&ab->dp, arvif->bank_id); in ath12k_mac_op_remove_interface()
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra.c | 700 unsigned int bank_id) in tegra_pinctrl_get_bank_size() argument 705 res = platform_get_resource(pdev, IORESOURCE_MEM, bank_id); in tegra_pinctrl_get_bank_size()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 714 cfg->bank_id[0].bank_min_id = 0; in ath10k_htt_send_frag_desc_bank_cfg_32() 715 cfg->bank_id[0].bank_max_id = __cpu_to_le16(htt->max_num_pending_tx - in ath10k_htt_send_frag_desc_bank_cfg_32() 776 cfg->bank_id[0].bank_min_id = 0; in ath10k_htt_send_frag_desc_bank_cfg_64() 777 cfg->bank_id[0].bank_max_id = __cpu_to_le16(htt->max_num_pending_tx - in ath10k_htt_send_frag_desc_bank_cfg_64()
|
D | htt.h | 1501 struct htt_frag_desc_bank_id bank_id[HTT_FRAG_DESC_BANK_MAX]; member 1510 struct htt_frag_desc_bank_id bank_id[HTT_FRAG_DESC_BANK_MAX]; member
|
/drivers/soc/mediatek/ |
D | mtk-svs.c | 649 u32 idx, i, j, bank_id; in svs_dump_debug_show() local 661 for (bank_id = 0, idx = 0; idx < svsp->bank_max; idx++, bank_id++) { in svs_dump_debug_show() 665 seq_printf(m, "Bank_number = %u\n", bank_id); in svs_dump_debug_show()
|