Searched refs:ptm (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/pci/pcie/ |
| H A D | ptm.c | 43 u16 ptm; in pci_ptm_init() local 50 ptm = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_PTM); in pci_ptm_init() 51 if (!ptm) in pci_ptm_init() 54 dev->ptm_cap = ptm; in pci_ptm_init() 57 pci_read_config_dword(dev, ptm + PCI_PTM_CAP, &cap); in pci_ptm_init() 96 u16 ptm = dev->ptm_cap; in pci_save_ptm_state() local 100 if (!ptm) in pci_save_ptm_state() 108 pci_read_config_dword(dev, ptm + PCI_PTM_CTRL, cap); in pci_save_ptm_state() 113 u16 ptm = dev->ptm_cap; in pci_restore_ptm_state() local 117 if (!ptm) in pci_restore_ptm_state() [all …]
|
| /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 …]
|
| /linux/scripts/kconfig/ |
| H A D | conf.c | 185 int ptm = 33; /* probability of tristate = m */ in conf_set_all_new_symbols() local 210 ptm = pby / 2; in conf_set_all_new_symbols() 211 pty = pby - ptm; in conf_set_all_new_symbols() 215 ptm = p[1]; in conf_set_all_new_symbols() 216 pby = pty + ptm; in conf_set_all_new_symbols() 221 ptm = p[2]; in conf_set_all_new_symbols() 225 if (pty + ptm > 100) { in conf_set_all_new_symbols() 263 else if (cnt < pty + ptm) in conf_set_all_new_symbols()
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 1642 my ($ptm, $pts) = @_; 1647 sysopen($ptm, "/dev/ptmx", O_RDWR | O_NONBLOCK) or 1652 ioctl($ptm, $TIOCSPTLCK, $tmp) or 1656 ioctl($ptm, $TIOCGPTN, $tmp) or 1665 my ($ptm, $pts) = @_; 1667 close($ptm); 1684 my ($ptm) = @_; 1695 create_pty($ptm, $pts); 1701 exec_console($ptm, $pts)
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca15_a7.dts | 531 ptm@2201c000 { 547 ptm@2201d000 {
|
| /linux/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-7000.dtsi | 536 ptm@f889c000 { 551 ptm@f889d000 {
|
| /linux/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik-db8500.c | 917 DB8500_FUNC_GROUPS(ptm, "ptma9_oc1_1", "ptma9_oc2_1"); 976 FUNCTION(ptm),
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-dbx5x0.dtsi | 181 ptm@801ae000 { 197 ptm@801af000 {
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | r8a7740.dtsi | 62 ptm {
|
| /linux/ |
| H A D | MAINTAINERS | 20397 F: Documentation/ABI/testing/debugfs-pcie-ptm
|