Searched refs:chanid (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/ |
D | au1xxx_dbdma.h | 336 u32 au1xxx_dbdma_set_devwidth(u32 chanid, int bits); 339 u32 au1xxx_dbdma_ring_alloc(u32 chanid, int entries); 342 u32 au1xxx_dbdma_put_source(u32 chanid, dma_addr_t buf, int nbytes, u32 flags); 343 u32 au1xxx_dbdma_put_dest(u32 chanid, dma_addr_t buf, int nbytes, u32 flags); 346 u32 au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes); 348 void au1xxx_dbdma_stop(u32 chanid); 349 void au1xxx_dbdma_start(u32 chanid); 350 void au1xxx_dbdma_reset(u32 chanid); 351 u32 au1xxx_get_dma_residue(u32 chanid); 353 void au1xxx_dbdma_chan_free(u32 chanid); [all …]
|
/linux-2.6.39/arch/mips/alchemy/common/ |
D | dbdma.c | 346 u32 au1xxx_dbdma_set_devwidth(u32 chanid, int bits) in au1xxx_dbdma_set_devwidth() argument 352 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_set_devwidth() 371 u32 au1xxx_dbdma_ring_alloc(u32 chanid, int entries) in au1xxx_dbdma_ring_alloc() argument 385 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_ring_alloc() 572 u32 au1xxx_dbdma_put_source(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) in au1xxx_dbdma_put_source() argument 581 ctp = *(chan_tab_t **)chanid; in au1xxx_dbdma_put_source() 631 u32 au1xxx_dbdma_put_dest(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) in au1xxx_dbdma_put_dest() argument 639 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_put_dest() 695 u32 au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) in au1xxx_dbdma_get_dest() argument 705 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_get_dest() [all …]
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | xmit.c | 617 u16 chanid; in b43_rx() local 731 chanid = (chanstat & B43_RX_CHAN_ID) >> B43_RX_CHAN_ID_SHIFT; in b43_rx() 738 status.freq = b43_channel_to_freq_5ghz(chanid); in b43_rx() 744 status.freq = chanid + 2400; in b43_rx() 752 status.freq = b43_freq_to_channel_5ghz(chanid); in b43_rx() 755 status.freq = b43_freq_to_channel_2ghz(chanid); in b43_rx()
|
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | xmit.c | 460 u16 chanid; in b43legacy_rx() local 578 chanid = (chanstat & B43legacy_RX_CHAN_ID) >> in b43legacy_rx() 584 status.freq = chanid + 2400; in b43legacy_rx()
|
/linux-2.6.39/drivers/net/tokenring/ |
D | ibmtr.c | 243 void __iomem *chanid; in find_turbo_adapters() local 260 chanid=(CHANNEL_ID + ram_mapped); in find_turbo_adapters() 262 ctemp=readb(chanid) & 0x0f; in find_turbo_adapters() 265 if ((readb(chanid+i) & 0x0f) != tchanid[j]){ in find_turbo_adapters()
|