Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_native.c397 int slot_offset; in native_hpte_remove() local
403 slot_offset = mftb() & 0x7; in native_hpte_remove()
406 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
419 slot_offset++; in native_hpte_remove()
420 slot_offset &= 0x7; in native_hpte_remove()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dlpar.c765 unsigned long slot_offset; in pSeries_lpar_hpte_remove() local
771 slot_offset = mftb() & 0x7; in pSeries_lpar_hpte_remove()
776 lpar_rc = plpar_pte_remove(H_ANDCOND, hpte_group + slot_offset, in pSeries_lpar_hpte_remove()
788 slot_offset++; in pSeries_lpar_hpte_remove()
789 slot_offset &= 0x7; in pSeries_lpar_hpte_remove()
/Linux-v5.4/sound/soc/codecs/
Dda7219.c1424 u8 slot_offset; in da7219_set_dai_tdm_slot() local
1440 slot_offset = ffs(tx_mask) - 1; in da7219_set_dai_tdm_slot()
1441 ch_mask = (tx_mask >> slot_offset); in da7219_set_dai_tdm_slot()
1453 offset = slot_offset * slot_width; in da7219_set_dai_tdm_slot()
/Linux-v5.4/drivers/staging/uwb/include/
Dspec.h721 u8 slot_offset; member
/Linux-v5.4/drivers/spi/
Dspi-bcm-qspi.c635 u32 slot_offset = MSPI_RXRAM + (slot << 3) + 0x4; in read_rxram_slot_u8() local
638 return bcm_qspi_read(qspi, MSPI, slot_offset) & 0xff; in read_rxram_slot_u8()