/kernel/linux/linux-5.10/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( [all...] |
H A D | MC68VZ328.h | 506 #define PG(x) (1 << (x)) macro 508 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */ 509 #define PG_A0 0x02 /* Use A0 as PG[1] */ 510 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */ 511 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */ 512 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */ 513 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
|
H A D | MC68EZ328.h | 497 #define PG(x) (1 << (x)) macro 499 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */ 500 #define PG_A0 0x02 /* Use A0 as PG[1] */ 501 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */ 502 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */ 503 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */ 504 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
|
/kernel/linux/linux-6.6/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( [all...] |
H A D | MC68VZ328.h | 506 #define PG(x) (1 << (x)) macro 508 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */ 509 #define PG_A0 0x02 /* Use A0 as PG[1] */ 510 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */ 511 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */ 512 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */ 513 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
|
H A D | MC68EZ328.h | 497 #define PG(x) (1 << (x)) macro 499 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */ 500 #define PG_A0 0x02 /* Use A0 as PG[1] */ 501 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */ 502 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */ 503 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */ 504 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | head.S | 47 /* Config direct window and set PG */ 55 /* Enable PG */ 56 li.w t0, 0xb0 # PLV=0, IE=0, PG=1 130 /* Enable PG */ 131 li.w t0, 0xb0 # PLV=0, IE=0, PG=1
|
/kernel/linux/linux-5.10/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")
|
/kernel/linux/linux-6.6/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")
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | mlx90632.c | 708 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local 715 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_G, &PG); in mlx90632_calc_ambient_dsp105() 734 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 243 movl %eax,%cr0 /* ..and set paging (PG) bit */ 282 andl $0x80000011,%eax # Save PG,PE,ET
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 257 movl %eax,%cr0 /* ..and set paging (PG) bit */ 306 andl $0x80000011,%eax # Save PG,PE,ET
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cpm2.h | 76 #define mk_cr_cmd(PG, SBC, MCN, OP) \ 77 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cpm2.h | 76 #define mk_cr_cmd(PG, SBC, MCN, OP) \ 77 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
|