Searched hist:"0 cbaa44841db3d06d2a21ae4ab679882033f3dbe" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crc4.h | 0cbaa44841db3d06d2a21ae4ab679882033f3dbe Tue Jun 06 16:08:39 CDT 2017 Jeremy Kerr <jk@ozlabs.org> lib: Add crc4 module
Add a little helper for crc4 calculations. This works 4-bits-at-a-time, using a simple table approach.
We will need this in the FSI core code, as well as any master implementations that need to calculate CRCs in software.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Chris Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/lib/ |
H A D | crc4.c | 0cbaa44841db3d06d2a21ae4ab679882033f3dbe Tue Jun 06 16:08:39 CDT 2017 Jeremy Kerr <jk@ozlabs.org> lib: Add crc4 module
Add a little helper for crc4 calculations. This works 4-bits-at-a-time, using a simple table approach.
We will need this in the FSI core code, as well as any master implementations that need to calculate CRCs in software.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Chris Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Kconfig | 0cbaa44841db3d06d2a21ae4ab679882033f3dbe Tue Jun 06 16:08:39 CDT 2017 Jeremy Kerr <jk@ozlabs.org> lib: Add crc4 module
Add a little helper for crc4 calculations. This works 4-bits-at-a-time, using a simple table approach.
We will need this in the FSI core code, as well as any master implementations that need to calculate CRCs in software.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Chris Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Makefile | 0cbaa44841db3d06d2a21ae4ab679882033f3dbe Tue Jun 06 16:08:39 CDT 2017 Jeremy Kerr <jk@ozlabs.org> lib: Add crc4 module
Add a little helper for crc4 calculations. This works 4-bits-at-a-time, using a simple table approach.
We will need this in the FSI core code, as well as any master implementations that need to calculate CRCs in software.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Chris Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|