Lines Matching refs:lba_regs
61 volatile u8 __iomem *lba_regs; member
212 hp->lba_regs = ioremap(hpa, 256); in hp_zx1_lba_init()
213 if (!hp->lba_regs) in hp_zx1_lba_init()
216 hp->lba_cap_offset = hp_zx1_lba_find_capability(hp->lba_regs, PCI_CAP_ID_AGP); in hp_zx1_lba_init()
218 cap = readl(hp->lba_regs+hp->lba_cap_offset) & 0xff; in hp_zx1_lba_init()
222 iounmap(hp->lba_regs); in hp_zx1_lba_init()
247 agp_bridge->mode = readl(hp->lba_regs+hp->lba_cap_offset+PCI_AGP_STATUS); in hp_zx1_configure()
277 if (hp->lba_regs) in hp_zx1_cleanup()
278 iounmap(hp->lba_regs); in hp_zx1_cleanup()
411 command = readl(hp->lba_regs+hp->lba_cap_offset+PCI_AGP_STATUS); in hp_zx1_enable()
415 writel(command, hp->lba_regs+hp->lba_cap_offset+PCI_AGP_COMMAND); in hp_zx1_enable()