Lines Matching full:proxy
23 #define Q_DATA_OFFSET(proxy, queue, reg) \ argument
24 ((0x10000 * (proxy)) + (0x80 * (queue)) + ((reg) * 4))
42 * @proxy_id: Proxy ID representing the processor in SoC
56 * @data_first_reg: First data register for proxy data region
57 * @data_last_reg: Last data register for proxy data region
63 * @data_region_name: Name of the proxy data region
64 * @status_region_name: Name of the proxy status region
65 * @ctrl_region_name: Name of the proxy control region
67 * @is_sproxy: Is this an Secure Proxy instance?
94 * @proxy_id: Proxy Identifier as mapped on SoC
122 * @queue_proxy_region: Queue proxy region where queue buffers are located
331 /* In secure proxy, msg_count indicates how many we can send */ in ti_msgmgr_last_tx_done()
563 dev_err(inst->dev, "Queue ID %d, Proxy ID %d is wrong on %pOFn\n", in ti_msgmgr_of_xlate()
700 {.compatible = "ti,am654-secure-proxy", .data = &am654_desc},
762 dev_dbg(dev, "proxy region=%p, queue_state=%p\n", in ti_msgmgr_probe()
786 /* All proxies may be valid in Secure Proxy instance */ in ti_msgmgr_probe()