slot_offset       397 arch/powerpc/mm/book3s64/hash_native.c 	int slot_offset;
slot_offset       403 arch/powerpc/mm/book3s64/hash_native.c 	slot_offset = mftb() & 0x7;
slot_offset       406 arch/powerpc/mm/book3s64/hash_native.c 		hptep = htab_address + hpte_group + slot_offset;
slot_offset       419 arch/powerpc/mm/book3s64/hash_native.c 		slot_offset++;
slot_offset       420 arch/powerpc/mm/book3s64/hash_native.c 		slot_offset &= 0x7;
slot_offset       765 arch/powerpc/platforms/pseries/lpar.c 	unsigned long slot_offset;
slot_offset       771 arch/powerpc/platforms/pseries/lpar.c 	slot_offset = mftb() & 0x7;
slot_offset       776 arch/powerpc/platforms/pseries/lpar.c 		lpar_rc = plpar_pte_remove(H_ANDCOND, hpte_group + slot_offset,
slot_offset       788 arch/powerpc/platforms/pseries/lpar.c 		slot_offset++;
slot_offset       789 arch/powerpc/platforms/pseries/lpar.c 		slot_offset &= 0x7;
slot_offset       635 drivers/spi/spi-bcm-qspi.c 	u32 slot_offset = MSPI_RXRAM + (slot << 3) + 0x4;
slot_offset       638 drivers/spi/spi-bcm-qspi.c 	return bcm_qspi_read(qspi, MSPI, slot_offset) & 0xff;
slot_offset       721 drivers/staging/uwb/include/spec.h 	u8 slot_offset;
slot_offset      1424 sound/soc/codecs/da7219.c 	u8 slot_offset;
slot_offset      1440 sound/soc/codecs/da7219.c 	slot_offset = ffs(tx_mask) - 1;
slot_offset      1441 sound/soc/codecs/da7219.c 	ch_mask = (tx_mask >> slot_offset);
slot_offset      1453 sound/soc/codecs/da7219.c 	offset = slot_offset * slot_width;