Lines Matching refs:GPDR
159 GPDR &= ~SDA; in adv7171_send()
167 GPDR |= SDA; in adv7171_send()
173 unsigned gpdr = GPDR; in adv7171_write()
180 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
184 GPDR |= SDA; in adv7171_write()
195 GPDR = gpdr; in adv7171_write()
551 GPDR |= GPIO_GPIO16; in assabet_init()
560 GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
568 GPDR |= GPIO_GPIO27; in assabet_init()
658 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
660 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
663 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()