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

/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc_adm.c127 sb_gpioout(adm->sbh, pins, val, GPIO_DRV_PRIORITY);
149 sb_gpioout(adm->sbh, adm->eesk, adm->eesk, GPIO_DRV_PRIORITY);
152 sb_gpioout(adm->sbh, adm->eesk, 0, GPIO_DRV_PRIORITY);
166 sb_gpioout(adm->sbh, adm->eecs, adm->eecs, GPIO_DRV_PRIORITY);
168 sb_gpioout(adm->sbh, adm->eecs, 0, GPIO_DRV_PRIORITY);
176 sb_gpioout(adm->sbh, adm->eesk, 0, GPIO_DRV_PRIORITY);
181 sb_gpioout(adm->sbh, adm->eedi, adm->eedi, GPIO_DRV_PRIORITY);
183 sb_gpioout(adm->sbh, adm->eedi, 0, GPIO_DRV_PRIORITY);
187 sb_gpioout(adm->sbh, adm->eesk, adm->eesk, GPIO_DRV_PRIORITY);
193 sb_gpioout(ad
[all...]
H A Detc47xx.c277 sb_gpioout(ch->sbh, 0x44, 0, GPIO_DRV_PRIORITY);
282 sb_gpioout(ch->sbh, 0x44, 0x44, GPIO_DRV_PRIORITY);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dgpio.c66 val = sb_gpioout(gpio_sbh, 0, 0);
96 sb_gpioout(gpio_sbh, ~0, val);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dlinux_gpio.c70 gpioioc.val = sb_gpioout(gpio_sbh, gpioioc.mask, gpioioc.val,
H A Dbcmrobo.c133 sb_gpioout(robo->sbh, robo->ss | robo->sck | robo->mosi, robo->ss, GPIO_DRV_PRIORITY);
158 sb_gpioout(robo->sbh, robo->sck, 0, GPIO_DRV_PRIORITY);
163 sb_gpioout(robo->sbh, robo->mosi, robo->mosi, GPIO_DRV_PRIORITY);
165 sb_gpioout(robo->sbh, robo->mosi, 0, GPIO_DRV_PRIORITY);
169 sb_gpioout(robo->sbh, robo->sck, robo->sck, GPIO_DRV_PRIORITY);
189 sb_gpioout(robo->sbh, robo->sck, 0, GPIO_DRV_PRIORITY);
197 sb_gpioout(robo->sbh, robo->sck, robo->sck, GPIO_DRV_PRIORITY);
225 sb_gpioout(robo->sbh, robo->ss, 0, GPIO_DRV_PRIORITY);
228 sb_gpioout(robo->sbh, robo->ss, robo->ss, GPIO_DRV_PRIORITY);
575 sb_gpioout(rob
[all...]
H A Dhndpci.c567 sb_gpioout(sbh, 1, 1, GPIO_DRV_PRIORITY);
H A Dsbutils.c2656 sb_gpioout(sb_t *sbh, uint32 mask, uint32 val, uint8 priority) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hnd/
H A Dshared_ksyms.c158 extern void sb_gpioout; EXPORT_SYMBOL(sb_gpioout); variable
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbutils.h110 extern uint32 sb_gpioout(sb_t *sbh, uint32 mask, uint32 val, uint8 priority);

Completed in 181 milliseconds