Searched refs:TGT (Results 1 – 5 of 5) sorted by relevance
/linux/arch/sparc/kernel/ |
A D | leon_pci_grpci1.c | 80 #define TGT 256 macro 127 } else if (bus == TGT) { in grpci1_cfg_r32() 145 grpci1_cfg_w32(priv, TGT, 0, PCI_COMMAND, tmp); in grpci1_cfg_r32() 190 } else if (bus == TGT) { in grpci1_cfg_w32() 446 grpci1_cfg_w32(priv, TGT, 0, PCI_BASE_ADDRESS_0, pciadr); in grpci1_hw_init() 459 grpci1_cfg_w8(priv, TGT, 0, PCI_CACHE_LINE_SIZE, 0xff); in grpci1_hw_init() 460 grpci1_cfg_w8(priv, TGT, 0, PCI_LATENCY_TIMER, 0x40); in grpci1_hw_init() 463 grpci1_cfg_r32(priv, TGT, 0, PCI_COMMAND, &data); in grpci1_hw_init() 465 grpci1_cfg_w32(priv, TGT, 0, PCI_COMMAND, data); in grpci1_hw_init() 481 grpci1_cfg_r16(priv, TGT, 0, PCI_STATUS, &status); in grpci1_err_interrupt() [all …]
|
A D | leon_pci_grpci2.c | 191 #define TGT 256 macro 246 } else if (bus == TGT) { in grpci2_cfg_r32() 316 } else if (bus == TGT) { in grpci2_cfg_w32() 593 grpci2_cfg_r32(priv, TGT, 0, PCI_VENDOR_ID, &priv->pciid); in grpci2_hw_init() 596 grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr); in grpci2_hw_init() 599 grpci2_cfg_r32(priv, TGT, 0, capptr+CAP9_IOMAP_OFS, &io_map); in grpci2_hw_init() 601 grpci2_cfg_w32(priv, TGT, 0, capptr+CAP9_IOMAP_OFS, io_map); in grpci2_hw_init() 632 grpci2_cfg_w32(priv, TGT, 0, capptr+CAP9_BARSIZE_OFS+i*4, in grpci2_hw_init() 634 grpci2_cfg_w32(priv, TGT, 0, PCI_BASE_ADDRESS_0+i*4, pciadr); in grpci2_hw_init() 641 grpci2_cfg_r32(priv, TGT, 0, PCI_COMMAND, &data); in grpci2_hw_init() [all …]
|
/linux/tools/include/linux/ |
A D | filter.h | 323 #define BPF_CALL_REL(TGT) \ argument 329 .imm = TGT })
|
/linux/Documentation/security/keys/ |
A D | request-key.rst | 104 Kerberos TGT key). It just requests the appropriate key, and the keyring 113 Kerberos server using the TGT) and then instantiates key U.
|
/linux/include/linux/ |
A D | filter.h | 355 #define BPF_CALL_REL(TGT) \ argument 361 .imm = TGT })
|
Completed in 14 milliseconds