Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/
Ddspi.c37 clrbits_8(&gpio->par_dspi, GPIO_PAR_DSPI_PCS5_PCS5); in dspi_chip_select()
38 setbits_8(&gpio->par_dspi, GPIO_PAR_DSPI_PCS5_PCS5); in dspi_chip_select()
79 clrbits_8(&gpio->par_dspi, GPIO_PAR_DSPI_PCS5_PCS5); in dspi_chip_unselect()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dm5445x.h331 #define GPIO_PAR_DSPI_PCS5_PCS5 (0x40) macro