Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1431 #define DRV_MB_PARAM_GPIO_NUMBER_SHIFT 0 macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c3223 drv_mb_param = (gpio << DRV_MB_PARAM_GPIO_NUMBER_SHIFT); in ecore_mcp_gpio_read()
3244 drv_mb_param = (gpio << DRV_MB_PARAM_GPIO_NUMBER_SHIFT) | in ecore_mcp_gpio_write()
3267 drv_mb_param = gpio << DRV_MB_PARAM_GPIO_NUMBER_SHIFT; in ecore_mcp_gpio_info()