Home
last modified time | relevance | path

Searched refs:port_picb (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dali5455.c697 unsigned int civ, offset, port, port_picb; in ali_get_dma_addr() local
712 port_picb = port + OFF_PICB; in ali_get_dma_addr()
716 offset = inw(port_picb); in ali_get_dma_addr()
733 } while (civ != (inb(port + OFF_CIV) & 31) || offset != inw(port_picb)); in ali_get_dma_addr()
736 if (inw(port_picb) == 0) in ali_get_dma_addr()
739 if ( inw(port_picb) == 0 ) in ali_get_dma_addr()
Di810_audio.c745 unsigned int civ, offset, port, port_picb, bytes = 2; in i810_get_dma_addr() local
756 port_picb = port + OFF_SR; in i810_get_dma_addr()
759 port_picb = port + OFF_PICB; in i810_get_dma_addr()
763 offset = I810_IOREADW(state->card, port_picb); in i810_get_dma_addr()
782 } while (civ != GET_CIV(state->card, port) || offset != I810_IOREADW(state->card, port_picb)); in i810_get_dma_addr()