Searched refs:host_wake_gpio (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c1020 uint8 host_wake_gpio = CC_GCI_GPIO_INVALID; local
1026 return host_wake_gpio;
1032 host_wake_gpio = host_wake_opt & 0xff;
1033 si_gci_enable_gpio(sih, host_wake_gpio,
1034 1 << host_wake_gpio, 0x00);
1040 return host_wake_gpio;

Completed in 115 milliseconds