Lines Matching refs:GPDR
132 GPDR &= ~SDA; in adv7171_send()
140 GPDR |= SDA; in adv7171_send()
146 unsigned gpdr = GPDR; in adv7171_write()
153 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
157 GPDR |= SDA; in adv7171_write()
168 GPDR = gpdr; in adv7171_write()
428 GPDR |= GPIO_GPIO16; in assabet_init()
437 GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
445 GPDR |= GPIO_GPIO27; in assabet_init()
523 GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ in get_assabet_scr()
525 GPDR &= ~(0x3fc); /* Configure GPIO 9:2 as inputs */ in get_assabet_scr()
528 GPDR |= 0x3fc; /* restore correct pin direction */ in get_assabet_scr()