
VPBHP_IOC_PCI_READ_BUF_STATS:
	=> pci_read_buf_stats 
		=> NOT USED!!
!ACTION: delete!

VPBHP_IOC_PCI_BLOCK_WRITE:
	=> pci_block_write 
		=> Generic_pci_block_write
			=> HipDataPCI::WriteDspSram
				=> CommData::InitDefault (OpenLine4)
				=> DspFifoData::Write (OpenLine4)
				=> DspFifoData::Read (OpenLine4)
	=> pci_write
		=> hdaport::send_control_word
		=> hdaport::read_control_byte
	
VPBHP_IOC_PCI_BLOCK_READ:
	=> pci_block_read
		=> Generic_pci_block_read
			=> HipDataPCI::ReadDspSram (OpenLine4)
	=> pci_read
		=> hdaport::send_control_word
		=> hdaport::read_control_byte

send_control_word  ---> write_reg
	=> set_loop_offhook --> takes codec off hook
	=> set_loop_onhook  --> puts codec on hook
	=> set_audio_on    --> turns on audio when station taken off hook
	=> set_audio_off   --> turns off audio when station is put on hook
	=> set_ring_on     --> 
	=> set_ring_off    --> 
	=> set_tx_timeslot
	=> set_rx_timeslot
	=> set_tx_gain
	=> set_rx_gain
	=> set_codec_reg
	=> init
read_control_byte ---> read_reg
	=> get_codec_reg
	
	

!ACTION: Change to read/write reg

VPBHP_IOC_PCI_WD_EN_L:
	=> pci_wd_en_l
		=> PC_WD_ENABLE

VPBHP_IOC_PCI_WD_EN_H:
	=> pci_wd_en_h
		=> PC_WD_ENABLE

VPBHP_IOC_PCI_WDR_L:
	=> pci_wd_en_h
		=> PC_WD_ENABLE
	=> pci_wd_reset
		=> PC_WD_RESET

VPBHP_IOC_PCI_WDR_H:
	=> pci_wd_en_h
		=> PC_WD_ENABLE
	=> pci_wd_reset
		=> PC_WD_RESET

!ACTION: maybe ignore! ie delete

VPBHP_IOC_PCI_BLOCK_EEREAD:
	=> pci_ee_mandata_read (Reads card information)
!ACTION: Change to store card info in openpci structure DONE
