Searched refs:pin_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c406 * Read the value of the requested GPIO pin (with pin_num)
410 lm_status_t lm_gpio_read(struct _lm_device_t *pdev, u32_t pin_num, u32_t* value_ptr, u8_t port) argument
425 if (pin_num > MISC_REGISTERS_GPIO_3)
427 DbgMessage(pdev, FATAL , "Invalid pin_num GPIO %d\n", pin_num);
449 switch (pin_num)
471 switch (pin_num)
503 DbgMessage(NULL, INFORM, "lm_gpio_read: pin %d value is %x\n", pin_num, *value_ptr);
512 * Write a value to the requested GPIO pin (with pin_num)
516 lm_status_t lm_gpio_write(struct _lm_device_t *pdev, u32_t pin_num, u32_ argument
665 lm_gpio_int_write(struct _lm_device_t *pdev, u32_t pin_num, u32_t mode, u8_t port) argument
732 lm_spio_read(struct _lm_device_t *pdev, u32_t pin_num, u32_t* value_ptr) argument
805 lm_spio_write(struct _lm_device_t *pdev, u32_t pin_num, u32_t value) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h1156 lm_gpio_read(struct _lm_device_t *pdev, u32_t pin_num, u32_t* value_ptr, u8_t port);
1159 lm_gpio_write(struct _lm_device_t *pdev, u32_t pin_num, u32_t value, u8_t port);
1165 lm_gpio_int_write(struct _lm_device_t *pdev, u32_t pin_num, u32_t value, u8_t port);
1168 lm_spio_read(struct _lm_device_t *pdev, u32_t pin_num, u32_t* value_ptr);
1171 lm_spio_write(struct _lm_device_t *pdev, u32_t pin_num, u32_t value);

Completed in 49 milliseconds