Searched defs:fdctrl_t (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp95 typedef struct fdctrl_t fdctrl_t; typedef in typeref:struct:fdctrl_t
505 static void fdctrl_reset(fdctrl_t *fdctrl, int do_irq);
506 static void fdctrl_reset_fifo(fdctrl_t *fdctrl);
517 static void fdctrl_raise_irq(fdctrl_t *fdctrl, uint8_t status0);
518 static fdrive_t *get_cur_drv(fdctrl_t *fdctrl);
521 static uint32_t fdctrl_read_statusA(fdctrl_t *fdctrl);
522 static uint32_t fdctrl_read_statusB(fdctrl_t *fdctrl);
523 static uint32_t fdctrl_read_dor(fdctrl_t *fdctrl);
524 static void fdctrl_write_dor(fdctrl_t *fdctr
697 struct fdctrl_t { struct
[all...]

Completed in 49 milliseconds