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