Searched refs:PPC_REG_VAL (Results 1 – 2 of 2) sorted by relevance
| /libcpu/ppc/ppc405/include/asm/ |
| A D | ppc405.h | 838 #define SDR0_SRST_BGO PPC_REG_VAL(0, 1) 839 #define SDR0_SRST_PLB4 PPC_REG_VAL(1, 1) 840 #define SDR0_SRST_EBC PPC_REG_VAL(2, 1) 841 #define SDR0_SRST_OPB PPC_REG_VAL(3, 1) 842 #define SDR0_SRST_UART0 PPC_REG_VAL(4, 1) 843 #define SDR0_SRST_UART1 PPC_REG_VAL(5, 1) 844 #define SDR0_SRST_IIC0 PPC_REG_VAL(6, 1) 845 #define SDR0_SRST_BGI PPC_REG_VAL(7, 1) 846 #define SDR0_SRST_GPIO PPC_REG_VAL(8, 1) 847 #define SDR0_SRST_GPT PPC_REG_VAL(9, 1) [all …]
|
| A D | ppc4xx.h | 37 #define PPC_REG_VAL(bit, value) ((value) << ((PPC_REG_BITS - 1) - (bit))) macro
|
Completed in 9 milliseconds