Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dioports.h14 unsigned int psor; /* Port Special Options Register (35-5) */ member
39 unsigned char psor:1; /* Port Special Options Register (35-2) */ member
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c161 psor = 0, in config_8560_ioports() local
179 if (iopc->psor) in config_8560_ioports()
180 psor |= msk; in config_8560_ioports()
207 iop->psor = (iop->psor & tpmsk) | psor; in config_8560_ioports()