Home
last modified time | relevance | path

Searched refs:slot_offset (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-crypto.c37 u32 slot_offset = cq_host->crypto_cfg_register + slot * sizeof(*cfg); in cqhci_crypto_program_key() local
44 cqhci_writel(cq_host, 0, slot_offset + 16 * sizeof(cfg->reg_val[0])); in cqhci_crypto_program_key()
49 slot_offset + i * sizeof(cfg->reg_val[0])); in cqhci_crypto_program_key()
53 slot_offset + 17 * sizeof(cfg->reg_val[0])); in cqhci_crypto_program_key()
56 slot_offset + 16 * sizeof(cfg->reg_val[0])); in cqhci_crypto_program_key()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd-crypto.c27 u32 slot_offset = hba->crypto_cfg_register + slot * sizeof(*cfg); in ufshcd_program_key() local
38 ufshcd_writel(hba, 0, slot_offset + 16 * sizeof(cfg->reg_val[0])); in ufshcd_program_key()
41 slot_offset + i * sizeof(cfg->reg_val[0])); in ufshcd_program_key()
45 slot_offset + 17 * sizeof(cfg->reg_val[0])); in ufshcd_program_key()
48 slot_offset + 16 * sizeof(cfg->reg_val[0])); in ufshcd_program_key()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs4234.c527 unsigned int slot_offset, dac5_slot, dac5_mask_group; in cs4234_dai_set_tdm_slot() local
536 slot_offset = ffs(tx_mask) - 1; in cs4234_dai_set_tdm_slot()
537 tx_mask >>= slot_offset; in cs4234_dai_set_tdm_slot()
538 if ((slot_offset % 4) || ((tx_mask != 0x0F) && (tx_mask != 0x1F))) { in cs4234_dai_set_tdm_slot()
544 (slot_offset / 4) << CS4234_DAC14_SRC_SHIFT); in cs4234_dai_set_tdm_slot()
546 (slot_offset / 4) << CS4234_LL_SRC_SHIFT); in cs4234_dai_set_tdm_slot()
549 dac5_slot = slot_offset + 4; in cs4234_dai_set_tdm_slot()
H A Dda7219.c1430 u8 slot_offset; in da7219_set_dai_tdm_slot() local
1446 slot_offset = ffs(tx_mask) - 1; in da7219_set_dai_tdm_slot()
1447 ch_mask = (tx_mask >> slot_offset); in da7219_set_dai_tdm_slot()
1459 offset = slot_offset * slot_width; in da7219_set_dai_tdm_slot()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_native.c404 int slot_offset; in native_hpte_remove() local
410 slot_offset = mftb() & 0x7; in native_hpte_remove()
413 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
426 slot_offset++; in native_hpte_remove()
427 slot_offset &= 0x7; in native_hpte_remove()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dlpar.c774 unsigned long slot_offset; in pSeries_lpar_hpte_remove() local
780 slot_offset = mftb() & 0x7; in pSeries_lpar_hpte_remove()
785 lpar_rc = plpar_pte_remove(H_ANDCOND, hpte_group + slot_offset, in pSeries_lpar_hpte_remove()
797 slot_offset++; in pSeries_lpar_hpte_remove()
798 slot_offset &= 0x7; in pSeries_lpar_hpte_remove()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfunction.h535 struct args_size slot_offset; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfunction.h535 struct args_size slot_offset; member
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-bcm-qspi.c696 u32 slot_offset = MSPI_RXRAM + (slot << 3) + 0x4; in read_rxram_slot_u8() local
699 return bcm_qspi_read(qspi, MSPI, slot_offset) & 0xff; in read_rxram_slot_u8()