]> git.ipfire.org Git - thirdparty/linux.git/commit
soc: fsl: cpm1: qmc: Rename QMC_TSA_MASK
authorHerve Codina <herve.codina@bootlin.com>
Thu, 8 Aug 2024 07:11:10 +0000 (09:11 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 3 Sep 2024 05:49:19 +0000 (07:49 +0200)
commite8344905b3415207617ac44f11adfb909cf9adb3
tree3222d460e9adb7a8b7ba296202c37d48768913a8
parent3825890981e615bf6a69310390490c099443c324
soc: fsl: cpm1: qmc: Rename QMC_TSA_MASK

QMC_TSA_MASK is a bitfield. The value defined is a specific value of
this bitfield and correspond to the use of 8bit resolution for the
routing entry.

Be accurate and rename the defined constant to reflect this point.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20240808071132.149251-18-herve.codina@bootlin.com
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qe/qmc.c