Lines Matching refs:lba_regs
58 volatile u8 __iomem *lba_regs; member
209 hp->lba_regs = ioremap(hpa, 256); in hp_zx1_lba_init()
210 if (!hp->lba_regs) in hp_zx1_lba_init()
213 hp->lba_cap_offset = hp_zx1_lba_find_capability(hp->lba_regs, PCI_CAP_ID_AGP); in hp_zx1_lba_init()
215 cap = readl(hp->lba_regs+hp->lba_cap_offset) & 0xff; in hp_zx1_lba_init()
219 iounmap(hp->lba_regs); in hp_zx1_lba_init()
244 agp_bridge->mode = readl(hp->lba_regs+hp->lba_cap_offset+PCI_AGP_STATUS); in hp_zx1_configure()
274 if (hp->lba_regs) in hp_zx1_cleanup()
275 iounmap(hp->lba_regs); in hp_zx1_cleanup()
408 command = readl(hp->lba_regs+hp->lba_cap_offset+PCI_AGP_STATUS); in hp_zx1_enable()
412 writel(command, hp->lba_regs+hp->lba_cap_offset+PCI_AGP_COMMAND); in hp_zx1_enable()