Lines Matching +full:gpi +full:- +full:config
1 // SPDX-License-Identifier: GPL-2.0
6 #include <linux/dma-mapping.h>
72 * Create a platform device for the GPI port that receives the
79 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0; in sgiwd93_devinit()
80 sgiwd93_0_pd.wdregs = (unsigned char *) hpc3c0->scsi0_ext; in sgiwd93_devinit()
89 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1; in sgiwd93_devinit()
90 sgiwd93_1_pd.wdregs = (unsigned char *) hpc3c0->scsi1_ext; in sgiwd93_devinit()
144 * Create a platform device for the GPI port that receives the
168 get_dbe(pbdma, (unsigned int *)&hpc3c1->pbdma[1])) in sgiseeq_devinit()
171 sgimc->giopar |= SGIMC_GIOPAR_MASTEREXP1 | SGIMC_GIOPAR_EXP164 | in sgiseeq_devinit()
173 hpc3c1->pbus_piocfg[0][0] = 0x3ffff; in sgiseeq_devinit()
174 /* interrupt/config register on Challenge S Mezz board */ in sgiseeq_devinit()
175 hpc3c1->pbus_extregs[0][0] = 0x30; in sgiseeq_devinit()
181 unsigned short tmp = ip22_eeprom_read(&hpc3c1->eeprom, in sgiseeq_devinit()
205 return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0)); in sgi_button_devinit()
216 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1; in sgi_ds1286_devinit()
219 return IS_ERR(platform_device_register_simple("rtc-ds1286", -1, in sgi_ds1286_devinit()