Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S119 #define dps 0x86 macro
331 mov dps, a
355 push dps
645 pop dps
705 push dps
726 pop dps
730 push dps
750 mov dps, a
756 inc dps ; switch to DPTR1: target
764 inc dps ; switch to DPTR0: source
[all …]
Dxircom_pgs.S119 #define dps 0x86 macro
369 mov dps, a
393 push dps
683 pop dps
744 push dps
776 pop dps
780 push dps
807 mov dps, a
813 inc dps ; switch to DPTR1: target
821 inc dps ; switch to DPTR0: source
[all …]
/linux-4.1.27/drivers/isdn/hardware/mISDN/
DmISDNisar.c819 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem() local
831 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
846 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
874 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax() local
896 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
907 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
918 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
929 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
941 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax()
976 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
[all …]
/linux-4.1.27/drivers/isdn/hisax/
Disar.c899 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_modem() local
914 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
933 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
984 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_fax() local
1008 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1020 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1032 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1044 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1057 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax()
1093 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
[all …]
/linux-4.1.27/net/openvswitch/
Ddp_notify.c53 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
Ddatapath.h129 struct list_head dps; member
Ddatapath.c1559 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
1709 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2187 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net()
2198 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net()
2227 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
/linux-4.1.27/net/sched/
Dsch_gred.c335 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) in gred_change_table_def() argument
341 if (dps == NULL) in gred_change_table_def()
344 sopt = nla_data(dps); in gred_change_table_def()
/linux-4.1.27/include/uapi/linux/
Dnvme.h110 __u8 dps; member
/linux-4.1.27/drivers/block/
Dnvme-scsi.c711 (id_ns->dps) ? (protect = 0x01) : (protect = 0); in nvme_trans_standard_inquiry_page()
904 (id_ns->dps) ? (protect = 0x01) : (protect = 0); in nvme_trans_ext_inq_page()
1462 (id_ns->dps) ? (prot_en = 0x01) : (prot_en = 0); in nvme_trans_fill_read_cap()
1476 response[12] = (p_type_lut[id_ns->dps & 0x3] << 1) | prot_en; in nvme_trans_fill_read_cap()
Dnvme-core.c2029 id->dps & NVME_NS_DPS_PI_MASK : 0; in nvme_revalidate_disk()