Lines Matching refs:sio
66 static bool is_parallel_enabled(ISASuperIODevice *sio, uint8_t index) in is_parallel_enabled() argument
68 PC87312State *s = PC87312(sio); in is_parallel_enabled()
74 static uint16_t get_parallel_iobase(ISASuperIODevice *sio, uint8_t index) in get_parallel_iobase() argument
76 PC87312State *s = PC87312(sio); in get_parallel_iobase()
82 static unsigned int get_parallel_irq(ISASuperIODevice *sio, uint8_t index) in get_parallel_irq() argument
84 PC87312State *s = PC87312(sio); in get_parallel_irq()
102 static uint16_t get_uart_iobase(ISASuperIODevice *sio, uint8_t i) in get_uart_iobase() argument
104 PC87312State *s = PC87312(sio); in get_uart_iobase()
116 static unsigned int get_uart_irq(ISASuperIODevice *sio, uint8_t i) in get_uart_irq() argument
118 PC87312State *s = PC87312(sio); in get_uart_irq()
124 static bool is_uart_enabled(ISASuperIODevice *sio, uint8_t i) in is_uart_enabled() argument
126 PC87312State *s = PC87312(sio); in is_uart_enabled()
133 static bool is_fdc_enabled(ISASuperIODevice *sio, uint8_t index) in is_fdc_enabled() argument
135 PC87312State *s = PC87312(sio); in is_fdc_enabled()
140 static uint16_t get_fdc_iobase(ISASuperIODevice *sio, uint8_t index) in get_fdc_iobase() argument
142 PC87312State *s = PC87312(sio); in get_fdc_iobase()
147 static unsigned int get_fdc_irq(ISASuperIODevice *sio, uint8_t index) in get_fdc_irq() argument
156 static bool is_ide_enabled(ISASuperIODevice *sio, uint8_t index) in is_ide_enabled() argument
158 PC87312State *s = PC87312(sio); in is_ide_enabled()
163 static uint16_t get_ide_iobase(ISASuperIODevice *sio, uint8_t index) in get_ide_iobase() argument
165 PC87312State *s = PC87312(sio); in get_ide_iobase()
168 return get_ide_iobase(sio, 0) + 0x206; in get_ide_iobase()
173 static unsigned int get_ide_irq(ISASuperIODevice *sio, uint8_t index) in get_ide_irq() argument