Searched refs:ioregs (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ast/ |
| H A D | ast_drv.c | 121 void *data = (void __force *)ioregs; in ast_enable_mmio() 277 void __iomem *ioregs; in ast_pci_probe() local 306 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe() 316 if (IS_ERR(ioregs)) in ast_pci_probe() 317 return PTR_ERR(ioregs); in ast_pci_probe() 328 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe() 333 if (!ast_is_vga_enabled(ioregs)) { in ast_pci_probe() 343 ast_enable_vga(ioregs); in ast_pci_probe() 345 ast_open_key(ioregs); in ast_pci_probe() 398 ast_enable_vga(ast->ioregs); in ast_drm_thaw() [all …]
|
| H A D | ast_drv.h | 173 void __iomem *ioregs; member 232 void __iomem *ioregs, 313 return __ast_read8(ast->ioregs, reg); in ast_io_read8() 318 __ast_write8(ast->ioregs, reg, val); in ast_io_write8() 323 return __ast_read8_i(ast->ioregs, base, index); in ast_get_index_reg() 329 return __ast_read8_i_masked(ast->ioregs, base, index, preserve_mask); in ast_get_index_reg_mask() 334 __ast_write8_i(ast->ioregs, base, index, val); in ast_set_index_reg() 340 __ast_write8_i_masked(ast->ioregs, base, index, preserve_mask, val); in ast_set_index_reg_mask()
|
| H A D | ast_main.c | 338 void __iomem *ioregs, in ast_device_create() argument 353 ast->ioregs = ioregs; in ast_device_create()
|
| /linux-6.15/arch/microblaze/boot/dts/ |
| H A D | system.dts | 132 xlnx,include-negedge-ioregs = <0x0>;
|