Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dmax3421-hcd.c152 u8 iopins[2]; member
1435 for (i = 0; i < ARRAY_SIZE(max3421_hcd->iopins); ++i) { in max3421_spi_thread()
1439 (max3421_hcd->iopins[i] & 0x0f)); in max3421_spi_thread()
1441 max3421_hcd->iopins[i] = val; in max3421_spi_thread()
1663 max3421_hcd->iopins[idx] |= mask; in max3421_gpout_set_value()
1665 max3421_hcd->iopins[idx] &= ~mask; in max3421_gpout_set_value()