/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufshcd-pci.c | 76 u32 ltr; in intel_ltr_set() local 85 ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set() 88 ltr &= ~INTEL_LTR_REQ; in intel_ltr_set() 90 ltr |= INTEL_LTR_REQ; in intel_ltr_set() 91 ltr &= ~INTEL_LTR_SCALE_MASK; in intel_ltr_set() 92 ltr &= ~INTEL_LTR_VALUE_MASK; in intel_ltr_set() 98 ltr |= INTEL_LTR_SCALE_32US | val; in intel_ltr_set() 100 ltr |= INTEL_LTR_SCALE_1US | val; in intel_ltr_set() 104 if (ltr == host->active_ltr) in intel_ltr_set() 107 writel(ltr, hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | rbtree_latch.h | 76 __lt_insert(struct latch_tree_node *ltn, struct latch_tree_root *ltr, int idx, in __lt_insert() argument 79 struct rb_root *root = <r->tree[idx]; in __lt_insert() 100 __lt_erase(struct latch_tree_node *ltn, struct latch_tree_root *ltr, int idx) in __lt_erase() argument 102 rb_erase(<n->node[idx], <r->tree[idx]); in __lt_erase() 106 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find() argument 109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | intel-lpss.c | 164 u32 ltr; in intel_lpss_ltr_set() local 171 ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_ltr_set() 174 ltr &= ~LPSS_PRIV_LTR_REQ; in intel_lpss_ltr_set() 176 ltr |= LPSS_PRIV_LTR_REQ; in intel_lpss_ltr_set() 177 ltr &= ~LPSS_PRIV_LTR_SCALE_MASK; in intel_lpss_ltr_set() 178 ltr &= ~LPSS_PRIV_LTR_VALUE_MASK; in intel_lpss_ltr_set() 181 ltr |= LPSS_PRIV_LTR_SCALE_32US | val >> 5; in intel_lpss_ltr_set() 183 ltr |= LPSS_PRIV_LTR_SCALE_1US | val; in intel_lpss_ltr_set() 186 if (ltr == lpss->active_ltr) in intel_lpss_ltr_set() 189 writel(ltr, lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_ltr_set() [all …]
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | nhi_ops.c | 113 u32 max_ltr, ltr; in icl_nhi_set_ltr() local 118 ltr = max_ltr << 16 | max_ltr; in icl_nhi_set_ltr() 119 pci_write_config_dword(nhi->pdev, VS_CAP_15, ltr); in icl_nhi_set_ltr()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sdhci-pci-core.c | 817 u32 ltr; in intel_ltr_set() local 826 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set() 829 ltr &= ~INTEL_LTR_REQ; in intel_ltr_set() 831 ltr |= INTEL_LTR_REQ; in intel_ltr_set() 832 ltr &= ~INTEL_LTR_SCALE_MASK; in intel_ltr_set() 833 ltr &= ~INTEL_LTR_VALUE_MASK; in intel_ltr_set() 839 ltr |= INTEL_LTR_SCALE_32US | val; in intel_ltr_set() 841 ltr |= INTEL_LTR_SCALE_1US | val; in intel_ltr_set() 845 if (ltr == intel_host->active_ltr) in intel_ltr_set() 848 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set() [all …]
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
D | pmjump.S | 61 ltr %di
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-platform-dfl-port | 42 What: /sys/bus/platform/devices/dfl-port.0/ltr 47 Set ltr to 1 if the AFU can tolerate latency >= 40us or set it
|
D | sysfs-platform-dfl-fme | 244 Reporting (ltr) value. It returns 1 if all Accelerated
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | dfl-afu-main.c | 171 bool ltr; in ltr_store() local 174 if (kstrtobool(buf, <r)) in ltr_store() 182 v |= FIELD_PREP(PORT_CTRL_LATENCY, ltr ? 1 : 0); in ltr_store() 188 static DEVICE_ATTR_RW(ltr);
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 924 struct hfi_ltr_mode *in = pdata, *ltr = prop_data; in pkt_session_set_property_1x() local 936 ltr->ltr_mode = in->ltr_mode; in pkt_session_set_property_1x() 937 ltr->ltr_count = in->ltr_count; in pkt_session_set_property_1x() 938 ltr->trust_mode = in->trust_mode; in pkt_session_set_property_1x() 939 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*ltr); in pkt_session_set_property_1x()
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
D | head.S | 178 ltr %r2,%r2 # got anything ? 219 ltr %r2,%r2
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | pci.c | 1504 int ltr; in pci_save_ltr_state() local 1511 ltr = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_LTR); in pci_save_ltr_state() 1512 if (!ltr) in pci_save_ltr_state() 1522 pci_read_config_word(dev, ltr + PCI_LTR_MAX_SNOOP_LAT, cap++); in pci_save_ltr_state() 1523 pci_read_config_word(dev, ltr + PCI_LTR_MAX_NOSNOOP_LAT, cap++); in pci_save_ltr_state() 1529 int ltr; in pci_restore_ltr_state() local 1533 ltr = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_LTR); in pci_restore_ltr_state() 1534 if (!save_state || !ltr) in pci_restore_ltr_state() 1538 pci_write_config_word(dev, ltr + PCI_LTR_MAX_SNOOP_LAT, *cap++); in pci_restore_ltr_state() 1539 pci_write_config_word(dev, ltr + PCI_LTR_MAX_NOSNOOP_LAT, *cap++); in pci_restore_ltr_state()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
D | head_64.S | 239 ltr %ax
|
/kernel/linux/linux-5.10/arch/s390/tools/ |
D | opcodes.txt | 25 12 ltr RR_RR
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | ftrace.rst | 1354 # ls -ltr 1553 # ls -ltr 1705 # ls -ltr
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | emulate.c | 4485 II(Prot | Priv | SrcMem16, em_ltr, ltr),
|