Home
last modified time | relevance | path

Searched refs:HW_LOCK_RESOURCE_GPIO (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c640 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_write()
668 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_write()
680 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
707 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
712 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
736 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_int_write()
759 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_int_write()
H A Decore_reg.h4353 #define HW_LOCK_RESOURCE_GPIO 1 macro