Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dmax3421-hcd.c158 u8 iopins[2]; member
1439 for (i = 0; i < ARRAY_SIZE(max3421_hcd->iopins); ++i) { in max3421_spi_thread()
1443 (max3421_hcd->iopins[i] & 0x0f)); in max3421_spi_thread()
1445 max3421_hcd->iopins[i] = val; in max3421_spi_thread()
1666 max3421_hcd->iopins[idx] |= mask; in max3421_gpout_set_value()
1668 max3421_hcd->iopins[idx] &= ~mask; in max3421_gpout_set_value()