Lines Matching refs:GPDR
158 GPDR &= ~SDA; in adv7171_send()
166 GPDR |= SDA; in adv7171_send()
172 unsigned gpdr = GPDR; in adv7171_write()
179 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
183 GPDR |= SDA; in adv7171_write()
194 GPDR = gpdr; in adv7171_write()
550 GPDR |= GPIO_GPIO16; in assabet_init()
559 GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
567 GPDR |= GPIO_GPIO27; in assabet_init()
657 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
659 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
662 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()