Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/aspeed/
H A Daspeed-lpc-ctrl.c83 if (map.window_type != ASPEED_LPC_CTRL_WINDOW_MEMORY) in aspeed_lpc_ctrl_ioctl()
131 if (map.window_type == ASPEED_LPC_CTRL_WINDOW_FLASH) { in aspeed_lpc_ctrl_ioctl()
138 } else if (map.window_type == ASPEED_LPC_CTRL_WINDOW_MEMORY) { in aspeed_lpc_ctrl_ioctl()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Daspeed-lpc-ctrl.h46 __u8 window_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Daspeed-lpc-ctrl.h46 __u8 window_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Daspeed-lpc-ctrl.h46 __u8 window_type; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dhwa742.c110 int window_type; member
172 hwa742.window_type = ((hwa742.window_type & 0xfc) | 0x01); in set_format_regs()
177 hwa742.window_type = (hwa742.window_type & 0xfc); in set_format_regs()
185 hwa742_write_reg(HWA742_WINDOW_TYPE, hwa742.window_type); in set_format_regs()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dopal.h99 int64_t opal_pci_phb_mmio_enable(uint64_t phb_id, uint16_t window_type,
101 int64_t opal_pci_set_phb_mem_window(uint64_t phb_id, uint16_t window_type,
107 uint16_t window_type, uint16_t window_num,
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c3098 window_type, in pnv_pci_init_ioda_phb()