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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c132 read_reg(p16x_dev_t *dev, int reg, int chn) argument
137 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
145 write_reg(p16x_dev_t *dev, int reg, int chn, unsigned int value) argument
149 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
155 set_reg_bits(p16x_dev_t *dev, int reg, int chn, unsigned int mask) argument
159 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
167 clear_reg_bits(p16x_dev_t *dev, int reg, int chn, unsigned int mask) argument
171 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c64 struct cache **chn; /* .. Hash chain link */ member in struct:cache
178 *(cap->chn) = cap->link[Hash+Next];
242 cap->chn = ccp;
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c709 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) {
710 if (ddi_dmae_alloc(dip, pp->uh.x86.chn,
799 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff)
800 (void) ddi_dmae_release(pp->dip, pp->uh.x86.chn);
944 pp->uh.m1553.chn = ddi_prop_get_int(DDI_DEV_T_ANY,
946 ecpp_error(pp->dip, "ecpp_get_prop:chn=%x\n", pp->uh.m1553.chn);
956 pp->uh.x86.chn = 0xff;
960 pp->uh.x86.chn = (uint8_t)value;
5367 (void) ddi_dmae_getcnt(pp->dip, pp->uh.x86.chn,
5940 uint8_t chn; local
6013 uint8_t chn; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h79 uint8_t chn; /* 8237 dma channel */ member in struct:ecpp_m1553
85 uint8_t chn; member in struct:ecpp_x86
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c217 emu10k_read_reg(emu10k_devc_t *devc, int reg, int chn) argument
224 ptr = ((reg << 16) & ptr_addr_mask) | (chn & 0x3f);
239 emu10k_write_reg(emu10k_devc_t *devc, int reg, int chn, uint32_t value) argument
246 ptr = ((reg << 16) & ptr_addr_mask) | (chn & 0x3f);
293 emu10k_update_output_volume(emu10k_portc_t *portc, int voice, int chn) argument
315 if (chn == LEFT_CH) {
326 emu10k_setup_voice(emu10k_portc_t *portc, int voice, int chn, int buf_offset) argument
359 emu10k_update_output_volume(portc, voice, chn); /* Set volume */
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c149 read_chan(audigyls_dev_t *dev, int reg, int chn) argument
155 OUTL(dev, PR, (reg << 16) | (chn & 0xffff));
164 write_chan(audigyls_dev_t *dev, int reg, int chn, uint32_t value) argument
168 OUTL(dev, PR, (reg << 16) | (chn & 0x7));
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1057 char *chn; local
1078 chn = kmem_alloc(namlen, KM_SLEEP);
1079 bcopy(chnam, chn, namlen);
1083 p->ch_name = chn;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c457 unsigned long chn:1; member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon2163
491 unsigned long chn:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon2164
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c140 static void idn_exec_chanactivate(void *chn);
11490 PR_DATA("%s: (d %d, chn %d) mm_smr_mboxp == NULL\n",
11498 PR_DATA("%s: (d %d, chn %d) mbox hdr cksum (%d) "
11794 PR_DATA("%s: (d %d, chn %d) mbox hdr "
12764 idn_exec_chanactivate(void *chn) argument
12769 channel = (int)(uintptr_t)chn;

Completed in 95 milliseconds