Home
last modified time | relevance | path

Searched refs:PK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/m68k/68000/
H A Ddragen2.c54 PKSEL |= PK(3); /* select pin as I/O */ in init_dragen2()
55 PKDIR |= PK(3); /* select pin as output */ in init_dragen2()
56 PKDATA |= PK(3); /* set pin high */ in init_dragen2()
/kernel/linux/linux-5.10/arch/m68k/68000/
H A Dm68VZ328.c75 PKSEL |= PK(3); /* select pin as I/O */ in init_hardware()
76 PKDIR |= PK(3); /* select pin as output */ in init_hardware()
77 PKDATA |= PK(3); /* set pin high */ in init_hardware()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A DMC68VZ328.h543 #define PK(x) (1 << (x)) macro
545 #define PK_DATAREADY 0x01 /* Use ~DATA_READY as PK[0] */
546 #define PK_PWM2 0x01 /* Use PWM2 as PK[0] */
547 #define PK_R_W 0x02 /* Use R/W as PK[1] */
548 #define PK_LDS 0x04 /* Use /LDS as PK[2] */
549 #define PK_UDS 0x08 /* Use /UDS as PK[3] */
550 #define PK_LD4 0x10 /* Use LD4 as PK[4] */
551 #define PK_LD5 0x20 /* Use LD5 as PK[5] */
552 #define PK_LD6 0x40 /* Use LD6 as PK[6] */
553 #define PK_LD7 0x80 /* Use LD7 as PK[
[all...]
H A DMC68328.h625 #define PK(x) (1 << (x)) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A DMC68VZ328.h543 #define PK(x) (1 << (x)) macro
545 #define PK_DATAREADY 0x01 /* Use ~DATA_READY as PK[0] */
546 #define PK_PWM2 0x01 /* Use PWM2 as PK[0] */
547 #define PK_R_W 0x02 /* Use R/W as PK[1] */
548 #define PK_LDS 0x04 /* Use /LDS as PK[2] */
549 #define PK_UDS 0x08 /* Use /UDS as PK[3] */
550 #define PK_LD4 0x10 /* Use LD4 as PK[4] */
551 #define PK_LD5 0x20 /* Use LD5 as PK[5] */
552 #define PK_LD6 0x40 /* Use LD6 as PK[6] */
553 #define PK_LD7 0x80 /* Use LD7 as PK[
[all...]
H A DMC68328.h625 #define PK(x) (1 << (x)) macro

Completed in 12 milliseconds