Searched refs:bank_id (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/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 …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
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 | dp.c | 356 int bank_id = DP_INVALID_BANK_ID; in ath12k_dp_tx_get_bank_profile() local 369 bank_id = i; in ath12k_dp_tx_get_bank_profile() 374 bank_id = i; in ath12k_dp_tx_get_bank_profile() 379 if (bank_id == DP_INVALID_BANK_ID) { in ath12k_dp_tx_get_bank_profile() 382 return bank_id; in ath12k_dp_tx_get_bank_profile() 386 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile() 387 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile() 390 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile() 394 ath12k_hal_tx_configure_bank_register(ab, bank_config, bank_id); in ath12k_dp_tx_get_bank_profile() 397 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile() [all …]
|
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 | 205 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()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | chmc.c | 76 int bank_id; member 560 bank_in_controller = bp->bank_id & (CHMCTRL_NBANKS - 1); in chmc_print_dimm() 636 bp->bank_id = (CHMCTRL_NBANKS * p->portid) + which_bank; in chmc_interpret_one_decode_reg()
|
/linux-6.6.21/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()
|
/linux-6.6.21/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
|
/linux-6.6.21/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()
|