Lines Matching refs:GPDR
155 GPDR &= ~SDA; in adv7171_send()
163 GPDR |= SDA; in adv7171_send()
169 unsigned gpdr = GPDR; in adv7171_write()
176 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
180 GPDR |= SDA; in adv7171_write()
191 GPDR = gpdr; in adv7171_write()
522 GPDR |= GPIO_GPIO16; in assabet_init()
531 GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
539 GPDR |= GPIO_GPIO27; in assabet_init()
629 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
631 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
634 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()