Home
last modified time | relevance | path

Searched hist:"7 e76c4b08a30c0a90813ae56cd876555bef8d9f6" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dcadence_qspi_apb.c7e76c4b08a30c0a90813ae56cd876555bef8d9f6 Tue Nov 29 12:58:30 UTC 2016 Phil Edworthy <PHIL.EDWORTHY@renesas.com> spi: cadence_qspi: Clean up the #define names

A lot of the #defines are for single bits in a register, where the
name has _MASK on the end. Since this can be used for both a mask
and the value, remove _MASK from them.

Whilst doing so, also remove the unnecessary brackets around the
constants.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>