Lines Matching refs:GPDR
156 GPDR &= ~SDA; in adv7171_send()
164 GPDR |= SDA; in adv7171_send()
170 unsigned gpdr = GPDR; in adv7171_write()
177 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
181 GPDR |= SDA; in adv7171_write()
192 GPDR = gpdr; in adv7171_write()
555 GPDR |= GPIO_GPIO16; in assabet_init()
564 GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
572 GPDR |= GPIO_GPIO27; in assabet_init()
663 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
665 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
668 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()