/openbmc/linux/drivers/pci/pcie/ |
H A D | ptm.c | 41 u16 ptm; in pci_ptm_init() local 48 ptm = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_PTM); in pci_ptm_init() 49 if (!ptm) in pci_ptm_init() 52 dev->ptm_cap = ptm; in pci_ptm_init() 55 pci_read_config_dword(dev, ptm + PCI_PTM_CAP, &cap); in pci_ptm_init() 89 u16 ptm = dev->ptm_cap; in pci_save_ptm_state() local 93 if (!ptm) in pci_save_ptm_state() 101 pci_read_config_dword(dev, ptm + PCI_PTM_CTRL, cap); in pci_save_ptm_state() 106 u16 ptm = dev->ptm_cap; in pci_restore_ptm_state() local 110 if (!ptm) in pci_restore_ptm_state() [all …]
|
H A D | Makefile | 14 obj-$(CONFIG_PCIE_PTM) += ptm.o
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-etm3x | 1 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/enable_source 11 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_idx 18 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_acctype 29 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_range 37 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_single 45 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_start 53 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_stop 61 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/cntr_idx 67 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/cntr_event 74 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/cntr_val [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | ppc4xx_pci.c | 59 struct PCITargetMap ptm[PPC4xx_PCI_NR_PTMS]; member 149 pci->ptm[0].ms = value; in ppc4xx_pci_reg_write4() 152 pci->ptm[0].la = value; in ppc4xx_pci_reg_write4() 155 pci->ptm[1].ms = value; in ppc4xx_pci_reg_write4() 158 pci->ptm[1].la = value; in ppc4xx_pci_reg_write4() 216 value = pci->ptm[0].ms; in ppc4xx_pci_reg_read4() 219 value = pci->ptm[0].la; in ppc4xx_pci_reg_read4() 222 value = pci->ptm[1].ms; in ppc4xx_pci_reg_read4() 225 value = pci->ptm[1].la; in ppc4xx_pci_reg_read4() 249 memset(pci->ptm, 0, sizeof(pci->ptm)); in ppc4xx_pci_reset() [all …]
|
/openbmc/linux/arch/arm/boot/dts/hisilicon/ |
H A D | hip04.dtsi | 732 ptm@0,e3c7c000 { 748 ptm@0,e3c7d000 { 764 ptm@0,e3c7e000 { 780 ptm@0,e3c7f000 { 796 ptm@0,e3cbc000 { 812 ptm@0,e3cbd000 { 828 ptm@0,e3cbe000 { 844 ptm@0,e3cbf000 { 860 ptm@0,e3cfc000 { 876 ptm@0,e3cfd000 { [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 181 int ptm = 33; /* probability of tristate = m */ in conf_set_all_new_symbols() local 207 ptm = pby / 2; in conf_set_all_new_symbols() 208 pty = pby - ptm; in conf_set_all_new_symbols() 212 ptm = p[1]; in conf_set_all_new_symbols() 213 pby = pty + ptm; in conf_set_all_new_symbols() 218 ptm = p[2]; in conf_set_all_new_symbols() 222 if (pty + ptm > 100) { in conf_set_all_new_symbols() 252 else if (cnt < pty + ptm) in conf_set_all_new_symbols()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 1124 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local 1129 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols() 1153 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols() 1156 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() 1159 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols() 1163 if( pty+ptm > 100 ) { in conf_set_all_new_symbols() 1197 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
|
/openbmc/qemu/include/hw/misc/ |
H A D | sifive_u_otp.h | 76 uint32_t ptm; member
|
/openbmc/qemu/hw/misc/ |
H A D | sifive_u_otp.c | 87 return s->ptm; in sifive_u_otp_read() 141 s->ptm = val32; in sifive_u_otp_write()
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 1601 my ($ptm, $pts) = @_; 1606 sysopen($ptm, "/dev/ptmx", O_RDWR | O_NONBLOCK) or 1611 ioctl($ptm, $TIOCSPTLCK, $tmp) or 1615 ioctl($ptm, $TIOCGPTN, $tmp) or 1624 my ($ptm, $pts) = @_; 1626 close($ptm); 1643 my ($ptm) = @_; 1654 create_pty($ptm, $pts); 1660 exec_console($ptm, $pts)
|
/openbmc/linux/Documentation/trace/coresight/ |
H A D | coresight.rst | 157 replicator 20030000.tpiu 2201c000.ptm 2203c000.etm 2203e000.etm 158 20010000.etb 20040000.funnel 2201d000.ptm 2203d000.etm 351 replicator 20030000.tpiu 2201c000.ptm 2203c000.etm 2203e000.etm 352 20010000.etb 20040000.funnel 2201d000.ptm 2203d000.etm 365 root:/sys/bus/coresight/devices# echo 1 > 2201c000.ptm/enable_source 366 root:/sys/bus/coresight/devices# cat 2201c000.ptm/enable_source 381 root:/sys/bus/coresight/devices# echo 0 > 2201c000.ptm/enable_source
|
/openbmc/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-7000.dtsi | 509 ptm@f889c000 { 524 ptm@f889d000 {
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca15_a7.dts | 531 ptm@2201c000 { 547 ptm@2201d000 {
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik-db8500.c | 916 DB8500_FUNC_GROUPS(ptm, "ptma9_oc1_1", "ptma9_oc2_1"); 975 FUNCTION(ptm),
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-dbx5x0.dtsi | 181 ptm@801ae000 { 197 ptm@801af000 {
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7740.dtsi | 62 ptm {
|
H A D | r8a73a4.dtsi | 50 ptm {
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 132 6, 0, EAX, 6, ptm, Package thermal management supported
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 1447 pty_master /dev/ptm 128 0-255 pty:master
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |