• Home
  • Raw
  • Download

Lines Matching refs:bytes

494 	j->hsr.bytes.low = inb_p(j->DSPbase + 8);  in ixj_read_HSR()
495 j->hsr.bytes.high = inb_p(j->DSPbase + 9); in ixj_read_HSR()
1402 if (j->ex.bytes) { in ixj_timeout()
1442 BYTES bytes; in ixj_WriteDSPCommand() local
1450 bytes.high = (cmd & 0xFF00) >> 8; in ixj_WriteDSPCommand()
1451 bytes.low = cmd & 0x00FF; in ixj_WriteDSPCommand()
1467 outb(bytes.low, j->DSPbase + 6); in ixj_WriteDSPCommand()
1468 outb(bytes.high, j->DSPbase + 7); in ixj_WriteDSPCommand()
1505 j->gpio.bytes.low = j->ssr.low; in ixj_gpio_read()
1506 j->gpio.bytes.high = j->ssr.high; in ixj_gpio_read()
1585 j->gpio.bytes.high = 0x0B; in ixj_set_port()
1641 j->gpio.bytes.high = 0x0B; in ixj_set_port()
1652 j->gpio.bytes.high = 0x0B; in ixj_set_port()
1697 j->gpio.bytes.high = 0x0B; in ixj_ring_on()
1698 j->gpio.bytes.low = 0x00; in ixj_ring_on()
2013 j->gpio.bytes.high = 0x0B; in ixj_ring_off()
2014 j->gpio.bytes.low = 0x00; in ixj_ring_off()
2617 j->dtmf.bytes.high = j->ssr.high; in LineMonitor()
2618 j->dtmf.bytes.low = j->ssr.low; in LineMonitor()
3468 outb_p(dat.bytes.low, j->DSPbase + 0x0C); in ixj_write_frame()
3469 outb_p(dat.bytes.high, j->DSPbase + 0x0D); in ixj_write_frame()
4593 if (j->ex.bytes) in ixj_poll()
4742 BYTES bytes; in ixj_mixer() local
4744 bytes.high = (val & 0x1F00) >> 8; in ixj_mixer()
4745 bytes.low = val & 0x00FF; in ixj_mixer()
4748 j->mix.vol[bytes.high] = bytes.low; in ixj_mixer()
4750 outb_p(bytes.high & 0x1F, j->XILINXbase + 0x03); /* Load Mixer Address */ in ixj_mixer()
4752 outb_p(bytes.low, j->XILINXbase + 0x02); /* Load Mixer Data */ in ixj_mixer()
4773 BYTES bytes; in ixj_daa_cr4() local
4777 bytes.high = 0x14; in ixj_daa_cr4()
4780 bytes.high = 0x54; in ixj_daa_cr4()
4783 bytes.high = 0x94; in ixj_daa_cr4()
4786 bytes.high = 0xD4; in ixj_daa_cr4()
4807 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr4.reg; in ixj_daa_cr4()
4809 if (!daa_load(&bytes, j)) in ixj_daa_cr4()
4820 BYTES bytes; in daa_int_read() local
4825 bytes.high = 0x38; in daa_int_read()
4826 bytes.low = 0x00; in daa_int_read()
4827 outb_p(bytes.high, j->XILINXbase + 0x03); in daa_int_read()
4828 outb_p(bytes.low, j->XILINXbase + 0x02); in daa_int_read()
4833 bytes.high = inb_p(j->XILINXbase + 0x03); in daa_int_read()
4834 bytes.low = inb_p(j->XILINXbase + 0x02); in daa_int_read()
4835 if (bytes.low != ALISDAA_ID_BYTE) { in daa_int_read()
4837 printk("Cannot read DAA ID Byte high = %d low = %d\n", bytes.high, bytes.low); in daa_int_read()
4845 bytes.high = inb_p(j->XILINXbase + 0x03); in daa_int_read()
4846 bytes.low = inb_p(j->XILINXbase + 0x02); in daa_int_read()
4848 j->m_DAAShadowRegs.XOP_REGS.XOP.xr0.reg = bytes.high; in daa_int_read()
4856 BYTES bytes; in daa_CR_read() local
4863 bytes.high = 0x30 + cr; in daa_CR_read()
4866 bytes.high = 0x70 + cr; in daa_CR_read()
4869 bytes.high = 0xB0 + cr; in daa_CR_read()
4873 bytes.high = 0xF0 + cr; in daa_CR_read()
4877 bytes.low = 0x00; in daa_CR_read()
4879 outb_p(bytes.high, j->XILINXbase + 0x03); in daa_CR_read()
4880 outb_p(bytes.low, j->XILINXbase + 0x02); in daa_CR_read()
4885 bytes.high = inb_p(j->XILINXbase + 0x03); in daa_CR_read()
4886 bytes.low = inb_p(j->XILINXbase + 0x02); in daa_CR_read()
4887 if (bytes.low != ALISDAA_ID_BYTE) { in daa_CR_read()
4889 printk("Cannot read DAA ID Byte high = %d low = %d\n", bytes.high, bytes.low); in daa_CR_read()
4901 j->m_DAAShadowRegs.SOP_REGS.SOP.cr5.reg = wdata.bytes.high; in daa_CR_read()
4904 j->m_DAAShadowRegs.SOP_REGS.SOP.cr4.reg = wdata.bytes.high; in daa_CR_read()
4907 j->m_DAAShadowRegs.SOP_REGS.SOP.cr3.reg = wdata.bytes.high; in daa_CR_read()
4910 j->m_DAAShadowRegs.SOP_REGS.SOP.cr2.reg = wdata.bytes.high; in daa_CR_read()
4913 j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg = wdata.bytes.high; in daa_CR_read()
4916 j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg = wdata.bytes.high; in daa_CR_read()
4927 BYTES bytes; in ixj_daa_cid_reset() local
4935 bytes.high = 0x58; in ixj_daa_cid_reset()
4936 bytes.low = 0x00; in ixj_daa_cid_reset()
4937 outb_p(bytes.high, j->XILINXbase + 0x03); in ixj_daa_cid_reset()
4938 outb_p(bytes.low, j->XILINXbase + 0x02); in ixj_daa_cid_reset()
4947 bytes.high = bytes.low = 0x00; in ixj_daa_cid_reset()
4948 outb_p(bytes.high, j->XILINXbase + 0x03); in ixj_daa_cid_reset()
4951 outb_p(bytes.low, j->XILINXbase + 0x02); in ixj_daa_cid_reset()
4973 BYTES bytes; in ixj_daa_cid_read() local
4981 bytes.high = 0x78; in ixj_daa_cid_read()
4982 bytes.low = 0x00; in ixj_daa_cid_read()
4983 outb_p(bytes.high, j->XILINXbase + 0x03); in ixj_daa_cid_read()
4984 outb_p(bytes.low, j->XILINXbase + 0x02); in ixj_daa_cid_read()
4992 bytes.high = inb_p(j->XILINXbase + 0x03); in ixj_daa_cid_read()
4993 bytes.low = inb_p(j->XILINXbase + 0x02); in ixj_daa_cid_read()
4994 if (bytes.low != ALISDAA_ID_BYTE) { in ixj_daa_cid_read()
4996 printk("DAA Get Version Cannot read DAA ID Byte high = %d low = %d\n", bytes.high, bytes.low); in ixj_daa_cid_read()
5000 bytes.high = bytes.low = 0x00; in ixj_daa_cid_read()
5001 outb_p(bytes.high, j->XILINXbase + 0x03); in ixj_daa_cid_read()
5002 outb_p(bytes.low, j->XILINXbase + 0x02); in ixj_daa_cid_read()
5062 BYTES bytes; in daa_get_version() local
5067 bytes.high = 0x35; in daa_get_version()
5068 bytes.low = 0x00; in daa_get_version()
5069 outb_p(bytes.high, j->XILINXbase + 0x03); in daa_get_version()
5070 outb_p(bytes.low, j->XILINXbase + 0x02); in daa_get_version()
5075 bytes.high = inb_p(j->XILINXbase + 0x03); in daa_get_version()
5076 bytes.low = inb_p(j->XILINXbase + 0x02); in daa_get_version()
5077 if (bytes.low != ALISDAA_ID_BYTE) { in daa_get_version()
5079 printk("DAA Get Version Cannot read DAA ID Byte high = %d low = %d\n", bytes.high, bytes.low); in daa_get_version()
5088 bytes.high = inb_p(j->XILINXbase + 0x03); in daa_get_version()
5089 bytes.low = inb_p(j->XILINXbase + 0x02); in daa_get_version()
5091 printk("DAA CR5 Byte high = 0x%x low = 0x%x\n", bytes.high, bytes.low); in daa_get_version()
5092 j->m_DAAShadowRegs.SOP_REGS.SOP.cr5.reg = bytes.high; in daa_get_version()
5093 return bytes.high; in daa_get_version()
5112 BYTES bytes; in daa_set_mode() local
5126 bytes.high = 0x10; in daa_set_mode()
5127 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5128 daa_load(&bytes, j); in daa_set_mode()
5148 bytes.high = 0x10; in daa_set_mode()
5149 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5150 daa_load(&bytes, j); in daa_set_mode()
5159 bytes.high = 0x10; in daa_set_mode()
5160 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5161 daa_load(&bytes, j); in daa_set_mode()
5181 bytes.high = 0x50; in daa_set_mode()
5182 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5183 daa_load(&bytes, j); in daa_set_mode()
5191 bytes.high = 0x90; in daa_set_mode()
5192 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5193 daa_load(&bytes, j); in daa_set_mode()
5215 bytes.high = 0xD0; in daa_set_mode()
5216 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in daa_set_mode()
5217 daa_load(&bytes, j); in daa_set_mode()
5230 BYTES bytes; in ixj_daa_write() local
5241 bytes.high = 0x14; in ixj_daa_write()
5242 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr4.reg; in ixj_daa_write()
5243 if (!daa_load(&bytes, j)) in ixj_daa_write()
5246 bytes.high = j->m_DAAShadowRegs.SOP_REGS.SOP.cr3.reg; in ixj_daa_write()
5247 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr2.reg; in ixj_daa_write()
5248 if (!daa_load(&bytes, j)) in ixj_daa_write()
5251 bytes.high = j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg; in ixj_daa_write()
5252 bytes.low = j->m_DAAShadowRegs.SOP_REGS.SOP.cr0.reg; in ixj_daa_write()
5253 if (!daa_load(&bytes, j)) in ixj_daa_write()
5259 bytes.high = 0x1F; in ixj_daa_write()
5260 bytes.low = j->m_DAAShadowRegs.XOP_REGS.XOP.xr7.reg; in ixj_daa_write()
5261 if (!daa_load(&bytes, j)) in ixj_daa_write()
5264 bytes.high = j->m_DAAShadowRegs.XOP_xr6_W.reg; in ixj_daa_write()
5265 bytes.low = j->m_DAAShadowRegs.XOP_REGS.XOP.xr5.reg; in ixj_daa_write()
5266 if (!daa_load(&bytes, j)) in ixj_daa_write()
5269 bytes.high = j->m_DAAShadowRegs.XOP_REGS.XOP.xr4.reg; in ixj_daa_write()
5270 bytes.low = j->m_DAAShadowRegs.XOP_REGS.XOP.xr3.reg; in ixj_daa_write()
5271 if (!daa_load(&bytes, j)) in ixj_daa_write()
5274 bytes.high = j->m_DAAShadowRegs.XOP_REGS.XOP.xr2.reg; in ixj_daa_write()
5275 bytes.low = j->m_DAAShadowRegs.XOP_REGS.XOP.xr1.reg; in ixj_daa_write()
5276 if (!daa_load(&bytes, j)) in ixj_daa_write()
5279 bytes.high = j->m_DAAShadowRegs.XOP_xr0_W.reg; in ixj_daa_write()
5280 bytes.low = 0x00; in ixj_daa_write()
5281 if (!daa_load(&bytes, j)) in ixj_daa_write()
5287 bytes.high = 0x00; in ixj_daa_write()
5288 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[7]; in ixj_daa_write()
5289 if (!daa_load(&bytes, j)) in ixj_daa_write()
5292 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[6]; in ixj_daa_write()
5293 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[5]; in ixj_daa_write()
5294 if (!daa_load(&bytes, j)) in ixj_daa_write()
5297 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[4]; in ixj_daa_write()
5298 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[3]; in ixj_daa_write()
5299 if (!daa_load(&bytes, j)) in ixj_daa_write()
5302 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[2]; in ixj_daa_write()
5303 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[1]; in ixj_daa_write()
5304 if (!daa_load(&bytes, j)) in ixj_daa_write()
5307 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_1[0]; in ixj_daa_write()
5308 bytes.low = 0x00; in ixj_daa_write()
5309 if (!daa_load(&bytes, j)) in ixj_daa_write()
5317 bytes.high = 0x01; in ixj_daa_write()
5318 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[7]; in ixj_daa_write()
5319 if (!daa_load(&bytes, j)) in ixj_daa_write()
5322 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[6]; in ixj_daa_write()
5323 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[5]; in ixj_daa_write()
5324 if (!daa_load(&bytes, j)) in ixj_daa_write()
5327 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[4]; in ixj_daa_write()
5328 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[3]; in ixj_daa_write()
5329 if (!daa_load(&bytes, j)) in ixj_daa_write()
5332 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[2]; in ixj_daa_write()
5333 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[1]; in ixj_daa_write()
5334 if (!daa_load(&bytes, j)) in ixj_daa_write()
5337 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_2[0]; in ixj_daa_write()
5338 bytes.low = 0x00; in ixj_daa_write()
5339 if (!daa_load(&bytes, j)) in ixj_daa_write()
5347 bytes.high = 0x02; in ixj_daa_write()
5348 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[7]; in ixj_daa_write()
5349 if (!daa_load(&bytes, j)) in ixj_daa_write()
5352 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[6]; in ixj_daa_write()
5353 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[5]; in ixj_daa_write()
5354 if (!daa_load(&bytes, j)) in ixj_daa_write()
5357 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[4]; in ixj_daa_write()
5358 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[3]; in ixj_daa_write()
5359 if (!daa_load(&bytes, j)) in ixj_daa_write()
5362 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[2]; in ixj_daa_write()
5363 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[1]; in ixj_daa_write()
5364 if (!daa_load(&bytes, j)) in ixj_daa_write()
5367 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.THFilterCoeff_3[0]; in ixj_daa_write()
5368 bytes.low = 0x00; in ixj_daa_write()
5369 if (!daa_load(&bytes, j)) in ixj_daa_write()
5377 bytes.high = 0x03; in ixj_daa_write()
5378 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[7]; in ixj_daa_write()
5379 if (!daa_load(&bytes, j)) in ixj_daa_write()
5382 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[6]; in ixj_daa_write()
5383 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[5]; in ixj_daa_write()
5384 if (!daa_load(&bytes, j)) in ixj_daa_write()
5387 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[4]; in ixj_daa_write()
5388 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[3]; in ixj_daa_write()
5389 if (!daa_load(&bytes, j)) in ixj_daa_write()
5392 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[2]; in ixj_daa_write()
5393 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[1]; in ixj_daa_write()
5394 if (!daa_load(&bytes, j)) in ixj_daa_write()
5397 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_1[0]; in ixj_daa_write()
5398 bytes.low = 0x00; in ixj_daa_write()
5399 if (!daa_load(&bytes, j)) in ixj_daa_write()
5407 bytes.high = 0x04; in ixj_daa_write()
5408 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[7]; in ixj_daa_write()
5409 if (!daa_load(&bytes, j)) in ixj_daa_write()
5412 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[6]; in ixj_daa_write()
5413 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[5]; in ixj_daa_write()
5414 if (!daa_load(&bytes, j)) in ixj_daa_write()
5417 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[4]; in ixj_daa_write()
5418 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[3]; in ixj_daa_write()
5419 if (!daa_load(&bytes, j)) in ixj_daa_write()
5422 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[2]; in ixj_daa_write()
5423 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[1]; in ixj_daa_write()
5424 if (!daa_load(&bytes, j)) in ixj_daa_write()
5427 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_1[0]; in ixj_daa_write()
5428 bytes.low = 0x00; in ixj_daa_write()
5429 if (!daa_load(&bytes, j)) in ixj_daa_write()
5437 bytes.high = 0x05; in ixj_daa_write()
5438 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[7]; in ixj_daa_write()
5439 if (!daa_load(&bytes, j)) in ixj_daa_write()
5442 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[6]; in ixj_daa_write()
5443 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[5]; in ixj_daa_write()
5444 if (!daa_load(&bytes, j)) in ixj_daa_write()
5447 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[4]; in ixj_daa_write()
5448 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[3]; in ixj_daa_write()
5449 if (!daa_load(&bytes, j)) in ixj_daa_write()
5452 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[2]; in ixj_daa_write()
5453 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[1]; in ixj_daa_write()
5454 if (!daa_load(&bytes, j)) in ixj_daa_write()
5457 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.IMFilterCoeff_2[0]; in ixj_daa_write()
5458 bytes.low = 0x00; in ixj_daa_write()
5459 if (!daa_load(&bytes, j)) in ixj_daa_write()
5467 bytes.high = 0x06; in ixj_daa_write()
5468 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[7]; in ixj_daa_write()
5469 if (!daa_load(&bytes, j)) in ixj_daa_write()
5472 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[6]; in ixj_daa_write()
5473 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[5]; in ixj_daa_write()
5474 if (!daa_load(&bytes, j)) in ixj_daa_write()
5477 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[4]; in ixj_daa_write()
5478 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[3]; in ixj_daa_write()
5479 if (!daa_load(&bytes, j)) in ixj_daa_write()
5482 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[2]; in ixj_daa_write()
5483 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[1]; in ixj_daa_write()
5484 if (!daa_load(&bytes, j)) in ixj_daa_write()
5487 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.RingerImpendance_2[0]; in ixj_daa_write()
5488 bytes.low = 0x00; in ixj_daa_write()
5489 if (!daa_load(&bytes, j)) in ixj_daa_write()
5497 bytes.high = 0x07; in ixj_daa_write()
5498 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[7]; in ixj_daa_write()
5499 if (!daa_load(&bytes, j)) in ixj_daa_write()
5502 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[6]; in ixj_daa_write()
5503 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[5]; in ixj_daa_write()
5504 if (!daa_load(&bytes, j)) in ixj_daa_write()
5507 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[4]; in ixj_daa_write()
5508 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[3]; in ixj_daa_write()
5509 if (!daa_load(&bytes, j)) in ixj_daa_write()
5512 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[2]; in ixj_daa_write()
5513 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[1]; in ixj_daa_write()
5514 if (!daa_load(&bytes, j)) in ixj_daa_write()
5517 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRRFilterCoeff[0]; in ixj_daa_write()
5518 bytes.low = 0x00; in ixj_daa_write()
5519 if (!daa_load(&bytes, j)) in ixj_daa_write()
5527 bytes.high = 0x08; in ixj_daa_write()
5528 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[7]; in ixj_daa_write()
5529 if (!daa_load(&bytes, j)) in ixj_daa_write()
5532 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[6]; in ixj_daa_write()
5533 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[5]; in ixj_daa_write()
5534 if (!daa_load(&bytes, j)) in ixj_daa_write()
5537 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[4]; in ixj_daa_write()
5538 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[3]; in ixj_daa_write()
5539 if (!daa_load(&bytes, j)) in ixj_daa_write()
5542 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[2]; in ixj_daa_write()
5543 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[1]; in ixj_daa_write()
5544 if (!daa_load(&bytes, j)) in ixj_daa_write()
5547 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.FRXFilterCoeff[0]; in ixj_daa_write()
5548 bytes.low = 0x00; in ixj_daa_write()
5549 if (!daa_load(&bytes, j)) in ixj_daa_write()
5557 bytes.high = 0x09; in ixj_daa_write()
5558 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.ARFilterCoeff[3]; in ixj_daa_write()
5559 if (!daa_load(&bytes, j)) in ixj_daa_write()
5562 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.ARFilterCoeff[2]; in ixj_daa_write()
5563 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.ARFilterCoeff[1]; in ixj_daa_write()
5564 if (!daa_load(&bytes, j)) in ixj_daa_write()
5567 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.ARFilterCoeff[0]; in ixj_daa_write()
5568 bytes.low = 0x00; in ixj_daa_write()
5569 if (!daa_load(&bytes, j)) in ixj_daa_write()
5577 bytes.high = 0x0A; in ixj_daa_write()
5578 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.AXFilterCoeff[3]; in ixj_daa_write()
5579 if (!daa_load(&bytes, j)) in ixj_daa_write()
5582 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.AXFilterCoeff[2]; in ixj_daa_write()
5583 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.AXFilterCoeff[1]; in ixj_daa_write()
5584 if (!daa_load(&bytes, j)) in ixj_daa_write()
5587 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.AXFilterCoeff[0]; in ixj_daa_write()
5588 bytes.low = 0x00; in ixj_daa_write()
5589 if (!daa_load(&bytes, j)) in ixj_daa_write()
5597 bytes.high = 0x0B; in ixj_daa_write()
5598 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.Tone1Coeff[3]; in ixj_daa_write()
5599 if (!daa_load(&bytes, j)) in ixj_daa_write()
5602 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.Tone1Coeff[2]; in ixj_daa_write()
5603 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.Tone1Coeff[1]; in ixj_daa_write()
5604 if (!daa_load(&bytes, j)) in ixj_daa_write()
5607 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.Tone1Coeff[0]; in ixj_daa_write()
5608 bytes.low = 0x00; in ixj_daa_write()
5609 if (!daa_load(&bytes, j)) in ixj_daa_write()
5617 bytes.high = 0x0C; in ixj_daa_write()
5618 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.Tone2Coeff[3]; in ixj_daa_write()
5619 if (!daa_load(&bytes, j)) in ixj_daa_write()
5622 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.Tone2Coeff[2]; in ixj_daa_write()
5623 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.Tone2Coeff[1]; in ixj_daa_write()
5624 if (!daa_load(&bytes, j)) in ixj_daa_write()
5627 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.Tone2Coeff[0]; in ixj_daa_write()
5628 bytes.low = 0x00; in ixj_daa_write()
5629 if (!daa_load(&bytes, j)) in ixj_daa_write()
5637 bytes.high = 0x0D; in ixj_daa_write()
5638 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.LevelmeteringRinging[3]; in ixj_daa_write()
5639 if (!daa_load(&bytes, j)) in ixj_daa_write()
5642 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.LevelmeteringRinging[2]; in ixj_daa_write()
5643 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.LevelmeteringRinging[1]; in ixj_daa_write()
5644 if (!daa_load(&bytes, j)) in ixj_daa_write()
5647 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.LevelmeteringRinging[0]; in ixj_daa_write()
5648 bytes.low = 0x00; in ixj_daa_write()
5649 if (!daa_load(&bytes, j)) in ixj_daa_write()
5657 bytes.high = 0x0E; in ixj_daa_write()
5658 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[7]; in ixj_daa_write()
5659 if (!daa_load(&bytes, j)) in ixj_daa_write()
5662 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[6]; in ixj_daa_write()
5663 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[5]; in ixj_daa_write()
5664 if (!daa_load(&bytes, j)) in ixj_daa_write()
5667 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[4]; in ixj_daa_write()
5668 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[3]; in ixj_daa_write()
5669 if (!daa_load(&bytes, j)) in ixj_daa_write()
5672 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[2]; in ixj_daa_write()
5673 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[1]; in ixj_daa_write()
5674 if (!daa_load(&bytes, j)) in ixj_daa_write()
5677 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID1stTone[0]; in ixj_daa_write()
5678 bytes.low = 0x00; in ixj_daa_write()
5679 if (!daa_load(&bytes, j)) in ixj_daa_write()
5687 bytes.high = 0x0F; in ixj_daa_write()
5688 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[7]; in ixj_daa_write()
5689 if (!daa_load(&bytes, j)) in ixj_daa_write()
5692 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[6]; in ixj_daa_write()
5693 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[5]; in ixj_daa_write()
5694 if (!daa_load(&bytes, j)) in ixj_daa_write()
5697 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[4]; in ixj_daa_write()
5698 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[3]; in ixj_daa_write()
5699 if (!daa_load(&bytes, j)) in ixj_daa_write()
5702 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[2]; in ixj_daa_write()
5703 bytes.low = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[1]; in ixj_daa_write()
5704 if (!daa_load(&bytes, j)) in ixj_daa_write()
5707 bytes.high = j->m_DAAShadowRegs.COP_REGS.COP.CallerID2ndTone[0]; in ixj_daa_write()
5708 bytes.low = 0x00; in ixj_daa_write()
5709 if (!daa_load(&bytes, j)) in ixj_daa_write()
6194 retval = j->ex.bytes; in do_ixj_ioctl()
6627 j->ex_sig.bytes |= raise; in do_ixj_ioctl()
6629 j->ex_sig.bytes &= (raise^0xffff); in do_ixj_ioctl()
6770 BYTES bytes; in ixj_selfprobe() local
6801 bytes.high = bytes.low = inb_p(j->XILINXbase + 0x02); in ixj_selfprobe()
6802 outb_p(bytes.low ^ 0xFF, j->XILINXbase + 0x02); in ixj_selfprobe()
6804 bytes.low = inb_p(j->XILINXbase + 0x02); in ixj_selfprobe()
6805 if (bytes.low == bytes.high) /* Register is read only on */ in ixj_selfprobe()
6896 j->gpio.bytes.high = 0x09; in ixj_selfprobe()
6908 j->gpio.bytes.high = 0x0B; in ixj_selfprobe()
6909 j->gpio.bytes.low = 0x00; in ixj_selfprobe()