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()
3260 set_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3262 clear_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3579 set_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3581 clear_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3615 status = read_reg(info, CHA + PVR); in get_signals()
3644 clear_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()
3646 set_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()