Searched refs:lisn (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/ |
| H A D | spapr.c | 162 unsigned long lisn, in plpar_int_get_source_info() argument 172 rc = plpar_hcall(H_INT_GET_SOURCE_INFO, retbuf, flags, lisn); in plpar_int_get_source_info() 176 pr_err("H_INT_GET_SOURCE_INFO lisn=%ld failed %ld\n", lisn, rc); in plpar_int_get_source_info() 195 unsigned long lisn, in plpar_int_set_source_config() argument 204 flags, lisn, target, prio, sw_irq); in plpar_int_set_source_config() 208 rc = plpar_hcall_norets(H_INT_SET_SOURCE_CONFIG, flags, lisn, in plpar_int_set_source_config() 214 lisn, target, prio, rc); in plpar_int_set_source_config() 222 unsigned long lisn, in plpar_int_get_source_config() argument 230 pr_devel("H_INT_GET_SOURCE_CONFIG flags=%lx lisn=%lx\n", flags, lisn); in plpar_int_get_source_config() 233 rc = plpar_hcall(H_INT_GET_SOURCE_CONFIG, retbuf, flags, lisn, in plpar_int_get_source_config() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0005_let_dma_memory_rw_function_take_MemTxAttrs_argument.patch | 35 mmio_addr = xive->vc_base + xive_source_esb_mgmt(xsrc, lisn) + offset;
|