Searched defs:GPIO_DIRECTION (Results 1 - 1 of 1) sorted by relevance

/sound/pci/
H A Dmaestro3.c310 #define GPIO_DIRECTION 0x68 macro
836 unsigned irda_workaround :1; /* avoid to touch 0x10 on GPIO_DIRECTION
2099 dir = inw(io + GPIO_DIRECTION);
2108 outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION);
2111 outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION);
2347 outw(inw(io + GPIO_DIRECTION) | gpo,
2348 io + GPIO_DIRECTION); local
2373 outw(inw(io + GPIO_DIRECTION) & ~val, io + GPIO_DIRECTION); local

Completed in 71 milliseconds