Home
last modified time | relevance | path

Searched refs:PVR (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boards/mach-microdev/
H A Dio.c27 * The Processor Version Register (PVR) has these properties.
29 #define PVR 0xff000030 /* Processor Version Register */ macro
119 result = PVR; in microdev_ioport_map()
/kernel/linux/linux-6.6/arch/sh/boards/mach-microdev/
H A Dio.c27 * The Processor Version Register (PVR) has these properties.
29 #define PVR 0xff000030 /* Processor Version Register */ macro
119 result = PVR; in microdev_ioport_map()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c243 * FIXME: PPC has PVR defined in asm/reg.h. For now we just undef it.
245 #undef PVR macro
282 #define PVR 0x3c macro
1874 val = read_reg(info, PVR) & 0x0f; in set_interface()
1881 write_reg(info, PVR, val); in set_interface()
3224 /* PVR[3] 1=AUTO CTS active */ in hdlc_mode()
3225 set_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3227 clear_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3361 /* PVR Port Value Register in reset_device()
3371 // write_reg(info, PVR, PVR_DT in reset_device()
[all...]

Completed in 5 milliseconds