Lines Matching refs:PVR
243 * FIXME: PPC has PVR defined in asm/reg.h. For now we just undef it.
245 #undef PVR
282 #define PVR 0x3c
1874 val = read_reg(info, PVR) & 0x0f;
1881 write_reg(info, PVR, val);
3224 /* PVR[3] 1=AUTO CTS active */
3225 set_reg_bits(info, CHA + PVR, BIT3);
3227 clear_reg_bits(info, CHA + PVR, BIT3);
3361 /* PVR Port Value Register
3371 // write_reg(info, PVR, PVR_DTR);
3543 /* PVR[3] 1=AUTO CTS active */
3544 set_reg_bits(info, CHA + PVR, BIT3);
3546 clear_reg_bits(info, CHA + PVR, BIT3);
3580 status = read_reg(info, CHA + PVR);
3609 clear_reg_bits(info, CHA + PVR, PVR_DTR);
3611 set_reg_bits(info, CHA + PVR, PVR_DTR);