PM8821_BLOCKS_PER_MASTER  213 drivers/mfd/qcom-pm8xxx.c 	block += (master * PM8821_BLOCKS_PER_MASTER) - 1;
PM8821_BLOCKS_PER_MASTER  413 drivers/mfd/qcom-pm8xxx.c 	master = block / PM8821_BLOCKS_PER_MASTER;
PM8821_BLOCKS_PER_MASTER  415 drivers/mfd/qcom-pm8xxx.c 	block %= PM8821_BLOCKS_PER_MASTER;
PM8821_BLOCKS_PER_MASTER  440 drivers/mfd/qcom-pm8xxx.c 	master = block / PM8821_BLOCKS_PER_MASTER;
PM8821_BLOCKS_PER_MASTER  442 drivers/mfd/qcom-pm8xxx.c 	block %= PM8821_BLOCKS_PER_MASTER;
PM8821_BLOCKS_PER_MASTER  462 drivers/mfd/qcom-pm8xxx.c 	master = block / PM8821_BLOCKS_PER_MASTER;
PM8821_BLOCKS_PER_MASTER  464 drivers/mfd/qcom-pm8xxx.c 	block %= PM8821_BLOCKS_PER_MASTER;