Searched refs:eth_device (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/ethernet/aml-ethernet-s912/
H A Daml-ethernet.cpp121 auto eth_device = fbl::make_unique_checked<AmlEthernet>(&ac); local
126 zx_status_t status = eth_device->InitPdev(device);
132 gpio_config_out(&eth_device->gpios_[PHY_RESET], 0);
134 auto cleanup = fbl::MakeAutoCall([&]() { eth_device->ReleaseBuffers(); });
137 void* pregs = io_buffer_virt(&eth_device->periph_regs_iobuff_);
151 void* hregs = io_buffer_virt(&eth_device->hhi_regs_iobuff_);
157 status = i2c_write_sync(&eth_device->i2c_, write_buf, sizeof(write_buf));
180 eth_mac_dev_args.ctx = eth_device.get();
182 status = pdev_device_add(&eth_device->pdev_, 0, &eth_mac_dev_args, &eth_device
[all...]

Completed in 22 milliseconds