Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/include/asm/
A Diopin_8xx.h35 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()
37 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_high() local
39 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() local
62 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