Lines Matching full:test
70 /* Test that non-reserved bits in xMR and xTSR can be set and cleared */ in test_reg_write_read()
115 /* Test that direct lines reserved bits are not written to */ in test_direct_lines_write()
144 /* Test that reserved bits stay are not written to */ in test_reserved_bits_write()
168 * Test that we can launch a software irq by : in test_software_interrupt()
260 /* Test that an irq is raised on rising edge only */ in test_edge_selector()
269 /* Clean the test */ in test_edge_selector()
281 /* Test that an irq is raised on falling edge only */ in test_edge_selector()
290 /* Clean the test */ in test_edge_selector()
301 /* Test that an irq is raised on rising edge */ in test_edge_selector()
306 /* Clean the test */ in test_edge_selector()
312 /* Test that an irq is raised on falling edge */ in test_edge_selector()
317 /* Clean the test */ in test_edge_selector()
328 /* Test that no irq is raised */ in test_edge_selector()
341 * Test that software irq doesn't happen when : in test_no_software_interrupt()
414 * Test that irq doesn't happen when : in test_masked_interrupt()
459 * Test that we can launch an irq by : in test_interrupt()
513 * test that raising the line pends interrupt in test_orred_interrupts()