Home
last modified time | relevance | path

Searched refs:HFCUSB_STATES (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c645 write_reg(hw, HFCUSB_STATES, 2 | HFCUSB_NT_G2_G3); in ph_state_nt()
764 write_reg(hw, HFCUSB_STATES, 0x14); in hfcsusb_ph_command()
766 write_reg(hw, HFCUSB_STATES, 0x04); in hfcsusb_ph_command()
770 write_reg(hw, HFCUSB_STATES, 0x10); in hfcsusb_ph_command()
771 write_reg(hw, HFCUSB_STATES, 0x03); in hfcsusb_ph_command()
779 write_reg(hw, HFCUSB_STATES, HFCUSB_ACTIVATE | in hfcsusb_ph_command()
784 write_reg(hw, HFCUSB_STATES, in hfcsusb_ph_command()
1532 write_reg(hw, HFCUSB_STATES, 3 | 0x10); in setPortMode()
1533 write_reg(hw, HFCUSB_STATES, 3); in setPortMode()
1538 write_reg(hw, HFCUSB_STATES, 1 | 0x10); in setPortMode()
[all …]
Dhfcsusb.h67 #define HFCUSB_STATES 0x30 macro