Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c644 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_write()
672 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_write()
684 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
711 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
716 bnx2x_release_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_mult_write()
740 bnx2x_acquire_hw_lock(sc, HW_LOCK_RESOURCE_GPIO); in bnx2x_gpio_int_write()
763 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