Searched refs:GP0_IO (Results 1 – 3 of 3) sorted by relevance
346 #define GP0_IO 0x00110010 macro
2000 cx_set(GP0_IO, mask & 0x7); in cx23885_gpio_set()2017 cx_clear(GP0_IO, mask & 0x7); in cx23885_gpio_clear()2034 return (cx_read(GP0_IO) >> 8) & mask & 0x7; in cx23885_gpio_get()2053 cx_set(GP0_IO, (mask & 0x7) << 16); in cx23885_gpio_enable()2055 cx_clear(GP0_IO, (mask & 0x7) << 16); in cx23885_gpio_enable()
904 #define GP0_IO 0x110010 /* GPIO output enables data I/O */ macro