coreboot-kgpe-d16/src/superio
Elyes Haouas 1e9344481a sio/winbond/w83627hf/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntax
Replace Divide (a,b,c,d) with:
  c = a % b
  d = a / b

Change-Id: I0e9fdabbb4b5bd9698968cd8acb497dcde14e433
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71508
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-12-26 20:43:25 +00:00
..
acpi sio/acpi/pnp.asl: Replace Not(a) with ASL 2.0 syntax 2022-12-26 11:45:10 +00:00
aspeed superio/aspeed/ast2400/chip.h: Include <stdbool.h> 2022-12-05 14:27:45 +00:00
common
fintek src/superio: Remove unnecessary space after casts 2022-11-21 15:03:50 +00:00
ite superio/ite/it8772f/chip.h: Use 'bool' when appropriate 2022-12-05 14:28:02 +00:00
nsc
nuvoton superio/nuvoton/nct6687d: Fix unexpected expression 2022-11-09 14:26:03 +00:00
renesas
serverengines
smsc {ec/superio}/acpi: Remove _PRS if no _SRS is implemented 2022-11-17 21:20:50 +00:00
winbond sio/winbond/w83627hf/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntax 2022-12-26 20:43:25 +00:00