Home
last modified time | relevance | path

Searched refs:porta (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394.h108 u32 porta:2; member
153 u32 porta:2; member
Dieee1394_core.c260 if ((esid->porta == 0x2) || (esid->portb == 0x2) in check_selfids()
307 if (esid->porta == 0x3) cldcnt[n]++; in build_speed_map()
/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound_atari.c1355 int porta; in AtaMixerIoctl() local
1358 porta = sound_ym.rd_data_reg_sel; in AtaMixerIoctl()
1360 return IOCTL_OUT(arg, porta & 0x40 ? 0 : 100); in AtaMixerIoctl()
1368 int porta; in AtaMixerIoctl() local
1372 porta = (sound_ym.rd_data_reg_sel & ~0x40) | in AtaMixerIoctl()
1374 sound_ym.wd_data = porta; in AtaMixerIoctl()
1376 return IOCTL_OUT(arg, porta & 0x40 ? 0 : 100); in AtaMixerIoctl()