interrupt.c | 116 bus_space_read_1(icu_bst, elcr_bsh, (reg)) 118 bus_space_write_1(icu_bst, elcr_bsh, (reg), (val)) 122 static bus_space_handle_t icu1_bsh, icu2_bsh, elcr_bsh; variable in typeref:typename:bus_space_handle_t 180 bus_space_map(icu_bst, PCIB_BASE + IO_ELCR, IO_ELCRSIZE, 0, &elcr_bsh);
|