PG 588 arch/m68k/include/asm/MC68328.h #define PG_UART_TXD PG(0) /* Use UART_TXD as PG(0) */ PG 589 arch/m68k/include/asm/MC68328.h #define PG_UART_RXD PG(1) /* Use UART_RXD as PG(1) */ PG 590 arch/m68k/include/asm/MC68328.h #define PG_PWMOUT PG(2) /* Use PWMOUT as PG(2) */ PG 591 arch/m68k/include/asm/MC68328.h #define PG_TOUT2 PG(3) /* Use TOUT2 as PG(3) */ PG 592 arch/m68k/include/asm/MC68328.h #define PG_TIN2 PG(4) /* Use TIN2 as PG(4) */ PG 593 arch/m68k/include/asm/MC68328.h #define PG_TOUT1 PG(5) /* Use TOUT1 as PG(5) */ PG 594 arch/m68k/include/asm/MC68328.h #define PG_TIN1 PG(6) /* Use TIN1 as PG(6) */ PG 595 arch/m68k/include/asm/MC68328.h #define PG_RTCOUT PG(7) /* Use RTCOUT as PG(7) */ PG 76 arch/powerpc/include/asm/cpm2.h #define mk_cr_cmd(PG, SBC, MCN, OP) \ PG 77 arch/powerpc/include/asm/cpm2.h ((PG << 26) | (SBC << 21) | (MCN << 6) | OP) PG 489 drivers/iio/temperature/mlx90632.c s32 PT, PR, PG, PO; PG 496 drivers/iio/temperature/mlx90632.c ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_G, &PG); PG 515 drivers/iio/temperature/mlx90632.c PT, PR, PG, PO, Gb); PG 316 include/linux/ceph/rados.h f(PGLS, __CEPH_OSD_OP(RD, PG, 1), "pgls") \ PG 317 include/linux/ceph/rados.h f(PGLS_FILTER, __CEPH_OSD_OP(RD, PG, 2), "pgls-filter") \ PG 318 include/linux/ceph/rados.h f(PG_HITSET_LS, __CEPH_OSD_OP(RD, PG, 3), "pg-hitset-ls") \ PG 319 include/linux/ceph/rados.h f(PG_HITSET_GET, __CEPH_OSD_OP(RD, PG, 4), "pg-hitset-get")