Searched refs:PG (Results 1 – 10 of 10) sorted by relevance
18 * All PG 2.0 silicon may not support 1GHz but some of the early19 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed20 * to support 1GHz OPP so enable it for PG 2.0 on this board.
18 * a revision tag to both the new and old entry. Use 'rev11' for PG 1.1,19 * 'rev20' for PG 2.0 and so on.
28 * a revision tag to both the new and old entry. Use 'rev10' for PG 1.0,29 * 'rev20' for PG 2.0 and so on.
235 /* PG */
28 * a revision tag to both the new and old entry. Use 'rev11' for PG 1.1,29 * 'rev20' for PG 2.0 and so on.
586 #define PG(x) (1 << (x)) macro588 #define PG_UART_TXD PG(0) /* Use UART_TXD as PG(0) */589 #define PG_UART_RXD PG(1) /* Use UART_RXD as PG(1) */590 #define PG_PWMOUT PG(2) /* Use PWMOUT as PG(2) */591 #define PG_TOUT2 PG(3) /* Use TOUT2 as PG(3) */592 #define PG_TIN2 PG(4) /* Use TIN2 as PG(4) */593 #define PG_TOUT1 PG(5) /* Use TOUT1 as PG(5) */594 #define PG_TIN1 PG(6) /* Use TIN1 as PG(6) */595 #define PG_RTCOUT PG(7) /* Use RTCOUT as PG(7) */
497 #define PG(x) (1 << (x)) macro
506 #define PG(x) (1 << (x)) macro
76 #define mk_cr_cmd(PG, SBC, MCN, OP) \ argument77 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
341 andl $0x80000011,%eax # Save PG,PE,ET