| /linux/arch/m68k/include/asm/ |
| H A D | MC68328.h | 586 #define PG(x) (1 << (x)) macro 588 #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) */
|
| H A D | MC68EZ328.h | 497 #define PG(x) (1 << (x)) macro
|
| H A D | MC68VZ328.h | 506 #define PG(x) (1 << (x)) macro
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-boneblack.dts | 19 * All PG 2.0 silicon may not support 1GHz but some of the early 20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed 21 * to support 1GHz OPP so enable it for PG 2.0 on this board.
|
| H A D | dra76x-mmc-iodelay.dtsi | 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.
|
| H A D | dra72x-mmc-iodelay.dtsi | 20 * a revision tag to both the new and old entry. Use 'rev10' for PG 1.0, 21 * 'rev20' for PG 2.0 and so on.
|
| H A D | dra74x-mmc-iodelay.dtsi | 20 * a revision tag to both the new and old entry. Use 'rev11' for PG 1.1, 21 * 'rev20' for PG 2.0 and so on.
|
| /linux/include/linux/ceph/ |
| H A D | rados.h | 317 f(PGLS, __CEPH_OSD_OP(RD, PG, 1), "pgls") \ 318 f(PGLS_FILTER, __CEPH_OSD_OP(RD, PG, 2), "pgls-filter") \ 319 f(PG_HITSET_LS, __CEPH_OSD_OP(RD, PG, 3), "pg-hitset-ls") \ 320 f(PG_HITSET_GET, __CEPH_OSD_OP(RD, PG, 4), "pg-hitset-get")
|
| /linux/drivers/iio/temperature/ |
| H A D | mlx90635.c | 289 static int mlx90635_read_ee_ambient(struct regmap *regmap, s16 *PG, s16 *PO, s16 *Gb) in mlx90635_read_ee_ambient() argument 302 *PG = (s16)read_tmp; in mlx90635_read_ee_ambient() 610 s16 PG, PO, Gb; in mlx90635_calc_ambient() local 613 ret = mlx90635_read_ee_ambient(data->regmap_ee, &PG, &PO, &Gb); in mlx90635_calc_ambient() 632 PG, PO, Gb); in mlx90635_calc_ambient() 846 s16 Fb, Ga, Gb, Ha, Hb, PG, PO; in mlx90635_wakeup() local 878 ret = mlx90635_read_ee_ambient(data->regmap_ee, &PG, &PO, &Gb); in mlx90635_wakeup()
|
| H A D | mlx90632.c | 897 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local 904 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_G, &PG); in mlx90632_calc_ambient_dsp105() 923 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6sll-kobo-clara2e-b.dts | 71 MX6SLL_PAD_EPDC_PWR_CTRL0__GPIO2_IO07 0x17059 /* PG */
|
| /linux/arch/loongarch/power/ |
| H A D | suspend_asm.S | 82 li.w t0, 0xb0 # PLV=0, IE=0, PG=1
|
| /linux/sound/soc/codecs/ |
| H A D | cs48l32.h | 201 CS48L32_EQ_REG_NAME_PASTER(name, band, PG), \ 219 CS48L32_EQ_REG_NAME_PASTER(name, BAND5, PG), \
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-t113s-netcube-nagami-keypad-carrier.dts | 112 "ESP_CLK", "ESP_CMD", "ESP_D0", "ESP_D1", // PG
|
| H A D | sun8i-v3s-netcube-kumquat.dts | 212 "ESP_CLK", "ESP_CMD", "ESP_D0", "ESP_D1", // PG
|
| H A D | sun8i-t113s-netcube-nagami.dtsi | 212 "ESP_CLK", "ESP_CMD", "ESP_D0", "ESP_D1", // PG
|
| H A D | sun8i-h2-plus-bananapi-m2-zero.dts | 240 /* PG */
|
| H A D | sun7i-a20-bananapi.dts | 261 /* PG */
|
| H A D | sun6i-a31s-sinovoip-bpi-m2.dts | 307 /* PG */
|
| /linux/drivers/net/ethernet/qlogic/ |
| H A D | Kconfig | 55 mode of DCB is supported. PG and PFC values are related only
|
| /linux/arch/x86/kernel/ |
| H A D | head_32.S | 270 andl $0x80000011,%eax # Save PG,PE,ET
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cpm2.h | 76 #define mk_cr_cmd(PG, SBC, MCN, OP) \ argument 77 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackframe.h | 53 li.w \temp, 0xb0 # PLV=0, IE=0, PG=1
|
| /linux/drivers/comedi/ |
| H A D | Kconfig | 171 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink 172 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA, 173 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 912 ISA9C01 "Matrox PG-1281" 913 ISA9C02 "Matrox PG-1024" 914 ISA9C03 "Matrox PG-641"
|