Searched refs:FTGPIO_VERBOSE_PRINTF (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 78 #define FTGPIO_VERBOSE_PRINTF(dev, ...) \ macro 136 FTGPIO_VERBOSE_PRINTF(sc->dev, "group GPIO%u output is 0x%x (ioreg=0x%x)\n", in ftgpio_group_get_output() 148 FTGPIO_VERBOSE_PRINTF(sc->dev, "set group GPIO%u output to 0x%x (ioreg=0x%x)\n", in ftgpio_group_set_output() 173 FTGPIO_VERBOSE_PRINTF(sc->dev, "pin %u<GPIO%u%u> is not configured for output\n", in ftgpio_pin_write() 178 FTGPIO_VERBOSE_PRINTF(sc->dev, "set pin %u<GPIO%u%u> to %s\n", in ftgpio_pin_write() 202 FTGPIO_VERBOSE_PRINTF(sc->dev, "pin %u<GPIO%u%u> is not configured for input or output\n", in ftgpio_pin_read() 216 FTGPIO_VERBOSE_PRINTF(sc->dev, "pin %u<GPIO%u%u> is %s\n", in ftgpio_pin_read() 232 FTGPIO_VERBOSE_PRINTF(sc->dev, "group GPIO%u drive is 0x%x (ioreg=0x%x)\n", in ftgpio_pin_set_drive() 254 FTGPIO_VERBOSE_PRINTF(sc->dev, "group GPIO%u drive is 0x%x (ioreg=0x%x)\n", in ftgpio_pin_is_pushpull() 258 FTGPIO_VERBOSE_PRINTF(sc->dev, "pin %u<GPIO%u%u> drive is %s\n", in ftgpio_pin_is_pushpull() [all …]
|