Home
last modified time | relevance | path

Searched full:brr1 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dmpic.c211 uint32_t brr1; member
698 case 0x00: /* Block Revision Register1 (BRR1) is Readonly */ in openpic_gbl_write()
769 case 0x00: /* Block Revision Register1 (BRR1) */ in openpic_gbl_read()
770 retval = opp->brr1; in openpic_gbl_read()
1682 opp->brr1 = 0x00400200; in mpic_create()
1693 opp->brr1 = 0x00400402; in mpic_create()
/linux/arch/powerpc/sysdev/
H A Dfsl_pci.h15 /* FSL PCI controller BRR1 register */
H A Dmpic.c1191 u32 brr1; in fsl_mpic_get_version() local
1196 brr1 = _mpic_read(mpic->reg_type, &mpic->thiscpuregs, in fsl_mpic_get_version()
1199 return brr1 & MPIC_FSL_BRR1_VER; in fsl_mpic_get_version()
/linux/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.yaml58 Registers BRR1 and BRR2 at offset 0x0BF8 and 0x0BFC in
/linux/arch/powerpc/include/asm/
H A Dmpic.h383 * from the BRR1 register).
/linux/drivers/iommu/
H A Dfsl_pamu_domain.c376 /* Check the PCI controller version number by readding BRR1 register */ in check_pci_ctl_endpt_part()
/linux/drivers/tty/serial/
H A Dsh-sci.c2496 unsigned int brr1 = 255, cks1 = 0, srr1 = 15, dl1 = 0; in sci_set_termios() local
2590 err = sci_scbrr_calc(s, baud, &brr1, &srr1, &cks1); in sci_set_termios()
2595 brr = brr1; in sci_set_termios()