Searched refs:parity_check (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.c143 U32 parity_check = 0; local
302 parity_check = phy_capabilities.u.all;
303 while (parity_check != 0)
305 if (parity_check & 0x1)
307 parity_check >>= 1;

Completed in 85 milliseconds