Searched refs:old (Results 1 - 6 of 6) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_l2cache.S104 # Save the old status register, and set the KX bit.
141 # Restore old KX bit setting
182 # Save the old status register, and set the KX bit.
234 # Save the old status register, and set the KX bit.
284 # Save the old status register, and set the KX bit.
381 # Restore the old MC register values
392 # Restore old KX bit setting
H A Ddiag_l2cache.S2621 # Save the old status register, and set the KX bit.
2668 # Restore old KX bit setting
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_l2cache.S103 # Save the old status register, and set the KX bit.
151 # Restore old KX bit setting
195 # Save the old status register, and set the KX bit.
252 # Save the old status register, and set the KX bit.
308 # Save the old status register, and set the KX bit.
440 # Restore the old MC register values and turn the bus errors back on.
480 # Restore old KX bit setting
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dapientry.S201 SREG ra,CAE_RASAVE(sp) # and old RA
245 LREG t0,CAE_SRSAVE(sp) # old interrupt mask
247 add sp,CAE_STKSIZE # restore old stack pointer
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_pcicmds.c265 pcireg_t old, mask; local
287 old = pci_conf_read(tag, reg);
290 pci_conf_write(tag, reg, old);
303 addr |= old;
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c478 pcireg_t old, mask; local
634 old = pci_conf_read(tag, reg);
637 pci_conf_write(tag, reg, old);
731 old = pci_conf_read(tag, reg);
734 pci_conf_write(tag, reg, old);

Completed in 95 milliseconds