Home
last modified time | relevance | path

Searched refs:hwif (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ide/
H A Dide-probe.c195 ide_hwif_t *hwif = drive->hwif; in do_identify() local
254 ide_hwif_t *hwif = drive->hwif; in ide_dev_read_id() local
334 ide_hwif_t *hwif = drive->hwif; in ide_busy_sleep() local
384 ide_hwif_t *hwif = drive->hwif; in do_probe() local
766 ide_hwif_t *hwif = drive->hwif; in ide_init_queue() local
885 if (request_irq(hwif->irq, irq_handler, sa, hwif->name, hwif)) in init_irq()
915 ide_hwif_t *hwif = drive->hwif; in ide_init_disk() local
969 hwif->name, hwif->irq); in hwif_init()
1108 ide_hwif_t *hwif = drive->hwif; in drive_rq_insert_work() local
1152 drive->hwif = hwif; in ide_port_init_devices_data()
[all …]
H A Dide-dma-sff.c23 ide_hwif_t *hwif = drive->hwif; in config_drive_for_dma() local
85 ide_hwif_t *hwif = drive->hwif; in ide_dma_host_set() local
87 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_host_set()
117 ide_hwif_t *hwif = drive->hwif; in ide_build_dmatable() local
190 ide_hwif_t *hwif = drive->hwif; in ide_dma_setup() local
215 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_setup()
240 ide_hwif_t *hwif = drive->hwif; in ide_dma_sff_timer_expiry() local
266 ide_hwif_t *hwif = drive->hwif; in ide_dma_start() local
288 ide_hwif_t *hwif = drive->hwif; in ide_dma_end() local
302 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_end()
[all …]
H A Dide-io.c127 ide_hwif_t *hwif = drive->hwif; in ide_complete_rq() local
235 ide_hwif_t *hwif = drive->hwif; in ide_map_sg() local
462 ide_hwif_t *hwif = drive->hwif; in ide_issue_rq() local
506 hwif->host->cur_port = hwif; in ide_issue_rq()
567 ide_hwif_t *hwif = drive->hwif; in ide_queue_rq() local
582 ide_hwif_t *hwif = drive->hwif; in drive_is_ready() local
593 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
649 hwif->req_gen_timer = hwif->req_gen; in ide_timer_expiry()
682 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
794 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
[all …]
H A Dtrm290.c147 ide_hwif_t *hwif = drive->hwif; in trm290_prepare_drive() local
157 hwif->select_data = reg; in trm290_prepare_drive()
159 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in trm290_prepare_drive()
194 ide_hwif_t *hwif = drive->hwif; in trm290_dma_setup() local
202 outl(hwif->dmatable_dma | rw, hwif->dma_base); in trm290_dma_setup()
249 hwif->dma_base = (cfg_base + 4) ^ (hwif->channel ? 0x80 : 0); in init_hwif_trm290()
252 hwif->name, hwif->dma_base, hwif->dma_base + 3); in init_hwif_trm290()
259 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in init_hwif_trm290()
262 outb(hwif->select_data, hwif->config_data); in init_hwif_trm290()
272 hwif->irq = hwif->channel ? 15 : 14; in init_hwif_trm290()
[all …]
H A Dide-dma.c93 ide_hwif_t *hwif = drive->hwif; in ide_dma_intr() local
100 stat = hwif->tp_ops->read_status(hwif); in ide_dma_intr()
135 ide_hwif_t *hwif = drive->hwif; in ide_dma_map_sg() local
166 ide_hwif_t *hwif = drive->hwif; in ide_dma_unmap_sg() local
240 ide_hwif_t *hwif = drive->hwif; in ide_get_mode_mask() local
313 ide_hwif_t *hwif = drive->hwif; in ide_find_dma_mode() local
353 ide_hwif_t *hwif = drive->hwif; in ide_tune_dma() local
380 ide_hwif_t *hwif = drive->hwif; in ide_dma_check() local
448 ide_hwif_t *hwif = drive->hwif; in ide_dma_timeout_retry() local
463 hwif->tp_ops->read_status(hwif)); in ide_dma_timeout_retry()
[all …]
H A Dide-eh.c11 ide_hwif_t *hwif = drive->hwif; in ide_ata_error() local
22 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS) in ide_ata_error()
48 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_ata_error()
67 ide_hwif_t *hwif = drive->hwif; in ide_atapi_error() local
77 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_atapi_error()
79 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE); in ide_atapi_error()
170 ide_hwif_t *hwif = drive->hwif; in atapi_reset_pollfunc() local
194 hwif->polling = 0; in atapi_reset_pollfunc()
226 ide_hwif_t *hwif = drive->hwif; in reset_pollfunc() local
240 tmp = hwif->tp_ops->read_status(hwif); in reset_pollfunc()
[all …]
H A Dns87415.c104 u8 port = hwif->channel, tmp; in superio_init_iops()
125 ide_hwif_t *hwif = drive->hwif; in ns87415_prepare_drive() local
134 bit = 1 << (8 + hwif->channel); in ns87415_prepare_drive()
187 ide_hwif_t *hwif = drive->hwif; in ns87415_dma_end() local
190 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ns87415_dma_end()
228 if (hwif->mate) { in init_hwif_ns87415()
229 hwif->select_data = hwif->mate->select_data; in init_hwif_ns87415()
253 outb(8, hwif->io_ports.ctl_addr); in init_hwif_ns87415()
256 stat = hwif->tp_ops->read_status(hwif); in init_hwif_ns87415()
264 hwif->irq = pci_get_legacy_ide_irq(dev, hwif->channel); in init_hwif_ns87415()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ide/
H A Dide-probe.c195 ide_hwif_t *hwif = drive->hwif; in do_identify() local
254 ide_hwif_t *hwif = drive->hwif; in ide_dev_read_id() local
334 ide_hwif_t *hwif = drive->hwif; in ide_busy_sleep() local
384 ide_hwif_t *hwif = drive->hwif; in do_probe() local
766 ide_hwif_t *hwif = drive->hwif; in ide_init_queue() local
885 if (request_irq(hwif->irq, irq_handler, sa, hwif->name, hwif)) in init_irq()
915 ide_hwif_t *hwif = drive->hwif; in ide_init_disk() local
969 hwif->name, hwif->irq); in hwif_init()
1108 ide_hwif_t *hwif = drive->hwif; in drive_rq_insert_work() local
1152 drive->hwif = hwif; in ide_port_init_devices_data()
[all …]
H A Dide-dma-sff.c23 ide_hwif_t *hwif = drive->hwif; in config_drive_for_dma() local
85 ide_hwif_t *hwif = drive->hwif; in ide_dma_host_set() local
87 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_host_set()
117 ide_hwif_t *hwif = drive->hwif; in ide_build_dmatable() local
190 ide_hwif_t *hwif = drive->hwif; in ide_dma_setup() local
215 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_setup()
240 ide_hwif_t *hwif = drive->hwif; in ide_dma_sff_timer_expiry() local
266 ide_hwif_t *hwif = drive->hwif; in ide_dma_start() local
288 ide_hwif_t *hwif = drive->hwif; in ide_dma_end() local
302 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_end()
[all …]
H A Dide-io.c127 ide_hwif_t *hwif = drive->hwif; in ide_complete_rq() local
235 ide_hwif_t *hwif = drive->hwif; in ide_map_sg() local
462 ide_hwif_t *hwif = drive->hwif; in ide_issue_rq() local
506 hwif->host->cur_port = hwif; in ide_issue_rq()
567 ide_hwif_t *hwif = drive->hwif; in ide_queue_rq() local
582 ide_hwif_t *hwif = drive->hwif; in drive_is_ready() local
593 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
649 hwif->req_gen_timer = hwif->req_gen; in ide_timer_expiry()
682 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
794 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
[all …]
H A Dtrm290.c147 ide_hwif_t *hwif = drive->hwif; in trm290_prepare_drive() local
157 hwif->select_data = reg; in trm290_prepare_drive()
159 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in trm290_prepare_drive()
194 ide_hwif_t *hwif = drive->hwif; in trm290_dma_setup() local
202 outl(hwif->dmatable_dma | rw, hwif->dma_base); in trm290_dma_setup()
249 hwif->dma_base = (cfg_base + 4) ^ (hwif->channel ? 0x80 : 0); in init_hwif_trm290()
252 hwif->name, hwif->dma_base, hwif->dma_base + 3); in init_hwif_trm290()
259 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in init_hwif_trm290()
262 outb(hwif->select_data, hwif->config_data); in init_hwif_trm290()
272 hwif->irq = hwif->channel ? 15 : 14; in init_hwif_trm290()
[all …]
H A Dide-dma.c93 ide_hwif_t *hwif = drive->hwif; in ide_dma_intr() local
100 stat = hwif->tp_ops->read_status(hwif); in ide_dma_intr()
135 ide_hwif_t *hwif = drive->hwif; in ide_dma_map_sg() local
166 ide_hwif_t *hwif = drive->hwif; in ide_dma_unmap_sg() local
240 ide_hwif_t *hwif = drive->hwif; in ide_get_mode_mask() local
313 ide_hwif_t *hwif = drive->hwif; in ide_find_dma_mode() local
353 ide_hwif_t *hwif = drive->hwif; in ide_tune_dma() local
380 ide_hwif_t *hwif = drive->hwif; in ide_dma_check() local
448 ide_hwif_t *hwif = drive->hwif; in ide_dma_timeout_retry() local
463 hwif->tp_ops->read_status(hwif)); in ide_dma_timeout_retry()
[all …]
H A Dide-eh.c11 ide_hwif_t *hwif = drive->hwif; in ide_ata_error() local
22 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS) in ide_ata_error()
48 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_ata_error()
67 ide_hwif_t *hwif = drive->hwif; in ide_atapi_error() local
77 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_atapi_error()
79 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE); in ide_atapi_error()
170 ide_hwif_t *hwif = drive->hwif; in atapi_reset_pollfunc() local
194 hwif->polling = 0; in atapi_reset_pollfunc()
226 ide_hwif_t *hwif = drive->hwif; in reset_pollfunc() local
240 tmp = hwif->tp_ops->read_status(hwif); in reset_pollfunc()
[all …]
H A Dns87415.c104 u8 port = hwif->channel, tmp; in superio_init_iops()
125 ide_hwif_t *hwif = drive->hwif; in ns87415_prepare_drive() local
134 bit = 1 << (8 + hwif->channel); in ns87415_prepare_drive()
187 ide_hwif_t *hwif = drive->hwif; in ns87415_dma_end() local
190 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ns87415_dma_end()
228 if (hwif->mate) { in init_hwif_ns87415()
229 hwif->select_data = hwif->mate->select_data; in init_hwif_ns87415()
253 outb(8, hwif->io_ports.ctl_addr); in init_hwif_ns87415()
256 stat = hwif->tp_ops->read_status(hwif); in init_hwif_ns87415()
264 hwif->irq = pci_get_legacy_ide_irq(dev, hwif->channel); in init_hwif_ns87415()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ide/
H A Dide-probe.c195 ide_hwif_t *hwif = drive->hwif; in do_identify() local
254 ide_hwif_t *hwif = drive->hwif; in ide_dev_read_id() local
334 ide_hwif_t *hwif = drive->hwif; in ide_busy_sleep() local
384 ide_hwif_t *hwif = drive->hwif; in do_probe() local
766 ide_hwif_t *hwif = drive->hwif; in ide_init_queue() local
885 if (request_irq(hwif->irq, irq_handler, sa, hwif->name, hwif)) in init_irq()
915 ide_hwif_t *hwif = drive->hwif; in ide_init_disk() local
969 hwif->name, hwif->irq); in hwif_init()
1108 ide_hwif_t *hwif = drive->hwif; in drive_rq_insert_work() local
1152 drive->hwif = hwif; in ide_port_init_devices_data()
[all …]
H A Dide-dma-sff.c23 ide_hwif_t *hwif = drive->hwif; in config_drive_for_dma() local
85 ide_hwif_t *hwif = drive->hwif; in ide_dma_host_set() local
87 u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_host_set()
117 ide_hwif_t *hwif = drive->hwif; in ide_build_dmatable() local
190 ide_hwif_t *hwif = drive->hwif; in ide_dma_setup() local
215 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_setup()
240 ide_hwif_t *hwif = drive->hwif; in ide_dma_sff_timer_expiry() local
266 ide_hwif_t *hwif = drive->hwif; in ide_dma_start() local
288 ide_hwif_t *hwif = drive->hwif; in ide_dma_end() local
302 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ide_dma_end()
[all …]
H A Dide-io.c127 ide_hwif_t *hwif = drive->hwif; in ide_complete_rq() local
235 ide_hwif_t *hwif = drive->hwif; in ide_map_sg() local
462 ide_hwif_t *hwif = drive->hwif; in ide_issue_rq() local
506 hwif->host->cur_port = hwif; in ide_issue_rq()
567 ide_hwif_t *hwif = drive->hwif; in ide_queue_rq() local
582 ide_hwif_t *hwif = drive->hwif; in drive_is_ready() local
593 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
649 hwif->req_gen_timer = hwif->req_gen; in ide_timer_expiry()
682 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
794 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
[all …]
H A Dtrm290.c147 ide_hwif_t *hwif = drive->hwif; in trm290_prepare_drive() local
157 hwif->select_data = reg; in trm290_prepare_drive()
159 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in trm290_prepare_drive()
194 ide_hwif_t *hwif = drive->hwif; in trm290_dma_setup() local
202 outl(hwif->dmatable_dma | rw, hwif->dma_base); in trm290_dma_setup()
249 hwif->dma_base = (cfg_base + 4) ^ (hwif->channel ? 0x80 : 0); in init_hwif_trm290()
252 hwif->name, hwif->dma_base, hwif->dma_base + 3); in init_hwif_trm290()
259 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1); in init_hwif_trm290()
262 outb(hwif->select_data, hwif->config_data); in init_hwif_trm290()
272 hwif->irq = hwif->channel ? 15 : 14; in init_hwif_trm290()
[all …]
H A Dide-dma.c93 ide_hwif_t *hwif = drive->hwif; in ide_dma_intr() local
100 stat = hwif->tp_ops->read_status(hwif); in ide_dma_intr()
135 ide_hwif_t *hwif = drive->hwif; in ide_dma_map_sg() local
166 ide_hwif_t *hwif = drive->hwif; in ide_dma_unmap_sg() local
240 ide_hwif_t *hwif = drive->hwif; in ide_get_mode_mask() local
313 ide_hwif_t *hwif = drive->hwif; in ide_find_dma_mode() local
353 ide_hwif_t *hwif = drive->hwif; in ide_tune_dma() local
380 ide_hwif_t *hwif = drive->hwif; in ide_dma_check() local
448 ide_hwif_t *hwif = drive->hwif; in ide_dma_timeout_retry() local
463 hwif->tp_ops->read_status(hwif)); in ide_dma_timeout_retry()
[all …]
H A Dide-eh.c11 ide_hwif_t *hwif = drive->hwif; in ide_ata_error() local
22 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS) in ide_ata_error()
48 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_ata_error()
67 ide_hwif_t *hwif = drive->hwif; in ide_atapi_error() local
77 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_atapi_error()
79 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE); in ide_atapi_error()
170 ide_hwif_t *hwif = drive->hwif; in atapi_reset_pollfunc() local
194 hwif->polling = 0; in atapi_reset_pollfunc()
226 ide_hwif_t *hwif = drive->hwif; in reset_pollfunc() local
240 tmp = hwif->tp_ops->read_status(hwif); in reset_pollfunc()
[all …]
H A Dns87415.c104 u8 port = hwif->channel, tmp; in superio_init_iops()
125 ide_hwif_t *hwif = drive->hwif; in ns87415_prepare_drive() local
134 bit = 1 << (8 + hwif->channel); in ns87415_prepare_drive()
187 ide_hwif_t *hwif = drive->hwif; in ns87415_dma_end() local
190 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif); in ns87415_dma_end()
228 if (hwif->mate) { in init_hwif_ns87415()
229 hwif->select_data = hwif->mate->select_data; in init_hwif_ns87415()
253 outb(8, hwif->io_ports.ctl_addr); in init_hwif_ns87415()
256 stat = hwif->tp_ops->read_status(hwif); in init_hwif_ns87415()
264 hwif->irq = pci_get_legacy_ide_irq(dev, hwif->channel); in init_hwif_ns87415()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c125 if (HINIC_IS_VF(hwif)) in hinic_set_pf_action()
203 if (HINIC_IS_VF(hwif)) { in hwif_ready()
216 if (!hwif_ready(hwif)) in wait_hwif_ready()
349 if (!hwif) in hinic_glb_pf_vf_offset()
406 hwif->pdev = pdev; in hinic_init_hwif()
409 if (!hwif->cfg_regs_bar) { in hinic_init_hwif()
415 if (!hwif->intr_regs_base) { in hinic_init_hwif()
428 read_hwif_attr(hwif); in hinic_init_hwif()
430 if (HINIC_IS_PF(hwif)) in hinic_init_hwif()
431 set_ppf(hwif); in hinic_init_hwif()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c125 if (HINIC_IS_VF(hwif)) in hinic_set_pf_action()
203 if (HINIC_IS_VF(hwif)) { in hwif_ready()
216 if (!hwif_ready(hwif)) in wait_hwif_ready()
349 if (!hwif) in hinic_glb_pf_vf_offset()
406 hwif->pdev = pdev; in hinic_init_hwif()
409 if (!hwif->cfg_regs_bar) { in hinic_init_hwif()
415 if (!hwif->intr_regs_base) { in hinic_init_hwif()
428 read_hwif_attr(hwif); in hinic_init_hwif()
430 if (HINIC_IS_PF(hwif)) in hinic_init_hwif()
431 set_ppf(hwif); in hinic_init_hwif()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c125 if (HINIC_IS_VF(hwif)) in hinic_set_pf_action()
203 if (HINIC_IS_VF(hwif)) { in hwif_ready()
216 if (!hwif_ready(hwif)) in wait_hwif_ready()
349 if (!hwif) in hinic_glb_pf_vf_offset()
406 hwif->pdev = pdev; in hinic_init_hwif()
409 if (!hwif->cfg_regs_bar) { in hinic_init_hwif()
415 if (!hwif->intr_regs_base) { in hinic_init_hwif()
428 read_hwif_attr(hwif); in hinic_init_hwif()
430 if (HINIC_IS_PF(hwif)) in hinic_init_hwif()
431 set_ppf(hwif); in hinic_init_hwif()
[all …]
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/btc/
H A Dbip32_test.py36 self.assertEqual(pub_mp0.hwif(), m0p.hwif())
51 self.assertEqual(pub_m0p1.hwif(), m0p1.hwif())
66 self.assertEqual(pub_m0p1_1_2p.hwif(), m0p1_1_2p.hwif())
81 self.assertEqual(pub_m0p1_1_2p_2.hwif(), m0p1_1_2p_2.hwif())
125 self.assertEqual(pub_m0.hwif(), m0.hwif())
197 self.assertEqual(m0.hwif(), pm0.hwif())
203 self.assertEqual(m.hwif(), pm.hwif())
208 self.assertEqual(m.hwif(), m3.hwif())
216 self.assertEqual(k.hwif(), k2.hwif())
217 self.assertEqual(k.hwif(), k3.hwif())
[all …]

12345678910>>...16