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

/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc_adm.c29 uint32 eecs, eesk, eedi; /* GPIO mapping */ member in struct:adm_info_s
76 adm->eedi = 1 << gpio;
181 sb_gpioout(adm->sbh, adm->eedi, adm->eedi, GPIO_DRV_PRIORITY);
183 sb_gpioout(adm->sbh, adm->eedi, 0, GPIO_DRV_PRIORITY);
225 adm_enout(adm, adm->eecs | adm->eesk | adm->eedi, 0);
234 adm_disout(adm, adm->eecs | adm->eesk | adm->eedi);
419 adm_enout(adm, adm->eesk | adm->eedi, adm->eesk);
425 adm_disout(adm, adm->eecs | adm->eesk | adm->eedi);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Deeprom.h26 unsigned eedi; member in struct:eeprom
53 ee->eedi = 1 << eedi_bit;
103 eeprom_update(ee, ee->eedi, ((address >> 10) & 1) ^ pol);
108 eeprom_update(ee, ee->eedi, pol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Deeprom.h26 unsigned eedi; member in struct:eeprom
53 ee->eedi = 1 << eedi_bit;
103 eeprom_update(ee, ee->eedi, ((address >> 10) & 1) ^ pol);
108 eeprom_update(ee, ee->eedi, pol);

Completed in 44 milliseconds