Searched refs:IXP425_GPIO_GPOUTR (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/arm/xscale/ixp425/ |
| HD | ixdp425_pci.c | 66 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_attach() 68 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg); in ixp425_md_attach() 133 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in ixp425_md_attach() 135 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg | (1U << GPIO_PCI_RESET)); in ixp425_md_attach()
|
| HD | ixp425_iic.c | 84 GPIO_CONF_CLR(sc, IXP425_GPIO_GPOUTR, in ixpiic_attach() 137 GPIO_CONF_CLR(sc, IXP425_GPIO_GPOUTR, GPIO_I2C_SDA_BIT); in ixpiic_setsda() 152 GPIO_CONF_CLR(sc, IXP425_GPIO_GPOUTR, GPIO_I2C_SCL_BIT); in ixpiic_setscl()
|
| HD | avila_led.c | 56 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPOUTR); in led_func() 61 GPIO_CONF_WRITE_4(sc, IXP425_GPIO_GPOUTR, reg); in led_func()
|
| HD | avila_gpio.c | 252 GPIO_SET_BITS(sc, IXP425_GPIO_GPOUTR, mask); in avila_gpio_pin_set() 254 GPIO_CLEAR_BITS(sc, IXP425_GPIO_GPOUTR, mask); in avila_gpio_pin_set() 288 GPIO_CLEAR_BITS(sc, IXP425_GPIO_GPOUTR, mask); in avila_gpio_pin_toggle() 290 GPIO_SET_BITS(sc, IXP425_GPIO_GPOUTR, mask); in avila_gpio_pin_toggle()
|
| HD | cambria_gpio.c | 153 GPIO_CONF_CLR(sc, IXP425_GPIO_GPOUTR, GPIO_I2C_SDA_BIT); in i2c_setsda() 167 GPIO_CONF_CLR(sc, IXP425_GPIO_GPOUTR, GPIO_I2C_SCL_BIT); in i2c_setscl()
|
| HD | ixp425reg.h | 297 #define IXP425_GPIO_GPOUTR 0x00 macro
|
| HD | ixp425.c | 138 uint32_t gpoutr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOUTR); in DB_SHOW_COMMAND()
|