Home
last modified time | relevance | path

Searched refs:PMC_PEXSTOPCLOCK_OFFS (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ddr/marvell/axp/
Dddr3_axp.h428 #define PMC_PEXSTOPCLOCK_OFFS(port) ((port) < 8 ? (5 + (port)) : (18 + (port))) macro
429 #define PMC_PEXSTOPCLOCK_MASK(port) (1 << PMC_PEXSTOPCLOCK_OFFS(port))
430 #define PMC_PEXSTOPCLOCK_EN(port) (1 << PMC_PEXSTOPCLOCK_OFFS(port))
431 #define PMC_PEXSTOPCLOCK_STOP(port) (0 << PMC_PEXSTOPCLOCK_OFFS(port))