/titanic_44/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.c | 132 read_reg(p16x_dev_t *dev, int reg, int chn) in read_reg() argument 137 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in read_reg() 145 write_reg(p16x_dev_t *dev, int reg, int chn, unsigned int value) in write_reg() argument 149 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in write_reg() 155 set_reg_bits(p16x_dev_t *dev, int reg, int chn, unsigned int mask) in set_reg_bits() argument 159 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in set_reg_bits() 167 clear_reg_bits(p16x_dev_t *dev, int reg, int chn, unsigned int mask) in clear_reg_bits() argument 171 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in clear_reg_bits()
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 64 struct cache **chn; /* .. Hash chain link */ member 178 *(cap->chn) = cap->link[Hash+Next]; in reclaim_cache() 242 cap->chn = ccp; in set_cache()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ecpp.c | 709 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) { in ecpp_attach() 710 if (ddi_dmae_alloc(dip, pp->uh.x86.chn, in ecpp_attach() 799 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) in ecpp_detach() 800 (void) ddi_dmae_release(pp->dip, pp->uh.x86.chn); in ecpp_detach() 944 pp->uh.m1553.chn = ddi_prop_get_int(DDI_DEV_T_ANY, in ecpp_get_props() 946 ecpp_error(pp->dip, "ecpp_get_prop:chn=%x\n", pp->uh.m1553.chn); in ecpp_get_props() 956 pp->uh.x86.chn = 0xff; in ecpp_get_props() 960 pp->uh.x86.chn = (uint8_t)value; in ecpp_get_props() 5367 (void) ddi_dmae_getcnt(pp->dip, pp->uh.x86.chn, &count); in x86_getcnt() 5940 uint8_t chn; in dma8237_dma_start() local [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ecppvar.h | 79 uint8_t chn; /* 8237 dma channel */ member 85 uint8_t chn; member
|
/titanic_44/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 217 emu10k_read_reg(emu10k_devc_t *devc, int reg, int chn) in emu10k_read_reg() argument 224 ptr = ((reg << 16) & ptr_addr_mask) | (chn & 0x3f); in emu10k_read_reg() 239 emu10k_write_reg(emu10k_devc_t *devc, int reg, int chn, uint32_t value) in emu10k_write_reg() argument 246 ptr = ((reg << 16) & ptr_addr_mask) | (chn & 0x3f); in emu10k_write_reg() 293 emu10k_update_output_volume(emu10k_portc_t *portc, int voice, int chn) in emu10k_update_output_volume() argument 315 if (chn == LEFT_CH) { in emu10k_update_output_volume() 326 emu10k_setup_voice(emu10k_portc_t *portc, int voice, int chn, int buf_offset) in emu10k_setup_voice() argument 359 emu10k_update_output_volume(portc, voice, chn); /* Set volume */ in emu10k_setup_voice()
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.c | 149 read_chan(audigyls_dev_t *dev, int reg, int chn) in read_chan() argument 155 OUTL(dev, PR, (reg << 16) | (chn & 0xffff)); in read_chan() 164 write_chan(audigyls_dev_t *dev, int reg, int chn, uint32_t value) in write_chan() argument 168 OUTL(dev, PR, (reg << 16) | (chn & 0x7)); in write_chan()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | via-rhine.c | 457 unsigned long chn:1; member 491 unsigned long chn:1; member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | evchannels.c | 1057 char *chn; in evch_chbind() local 1078 chn = kmem_alloc(namlen, KM_SLEEP); in evch_chbind() 1079 bcopy(chnam, chn, namlen); in evch_chbind() 1083 p->ch_name = chn; in evch_chbind()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 140 static void idn_exec_chanactivate(void *chn); 12764 idn_exec_chanactivate(void *chn) in idn_exec_chanactivate() argument 12769 channel = (int)(uintptr_t)chn; in idn_exec_chanactivate()
|