Home
last modified time | relevance | path

Searched refs:tmp_reg (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c396 uchar_t tmp_reg; in sysctrl_attach() local
560 tmp_reg = *(softsp->temp_reg); in sysctrl_attach()
568 tmp_reg = *(softsp->csr); in sysctrl_attach()
570 tmp_reg = tmp_reg; in sysctrl_attach()
735 tmp_reg = *(softsp->csr); in sysctrl_attach()
737 tmp_reg = tmp_reg; in sysctrl_attach()
1445 uchar_t tmp_reg; in system_high_handler() local
1544 tmp_reg = *(softsp->csr); in system_high_handler()
1546 tmp_reg = tmp_reg; in system_high_handler()
1645 uchar_t tmp_reg; in spur_reenable() local
[all …]
H A Dfhc.c524 uint_t tmp_reg; in fhc_handle_imr() local
534 tmp_reg = *softsp->igr; in fhc_handle_imr()
536 tmp_reg = tmp_reg; in fhc_handle_imr()
544 tmp_reg = in fhc_handle_imr()
547 tmp_reg = tmp_reg; in fhc_handle_imr()
573 tmp_reg = *(softsp->intr_regs[i].clear_reg); in fhc_handle_imr()
575 tmp_reg = tmp_reg; in fhc_handle_imr()
592 tmp_reg = *(softsp->intr_regs[i].mapping_reg); in fhc_handle_imr()
594 tmp_reg = tmp_reg; in fhc_handle_imr()
825 uint_t tmp_reg; in fhc_init() local
[all …]
/titanic_50/usr/src/uts/sparc/os/
H A Dddi_arch.c64 struct regspec tmp_reg, *rp; in i_ddi_bus_map() local
105 tmp_reg = *(mp->map_obj.rp); /* Preserve underlying data */ in i_ddi_bus_map()
106 rp = mp->map_obj.rp = &tmp_reg; /* Use tmp_reg in request */ in i_ddi_bus_map()
/titanic_50/usr/src/uts/intel/os/
H A Dddi_arch.c54 struct regspec tmp_reg, *rp; in i_ddi_bus_map() local
95 tmp_reg = *(mp->map_obj.rp); /* Preserve underlying data */ in i_ddi_bus_map()
96 rp = mp->map_obj.rp = &tmp_reg; /* Use tmp_reg in request */ in i_ddi_bus_map()
/titanic_50/usr/src/uts/sun4/io/
H A Drootnex.c486 struct regspec *rp, tmp_reg; in rootnex_map() local
542 tmp_reg = *(mp->map_obj.rp); /* Preserve underlying data */ in rootnex_map()
543 rp = mp->map_obj.rp = &tmp_reg; /* Use tmp_reg in request */ in rootnex_map()
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c4375 uchar_t intr_reg, tmp_reg, intr_addr, clr_bits = 0; in scsb_intr() local
4396 tmp_reg = 0; in scsb_intr()
4458 if (tmp_reg || scb_intr_regs[i]) { in scsb_intr()
4461 ++tmp_reg; in scsb_intr()
4490 tmp_reg = SCSB_REG_ADDR(SCTRL_INTSRC_SCB_P15); in scsb_intr()
4491 intr_idx = SCSB_REG_INDEX(tmp_reg) - iid; in scsb_intr()
4532 if (scsb_rdwr_register(scsb, I2C_WR_RD, tmp_reg, in scsb_intr()
4640 tmp_reg = SCSB_REG_ADDR(SCTRL_SYSCFG_BASE); in scsb_intr()
4641 index = SCSB_REG_INDEX(tmp_reg); in scsb_intr()
5040 (tmp_reg = fru_ptr->i2c_info-> in scsb_intr()
[all …]
/titanic_50/usr/src/uts/i86pc/io/
H A Disa.c501 struct regspec tmp_reg, *rp; in isa_bus_map() local
535 tmp_reg = *(mp->map_obj.rp); /* Preserve underlying data */ in isa_bus_map()
536 rp = mp->map_obj.rp = &tmp_reg; /* Use tmp_reg in request */ in isa_bus_map()
/titanic_50/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c958 struct pcm_regs *regs, *mregs = NULL, tmp_reg; in pcmcia_bus_map() local
1014 tmp_reg = *regs; in pcmcia_bus_map()
1015 mp->map_obj.rp = (struct regspec *)(regs = &tmp_reg); in pcmcia_bus_map()