Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h35 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_high() local
37 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()
39 uint __iomem *datp = &immap->im_cpm.cp_pbdat; in iopin_set_high() local
41 setbits_be32(datp, 1 << (31 - iopin->pin)); in iopin_set_high()
43 ushort __iomem *datp = &immap->im_ioport.iop_pcdat; in iopin_set_high() local
45 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()
47 ushort __iomem *datp = &immap->im_ioport.iop_pddat; in iopin_set_high() local
49 setbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_high()
58 ushort __iomem *datp = &immap->im_ioport.iop_padat; in iopin_set_low() local
60 clrbits_be16(datp, 1 << (15 - iopin->pin)); in iopin_set_low()
[all …]