Searched defs:read_pio (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/os/drivers/bus/ |
H A D | ATA.h | 47 status_t (*read_pio)(void *channelCookie, uint16 *data, int count, member
|
/haiku/src/add-ons/kernel/busses/ata/generic_ide_pci/ |
H A D | generic_ide_pci.cpp | 76 read_pio(void *channel_cookie, uint16 *data, int count, bool force_16bit) in read_pio() function
|
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/ |
H A D | highpoint_ide_pci.cpp | 103 read_pio(void *channel_cookie, uint16 *data, int count, bool force_16bit) in read_pio() function
|
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/ |
H A D | promise_tx2.c | 76 read_pio(void *channel_cookie, uint16 *data, int count, bool force_16bit) in read_pio() function
|
/haiku/headers/private/drivers/ |
H A D | ata_adapter.h | 137 status_t (*read_pio)(ata_adapter_channel_info *channel, uint16 *data, int count, bool force_16bit); member
|