Home
last modified time | relevance | path

Searched refs:window_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/soc/aspeed/
Daspeed-lpc-ctrl.c89 if (map.window_type != ASPEED_LPC_CTRL_WINDOW_MEMORY) in aspeed_lpc_ctrl_ioctl()
137 if (map.window_type == ASPEED_LPC_CTRL_WINDOW_FLASH) { in aspeed_lpc_ctrl_ioctl()
144 } else if (map.window_type == ASPEED_LPC_CTRL_WINDOW_MEMORY) { in aspeed_lpc_ctrl_ioctl()
/linux-6.6.21/include/uapi/linux/
Daspeed-lpc-ctrl.h46 __u8 window_type; member
/linux-6.6.21/drivers/video/fbdev/omap/
Dhwa742.c118 int window_type; member
180 hwa742.window_type = ((hwa742.window_type & 0xfc) | 0x01); in set_format_regs()
185 hwa742.window_type = (hwa742.window_type & 0xfc); in set_format_regs()
193 hwa742_write_reg(HWA742_WINDOW_TYPE, hwa742.window_type); in set_format_regs()
/linux-6.6.21/arch/powerpc/include/asm/
Dopal.h96 int64_t opal_pci_phb_mmio_enable(uint64_t phb_id, uint16_t window_type,
98 int64_t opal_pci_set_phb_mem_window(uint64_t phb_id, uint16_t window_type,
104 uint16_t window_type, uint16_t window_num,
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dpci-ioda.c2724 window_type, in pnv_pci_init_ioda_phb()