Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c505 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
559 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
591 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
632 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
705 send_mbox(ch->is, SET_DPS(ch->dpath) | in send_next()
804 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem()
859 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax()
1147 u8 dps = SET_DPS(ch->dpath); in setup_pump()
1206 u8 dps = SET_DPS(ch->dpath); in setup_sart()
1238 u8 dps = SET_DPS(ch->dpath); in setup_iom2()
[all …]
H A Disar.h87 #define SET_DPS(x) ((x << 6) & 0xc0) macro