addrslots         333 drivers/i3c/master.c 	status = bus->addrslots[bitpos / BITS_PER_LONG];
addrslots         348 drivers/i3c/master.c 	ptr = bus->addrslots + (bitpos / BITS_PER_LONG);
addrslots         335 include/linux/i3c/master.h 	unsigned long addrslots[((I2C_MAX_ADDR + 1) * 2) / BITS_PER_LONG];