Lines Matching refs:PVR
245 #undef PVR
282 #define PVR 0x3c macro
1881 val = read_reg(info, PVR) & 0x0f; in set_interface()
1888 write_reg(info, PVR, val); in set_interface()
3251 set_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3253 clear_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3570 set_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3572 clear_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3606 status = read_reg(info, CHA + PVR); in get_signals()
3635 clear_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()
3637 set_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()