| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hptiop.rst | 23 0x10 Inbound Message Register 0 24 0x14 Inbound Message Register 1 27 0x20 Inbound Doorbell Register 28 0x24 Inbound Interrupt Status Register 29 0x28 Inbound Interrupt Mask Register 32 0x40 Inbound Queue Port 41 0x10 Inbound Message Register 0 42 0x14 Inbound Message Register 1 45 0x20 Inbound Doorbell Register 46 0x24 Inbound Interrupt Status Register [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_rmu.c | 242 * fsl_rio_rx_handler - MPC85xx inbound message interrupt handler 246 * Handles inbound message interrupts. Executes a registered inbound 259 pr_info("RIO: inbound message reception error\n"); in fsl_rio_rx_handler() 585 pr_err("MPC85xx RIO: unable to request inbound doorbell irq"); in fsl_rio_port_write_init() 828 /* Disable inbound message unit */ in fsl_close_outb_mbox() 841 * fsl_open_inb_mbox - Initialize MPC85xx inbound mailbox 842 * @mport: Master port implementing the inbound message unit 845 * @entries: Number of entries in the inbound mailbox ring 847 * Initializes buffer ring, request the inbound message interrupt, 848 * and enables the inbound message unit. Returns %0 on success [all …]
|
| H A D | fsl_pci.h | 48 /* PCI/PCI Express inbound window reg */ 50 __be32 pitar; /* 0x.0 - Inbound translation address register */ 52 __be32 piwbar; /* 0x.8 - Inbound window base address register */ 53 __be32 piwbear; /* 0x.c - Inbound window base extended address register */ 54 __be32 piwar; /* 0x.10 - Inbound window attributes register */ 83 struct pci_inbound_window_regs pmit; /* 0xd00 - 0xd9c Inbound MSI */ 85 /* PCI/PCI Express inbound window 3-0 86 * inbound window 1 supports only a 32-bit base address and does not 87 * define an inbound window base extended address register.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | cluster-pm-race-avoidance.rst | 90 state value into two parts (the "cluster" state and "inbound" state) and 222 as seen by a CPU tearing the cluster down. The "inbound side" is the 237 "inbound" state: The state of the cluster on the inbound side. 266 Transitions ===##> can only be made by the inbound CPU, and only 267 involve changes to the "inbound" state, except where there is no 280 The parallelism of the inbound and outbound CPUs is observed by 296 <cluster state>/<inbound state> (<transitioner>) 299 can occur; either the inbound or the outbound side. 304 CLUSTER_DOWN/INBOUND_COMING_UP (inbound) 317 In this state, an inbound CPU sets up the cluster, including [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_pci.h | 90 pit_t pmit; /* 0xd00 - 0xd9c Inbound ATMU's MSI */ 92 pit_t pit[4]; /* 0xd80 - 0xdff Inbound ATMU's 3, 2, 1 and 0 */ 128 u32 pitar3; /* 0xda0 - PCI Inbound Translation Address Register 3 */ 130 u32 piwbar3; /* 0xda8 - PCI Inbound Window Base Address Register 3 */ 131 u32 piwbear3; /* 0xdac - PCI Inbound Window Base Extended Address Register 3 */ 132 u32 piwar3; /* 0xdb0 - PCI Inbound Window Attributes Register 3 */ 134 u32 pitar2; /* 0xdc0 - PCI Inbound Translation Address Register 2 */ 136 u32 piwbar2; /* 0xdc8 - PCI Inbound Window Base Address Register 2 */ 137 u32 piwbear2; /* 0xdcc - PCI Inbound Window Base Extended Address Register 2 */ 138 u32 piwar2; /* 0xdd0 - PCI Inbound Window Attributes Register 2 */ [all …]
|
| H A D | immap_86xx.h | 170 uint pitar3; /* 0x8da0 - PEX Inbound Translation Address Register 3 */ 172 uint piwbar3; /* 0x8da8 - PEX Inbound Window Base Address Register 3 */ 173 uint piwbear3; /* 0x8dac - PEX Inbound Window Base Extended Address Register 3 */ 174 uint piwar3; /* 0x8db0 - PEX Inbound Window Attributes Register 3 */ 176 uint pitar2; /* 0x8dc0 - PEX Inbound Translation Address Register 2 */ 178 uint piwbar2; /* 0x8dc8 - PEX Inbound Window Base Address Register 2 */ 179 uint piwbear2; /* 0x8dcc - PEX Inbound Window Base Extended Address Register 2 */ 180 uint piwar2; /* 0x8dd0 - PEX Inbound Window Attributes Register 2 */ 182 uint pitar1; /* 0x8de0 - PEX Inbound Translation Address Register 1 */ 184 uint piwbar1; /* 0x8de8 - PEX Inbound Window Base Address Register 1 */ [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tsi148.c | 85 __raw_writel(htonl(0x00000000), &dev->uregs->inbound[j].itat); in tsi148_init() 269 if (0x00000000 == readl(&dev->uregs->inbound[i].itat)) in tsi148_vme_slave_window() 281 __raw_writel(htonl(vmeAddr), &dev->uregs->inbound[i].itsal); in tsi148_vme_slave_window() 282 __raw_writel(0x00000000, &dev->uregs->inbound[i].itsau); in tsi148_vme_slave_window() 283 __raw_writel(htonl(vmeAddr + size), &dev->uregs->inbound[i].iteal); in tsi148_vme_slave_window() 284 __raw_writel(0x00000000, &dev->uregs->inbound[i].iteau); in tsi148_vme_slave_window() 285 __raw_writel(htonl(pciAddr - vmeAddr), &dev->uregs->inbound[i].itofl); in tsi148_vme_slave_window() 287 __raw_writel(0xffffffff, &dev->uregs->inbound[i].itofu); in tsi148_vme_slave_window() 289 __raw_writel(0x00000000, &dev->uregs->inbound[i].itofu); in tsi148_vme_slave_window() 293 __raw_writel(htonl(ctl), &dev->uregs->inbound[i].itat); in tsi148_vme_slave_window() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A D | tsi721.c | 247 * tsi721_pw_handler - Tsi721 inbound port-write interrupt handler 250 * Handles inbound port-write interrupts. Copies PW message from an internal 361 * Handles inbound doorbell interrupts. Copies doorbell entry from an internal 397 * Process queued inbound doorbells in tsi721_db_dpc() 478 /* Service Inbound Doorbell interrupt */ in tsi721_irqhandler() 501 if (dev_ch_int & TSI721_INT_IMSG_CHAN_M) { /* Inbound Msg */ in tsi721_irqhandler() 508 * Process Inbound Message interrupt for each MBOX in tsi721_irqhandler() 622 * tsi721_imsg_msix - MSI-X interrupt handler for inbound messaging 626 * Handles inbound messaging interrupts signaled using MSI-X. 664 * NOTE: At this moment services only one SR2PC channel associated with inbound [all …]
|
| H A D | tsi721.h | 20 DBG_IBW = BIT(6), /* inbound window */ 68 #define IDB_QUEUE 0 /* Inbound Doorbell Queue to use */ 69 #define IDB_QSIZE 512 /* Inbound Doorbell Queue size */ 141 * Inbound Doorbells 400 * Inbound Messaging Engine Registers 552 * Inbound Messaging Descriptor 634 DTYPE6 = 6 /* Inbound Messaging Descriptor */ 731 /* VA/PA of Inbound message descriptors */ 734 /* Inbound Queue buffer pointers */ 882 /* Inbound Port-Write */ [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tsi148.h | 20 typedef struct _INBOUND INBOUND; typedef 35 unsigned int itsau; /* 0x000 inbound start upper */ 37 unsigned int iteau; /* 0x008 inbound end upper */ 38 unsigned int iteal; /* 0x00c inbound end lower */ 39 unsigned int itofu; /* 0x010 inbound translation upper */ 40 unsigned int itofl; /* 0x014 inbound translation lower */ 41 unsigned int itat; /* 0x018 inbound translation attr */ 81 INBOUND inbound[8]; /* 0x100 */ member
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | smp2p.c | 36 * inbound entry. 83 * @domain: irq_domain for inbound entries 114 * @in: pointer to the inbound smem item 116 * @valid_entries: already scanned inbound entries 117 * @local_pid: processor id of the inbound edge 124 * @inbound: list of inbound entries 147 struct list_head inbound; member 202 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr() 213 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr() 457 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,smp2p.txt | 38 Definition: two identifiers of the inbound and outbound smem items used 52 Each SMP2P pair contain a set of inbound and outbound entries, these are 59 Definition: specifies the name of this entry, for inbound entries this 67 Definition: marks the entry as inbound; the node should be specified 85 inbound and one outbound entry:
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 43 /* Setup one inbound ATMU window. 95 /* we have no space available for inbound memory mapping */ in fsl_pci_setup_inbound_windows() 97 printf ("no space for inbound mapping of memory\n"); in fsl_pci_setup_inbound_windows() 109 * we can overlap inbound/outbound windows on PCI-E since RX & TX in fsl_pci_setup_inbound_windows() 192 "inbound windows -- %lld remaining\n", sz); in fsl_pci_setup_inbound_windows() 203 /* configure inbound window for slave's u-boot image */ in fsl_pcie_boot_master() 204 debug("PCIEBOOT - MASTER: Inbound window for slave's image; " in fsl_pcie_boot_master() 221 /* configure inbound window for slave's u-boot image */ in fsl_pcie_boot_master() 222 debug("PCIEBOOT - MASTER: Inbound window for slave's image; " in fsl_pcie_boot_master() 236 /* configure inbound window for slave's ucode and ENV */ in fsl_pcie_boot_master() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | xfrm_proc.rst | 19 Inbound errors 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 58 e.g. Inbound SAs are correct but SP rule is wrong 62 e.g. Inbound SAs are correct but no SP is found
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | fsl_raid.h | 145 __be32 inbring_base_h; /* Inbound Ring Base Address Register - High */ 146 __be32 inbring_base_l; /* Inbound Ring Base Address Register - Low */ 147 __be32 inbring_size; /* Inbound Ring Size Register */ 149 __be32 inbring_slot_avail; /* Inbound Ring Slot Available Register */ 151 __be32 inbring_add_job; /* Inbound Ring Add Job Register */ 153 __be32 inbring_cnsmr_indx; /* Inbound Ring Consumer Index Register */ 281 /* hw descriptor ring for inbound queue*/
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | qdio_debug.c | 200 "Inbound tasklet runs", 201 "Inbound tasklet resched", 202 "Inbound tasklet resched2", 207 "Inbound calls", 208 "Inbound handler", 209 "Inbound stop_polling", 210 "Inbound queue full",
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-iproc.h | 38 * iProc PCIe inbound mapping 39 * @nr_regions: total number of supported inbound mapping regions 72 * @need_ib_cfg: indicates SW needs to configure the inbound mapping window 73 * @ib: inbound mapping related parameters
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rio_drv.h | 324 * rio_add_inb_buffer - Add buffer to an inbound mailbox queue 325 * @mport: Master port containing the inbound mailbox 326 * @mbox: The inbound mailbox number 329 * Adds a buffer to an inbound mailbox queue for reception. Returns 339 * rio_get_inb_message - Get A RIO message from an inbound mailbox queue 340 * @mport: Master port containing the inbound mailbox 341 * @mbox: The inbound mailbox number 343 * Get a RIO message from an inbound mailbox queue. Returns 0 on success.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ppp_defs.h | 111 __u32 vjs_uncompressedin; /* inbound uncompressed packets */ 112 __u32 vjs_compressedin; /* inbound compressed packets */ 113 __u32 vjs_errorin; /* inbound unknown type packets */ 114 __u32 vjs_tossed; /* inbound packets tossed because of error */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ppp_defs.h | 111 __u32 vjs_uncompressedin; /* inbound uncompressed packets */ 112 __u32 vjs_compressedin; /* inbound compressed packets */ 113 __u32 vjs_errorin; /* inbound unknown type packets */ 114 __u32 vjs_tossed; /* inbound packets tossed because of error */
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | mcpm_entry.c | 77 * false: the critical section was not entered because an inbound CPU was 87 /* Warn inbound CPUs that the cluster is being torn down: */ in __mcpm_outbound_enter_critical() 91 /* Back out if the inbound cluster is already in the critical region: */ in __mcpm_outbound_enter_critical() 92 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 93 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 179 * for an outbound CPU to call power_down() after its inbound counterpart 437 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 25 - ppio-wins : number of requested ppio inbound windows 26 default 1 inbound memory window is configured.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/ |
| H A D | pci.c | 232 /* Align the inbound bar with the base of memory */ in iop3xx_atu_setup() 258 /* Enable inbound and outbound cycles in iop3xx_atu_setup() 331 DBG("PCI: Inbound memory window 0: PCI 0x%08x%08x 0x%08x -> 0x%08x\n", in iop3xx_atu_debug() 333 DBG("PCI: Inbound memory window 1: PCI 0x%08x%08x 0x%08x\n", in iop3xx_atu_debug() 335 DBG("PCI: Inbound memory window 2: PCI 0x%08x%08x 0x%08x -> 0x%08x\n", in iop3xx_atu_debug() 337 DBG("PCI: Inbound memory window 3: PCI 0x%08x%08x 0x%08x -> 0x%08x\n", in iop3xx_atu_debug()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A D | rio.c | 222 * rio_request_inb_mbox - request inbound mailbox service 226 * @entries: Number of entries in inbound mailbox queue 227 * @minb: Callback to execute when inbound message is received 229 * Requests ownership of an inbound mailbox resource and binds 259 /* Hook the inbound message callback */ in rio_request_inb_mbox() 278 * rio_release_inb_mbox - release inbound mailbox message service 282 * Releases ownership of an inbound mailbox resource. Returns 0 343 /* Hook the inbound message callback */ in rio_request_outb_mbox() 366 * Releases ownership of an inbound mailbox resource. Returns 0 391 * rio_setup_inb_dbell - bind inbound doorbell callback [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ppp_defs.h | 111 __u32 vjs_uncompressedin; /* inbound uncompressed packets */ 112 __u32 vjs_compressedin; /* inbound compressed packets */ 113 __u32 vjs_errorin; /* inbound unknown type packets */ 114 __u32 vjs_tossed; /* inbound packets tossed because of error */
|