| /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/Documentation/scsi/ |
| H A D | hptiop.rst | 110 All queued requests are handled via inbound/outbound queue port. 115 - Get a free request packet by reading the inbound queue port or 118 The value returned from the inbound queue port is an offset 125 - Post the packet to IOP by writing it to inbound queue. For requests 126 allocated in IOP memory, write the offset to inbound queue port. For 128 to the inbound queue port. 147 Non-queued requests (reset/flush etc) can be sent via inbound message 149 of an inbound message. 155 All queued requests are handled via inbound/outbound list. 165 Fill a free inbound list unit with the physical address and the size of [all …]
|
| /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/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/kernel/drivers/soc/qcom/ |
| H A D | smp2p.c | 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() 519 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe() 545 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe() 568 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | vmbus_drv.c | 424 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() local 430 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_intr_mask_show() 434 return sprintf(buf, "%d\n", inbound.current_interrupt_mask); in in_intr_mask_show() 442 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() local 448 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show() 452 return sprintf(buf, "%d\n", inbound.current_read_index); in in_read_index_show() 460 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() local 466 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show() 470 return sprintf(buf, "%d\n", inbound.current_write_index); in in_write_index_show() 479 struct hv_ring_buffer_debug_info inbound; in in_read_bytes_avail_show() local [all …]
|
| H A D | ring_buffer.c | 187 mutex_init(&channel->inbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 405 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_first() 430 struct hv_ring_buffer_info *rbi = &channel->inbound; in __hv_pkt_iter_next() 478 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_close()
|
| H A D | connection.c | 351 if (likely(hv_end_read(&channel->inbound) == 0)) in vmbus_on_event() 354 hv_begin_read(&channel->inbound); in vmbus_on_event()
|
| /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.
|
| H A D | brcm,iproc-pcie.txt | 30 - dma-ranges: Some PAXB-based root complexes do not have inbound mapping done 32 the mapping, based on inbound memory regions specified by this property.
|
| H A D | xgene-pci.txt | 15 - dma-ranges: ranges for the inbound memory regions.
|
| /OK3568_Linux_fs/kernel/drivers/uio/ |
| H A D | uio_hv_generic.c | 84 dev->channel->inbound.ring_buffer->interrupt_mask = !irq_state; in hv_uio_irqcontrol() 99 chan->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_channel_cb() 168 new_sc->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_new_channel() 213 dev->channel->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_async.c | 107 int len, int inbound); 952 int len, int inbound) in async_lcp_peek() argument 968 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek() 977 if (!inbound) { in async_lcp_peek() 988 } else if (inbound) in async_lcp_peek() 999 if (inbound) in async_lcp_peek() 1006 if (inbound) in async_lcp_peek()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rpmsg | 23 inbound messages arrive to this address, the rpmsg core 41 inbound messages arrive to this address, the rpmsg core 49 and it is listening for inbound messages that may be sent
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | mcpm_entry.c | 92 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 93 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 437 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A D | tsi721.rst | 9 It supports maintenance read and write operations, inbound and outbound RapidIO 10 doorbells, inbound maintenance port-writes and RapidIO messaging. 17 For inbound messages this driver uses destination ID matching to forward messages
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 300 int enabled, r, inbound = 0; in fsl_pci_init() local 403 inbound = fsl_pci_setup_inbound_windows(hose, in fsl_pci_init() 408 inbound = fsl_pci_setup_inbound_windows(hose, out_lo, pcie_cap, pi); in fsl_pci_init() 560 if (inbound) { in fsl_pci_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | mcpm.h | 294 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/ |
| H A D | Kconfig | 22 Soft IP. It has up to 8 outbound and inbound windows
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 42 link layers, reception of inbound requests to such 44 to inbound requests
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | secid.rst | 19 If this is an inbound flow, the label is derived from the IPSec security
|
| H A D | xfrm_proc.rst | 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tsi148.h | 81 INBOUND inbound[8]; /* 0x100 */ member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.srio-pcie-boot-corenet | 64 e) Master will set inbound SRIO or PCIE windows covered slave's U-Boot 66 f) Master will set an inbound SRIO or PCIE window covered slave's UCode
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | ulpevent.h | 79 __u16 inbound,
|