Lines Matching refs:brd
531 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6_dpram_str));
532 if (ha->brd == NULL) {
537 dp6_ptr = ha->brd;
544 iounmap(ha->brd);
545 ha->brd = ioremap(i, sizeof(u16));
546 if (ha->brd == NULL) {
550 if (readw(ha->brd) != 0xffff) {
554 iounmap(ha->brd);
556 ha->brd = ioremap(i, sizeof(gdt6_dpram_str));
557 if (ha->brd == NULL) {
561 dp6_ptr = ha->brd;
571 iounmap(ha->brd);
578 iounmap(ha->brd);
596 iounmap(ha->brd);
606 iounmap(ha->brd);
625 iounmap(ha->brd);
639 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6c_dpram_str));
640 if (ha->brd == NULL) {
642 iounmap(ha->brd);
646 dp6c_ptr = ha->brd;
653 iounmap(ha->brd);
654 ha->brd = ioremap(i, sizeof(u16));
655 if (ha->brd == NULL) {
659 if (readw(ha->brd) != 0xffff) {
663 iounmap(ha->brd);
665 ha->brd = ioremap(i, sizeof(gdt6c_dpram_str));
666 if (ha->brd == NULL) {
670 dp6c_ptr = ha->brd;
680 iounmap(ha->brd);
687 iounmap(ha->brd);
708 iounmap(ha->brd);
717 iounmap(ha->brd);
738 iounmap(ha->brd);
749 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6m_dpram_str));
750 if (ha->brd == NULL) {
761 dp6m_ptr = ha->brd;
775 iounmap(ha->brd);
776 ha->brd = ioremap(i, sizeof(u16));
777 if (ha->brd == NULL) {
781 if (readw(ha->brd) != 0xffff) {
785 iounmap(ha->brd);
787 ha->brd = ioremap(i, sizeof(gdt6m_dpram_str));
788 if (ha->brd == NULL) {
792 dp6m_ptr = ha->brd;
802 iounmap(ha->brd);
823 iounmap(ha->brd);
832 iounmap(ha->brd);
851 iounmap(ha->brd);
866 iounmap(ha->brd);
894 dp6_ptr = ha->brd;
902 dp6m_ptr = ha->brd;
919 readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Cmd_Index);
924 readb(&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.edoor_reg);
936 gdtsema0 = (int)readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
941 (int)readb(&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg);
970 writeb(1, &((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
974 writeb(1, &((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg);
1004 dp6_ptr = ha->brd;
1011 dp6c_ptr = ha->brd;
1018 dp6m_ptr = ha->brd;
1050 writeb(0, &((gdt6_dpram_str __iomem *)ha->brd)->io.event);
1054 writeb(1, &((gdt6m_dpram_str __iomem *)ha->brd)->i960r.ldoor_reg);
2513 dp6_ptr = ha->brd;
2541 dp6m_ptr = ha->brd;
2558 (&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.severity);
2561 (&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.evt_str[i]);