Lines Matching refs:PVR
245 #undef PVR
282 #define PVR 0x3c macro
1868 val = read_reg(info, PVR) & 0x0f; in set_interface()
1875 write_reg(info, PVR, val); in set_interface()
3218 set_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3220 clear_reg_bits(info, CHA + PVR, BIT3); in hdlc_mode()
3537 set_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3539 clear_reg_bits(info, CHA + PVR, BIT3); in async_mode()
3573 status = read_reg(info, CHA + PVR); in get_signals()
3602 clear_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()
3604 set_reg_bits(info, CHA + PVR, PVR_DTR); in set_signals()