Home
last modified time | relevance | path

Searched refs:bios_seg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h309 void __iomem *bios_seg; member
428 #define BIOS_IN8(v) (readb(rinfo->bios_seg + (v)))
429 #define BIOS_IN16(v) (readb(rinfo->bios_seg + (v)) | \
430 (readb(rinfo->bios_seg + (v) + 1) << 8))
431 #define BIOS_IN32(v) (readb(rinfo->bios_seg + (v)) | \
432 (readb(rinfo->bios_seg + (v) + 1) << 8) | \
433 (readb(rinfo->bios_seg + (v) + 2) << 16) | \
434 (readb(rinfo->bios_seg + (v) + 3) << 24))
H A Dradeon_base.c410 if (!rinfo->bios_seg) in radeon_unmap_ROM()
412 pci_unmap_rom(dev, rinfo->bios_seg); in radeon_unmap_ROM()
442 rinfo->bios_seg = rom; in radeon_map_ROM()
504 rinfo->bios_seg = NULL; in radeon_map_ROM()
533 rinfo->bios_seg = rom_base; in radeon_find_mem_vbios()
785 if (!force_measure_pll && rinfo->bios_seg) { in radeon_get_pllinfo()
2398 if (rinfo->bios_seg == NULL) in radeonfb_pci_register()
2405 if (rinfo->bios_seg == NULL && rinfo->is_mobility) in radeonfb_pci_register()
2470 if (rinfo->bios_seg) in radeonfb_pci_register()
2486 if (rinfo->bios_seg) in radeonfb_pci_register()
H A Dradeon_monitor.c173 if (!rinfo->bios_seg) in radeon_get_panel_info_BIOS()
265 if (!rinfo->bios_seg) in radeon_parse_connector_info()
528 if (rinfo->bios_seg && in radeon_probe_screens()
567 ((rinfo->bios_seg && (INREG(BIOS_4_SCRATCH) & 4)) in radeon_probe_screens()
/openbmc/linux/drivers/scsi/
H A Dinitio.c2809 u16 bios_seg; in initio_probe_one() local
2818 bios_seg = (u16) (reg & 0xFF); in initio_probe_one()
2821 bios_seg = (bios_seg << 8) + ((u16) ((reg & 0xFF00) >> 8)); in initio_probe_one()
2837 host->bios_addr = bios_seg; in initio_probe_one()
2883 initio_init(host, phys_to_virt(((u32)bios_seg << 4))); in initio_probe_one()