Searched refs:datp (Results 1 – 1 of 1) sorted by relevance
35 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_high() local37 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()39 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_high() local41 setbits_be32(datp, 1 << (31 - iopin->pin)); in iopin_set_high()43 ushort __iomem *datp = &immap->im_ioport.iop_pcdat; in iopin_set_high() local45 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()47 ushort __iomem *datp = &immap->im_ioport.iop_pddat; in iopin_set_high() local49 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()58 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_low() local60 clrbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_low()[all …]