Home
last modified time | relevance | path

Searched refs:PK (Results 1 – 3 of 3) sorted by relevance

/arch/m68knommu/platform/68VZ328/
Dconfig.c74 PKSEL |= PK(3); /* select pin as I/O */ in init_hardware()
75 PKDIR |= PK(3); /* select pin as output */ in init_hardware()
76 PKDATA |= PK(3); /* set pin high */ in init_hardware()
/arch/m68k/include/asm/
DMC68VZ328.h542 #define PK(x) (1 << (x)) macro
DMC68328.h623 #define PK(x) (1 << (x)) macro