Searched refs:datp (Results 1 – 1 of 1) sorted by relevance
35 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()37 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_high() local39 setbits_be32(datp, 1 << (31 - iopin->pin)); in iopin_set_high()43 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()47 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()58 clrbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_low()60 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_low() local62 clrbits_be32(datp, 1 << (31 - iopin->pin)); in iopin_set_low()66 clrbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_low()70 clrbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_low()[all …]
Completed in 3 milliseconds