Home
last modified time | relevance | path

Searched refs:ata_pci_write_ivar (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/ata/
Data-pci.h608 int ata_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value);
656 DEVMETHOD(bus_write_ivar, ata_pci_write_ivar), \
Data-pci.c198 ata_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in ata_pci_write_ivar() function
590 DEVMETHOD(bus_write_ivar, ata_pci_write_ivar),
/freebsd-9-stable/sys/dev/ata/chipsets/
Data-ahci.c1054 DEVMETHOD(bus_write_ivar, ata_pci_write_ivar),