Searched refs:window_id (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-sriov.c | 288 int window_id; in pnv_pci_vf_release_m64() local 293 for_each_set_bit(window_id, iov->used_m64_bar_mask, MAX_M64_BARS) { in pnv_pci_vf_release_m64() 296 window_id, in pnv_pci_vf_release_m64() 299 clear_bit(window_id, &phb->ioda.m64_bar_alloc); in pnv_pci_vf_release_m64() 312 int window_id, in pnv_ioda_map_m64_segmented() argument 320 window_id, in pnv_ioda_map_m64_segmented() 329 window_id, in pnv_ioda_map_m64_segmented() 333 pr_err("Failed to map M64 window #%d: %lld\n", window_id, rc); in pnv_ioda_map_m64_segmented() 340 int window_id, in pnv_ioda_map_m64_single() argument 366 window_id, in pnv_ioda_map_m64_single() [all …]
|
H A D | pci-ioda.c | 1318 uint16_t window_id = (pe->pe_number << 1 ) + 1; in pnv_pci_ioda2_set_bypass() local 1328 window_id, in pnv_pci_ioda2_set_bypass() 1334 window_id, in pnv_pci_ioda2_set_bypass()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_lpc.c | 39 .window_id = 0, /* There's only one */ in __init_lpc_dev() 105 .window_id = 0, /* Theres only one */ in point_to_flash() 154 .window_id = 0, /* There's only one */ in point_to_memory()
|
/openbmc/hiomapd/ |
H A D | lpc.c | 39 .window_id = 0, /* There's only one */ in __lpc_dev_init() 105 .window_id = 0, /* Theres only one */ in lpc_map_flash() 155 .window_id = 0, /* There's only one */ in lpc_map_memory()
|
/openbmc/linux/include/uapi/linux/ |
H A D | aspeed-lpc-ctrl.h | 47 __u8 window_id; member
|
/openbmc/qemu/ui/ |
H A D | console-priv.h | 28 int window_id; member
|
H A D | console.c | 202 return con->window_id; in qemu_console_get_window_id() 205 void qemu_console_set_window_id(QemuConsole *con, int window_id) in qemu_console_set_window_id() argument 207 con->window_id = window_id; in qemu_console_set_window_id() 416 c->window_id = -1; in qemu_console_init()
|
H A D | sdl2.c | 67 static struct sdl2_console *get_scon_from_window(uint32_t window_id) in get_scon_from_window() argument 71 if (sdl2_console[i].real_window == SDL_GetWindowFromID(window_id)) { in get_scon_from_window()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_aspeed.cpp | 84 .window_id = 0, in mapWindow()
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-lpc-ctrl.c | 93 if (map.window_id != 0) in aspeed_lpc_ctrl_ioctl()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 412 void qemu_console_set_window_id(QemuConsole *con, int window_id);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | opal.h | 133 int64_t opal_pci_map_pe_dma_window(uint64_t phb_id, uint16_t pe_number, uint16_t window_id,
|
/openbmc/libmctp/ |
H A D | astlpc.c | 1370 .window_id = 0, /* There's only one */ in mctp_astlpc_init_fileio_lpc()
|