Searched refs:channelCookie (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/busses/ata/it8211/ |
H A D | it8211.c | 22 it8211_set_channel(void *channelCookie, ata_channel channel) in it8211_set_channel() argument 24 sATAAdapter->set_channel((ata_adapter_channel_info *)channelCookie, in it8211_set_channel() 30 it8211_write_command_block_regs(void *channelCookie, ata_task_file *taskFile, in it8211_write_command_block_regs() argument 34 (ata_adapter_channel_info *)channelCookie, taskFile, registerMask); in it8211_write_command_block_regs() 39 it8211_read_command_block_regs(void *channelCookie, ata_task_file *taskFile, in it8211_read_command_block_regs() argument 43 (ata_adapter_channel_info *)channelCookie, taskFile, registerMask); in it8211_read_command_block_regs() 48 it8211_get_altstatus(void *channelCookie) in it8211_get_altstatus() argument 50 return sATAAdapter->get_altstatus((ata_adapter_channel_info *)channelCookie); in it8211_get_altstatus() 55 it8211_write_device_control(void *channelCookie, uint8 value) in it8211_write_device_control() argument 58 (ata_adapter_channel_info *)channelCookie, value); in it8211_write_device_control() [all …]
|
/haiku/headers/os/drivers/bus/ |
H A D | ATA.h | 37 status_t (*write_command_block_regs)(void *channelCookie, 39 status_t (*read_command_block_regs)(void *channelCookie, 42 uint8 (*get_altstatus)(void *channelCookie); 43 status_t (*write_device_control)(void *channelCookie, uint8 val); 45 status_t (*write_pio)(void *channelCookie, uint16 *data, int count, 47 status_t (*read_pio)(void *channelCookie, uint16 *data, int count, 50 status_t (*prepare_dma)(void *channelCookie, const physical_entry *sg_list, 52 status_t (*start_dma)(void *channelCookie); 53 status_t (*finish_dma)(void *channelCookie);
|
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/ |
H A D | silicon_image_3112.c | 502 channel_uninit(void *channelCookie) in channel_uninit() argument 504 channel_data *channel = channelCookie; in channel_uninit() 520 channel_removed(void *channelCookie) in channel_removed() argument 522 channel_data *channel = channelCookie; in channel_removed() 528 set_channel(void *channelCookie, ata_channel ataChannel) in set_channel() argument 530 channel_data *channel = channelCookie; in set_channel() 536 task_file_write(void *channelCookie, ata_task_file *tf, ata_reg_mask mask) in task_file_write() argument 538 channel_data *channel = channelCookie; in task_file_write() 564 task_file_read(void *channelCookie, ata_task_file *tf, ata_reg_mask mask) in task_file_read() argument 566 channel_data *channel = channelCookie; in task_file_read() [all …]
|