Lines Matching refs:hfc4s8s_hw
196 } hfc4s8s_hw; typedef
202 SetRegAddr(hfc4s8s_hw *a, u_char b) in SetRegAddr()
208 GetRegAddr(hfc4s8s_hw *a) in GetRegAddr()
215 Write_hfc8(hfc4s8s_hw *a, u_char b, u_char c) in Write_hfc8()
222 fWrite_hfc8(hfc4s8s_hw *a, u_char c) in fWrite_hfc8()
228 fWrite_hfc32(hfc4s8s_hw *a, u_long c) in fWrite_hfc32()
234 Read_hfc8(hfc4s8s_hw *a, u_char b) in Read_hfc8()
241 fRead_hfc8(hfc4s8s_hw *a) in fRead_hfc8()
248 Read_hfc16(hfc4s8s_hw *a, u_char b) in Read_hfc16()
255 fRead_hfc32(hfc4s8s_hw *a) in fRead_hfc32()
261 wait_busy(hfc4s8s_hw *a) in wait_busy()
274 Read_hfc8_stable(hfc4s8s_hw *hw, int reg) in Read_hfc8_stable()
286 Read_hfc16_stable(hfc4s8s_hw *hw, int reg) in Read_hfc16_stable()
991 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue); in hfc4s8s_bh()
1177 hfc4s8s_hw *hw = dev_id; in hfc4s8s_interrupt()
1231 chipreset(hfc4s8s_hw *hw) in chipreset()
1260 hfc_hardware_enable(hfc4s8s_hw *hw, int enable, int nt_mode) in hfc_hardware_enable()
1367 release_pci_ports(hfc4s8s_hw *hw) in release_pci_ports()
1378 enable_pci_ports(hfc4s8s_hw *hw) in enable_pci_ports()
1388 setup_instance(hfc4s8s_hw *hw) in setup_instance()
1474 hfc4s8s_hw *hw; in hfc4s8s_probe()
1476 if (!(hw = kzalloc(sizeof(hfc4s8s_hw), GFP_ATOMIC))) { in hfc4s8s_probe()
1522 hfc4s8s_hw *hw = pci_get_drvdata(pdev); in hfc4s8s_remove()