Searched refs:map (Results 1 – 6 of 6) sorted by relevance
| /test/dm/ |
| A D | regmap.c | 24 struct regmap *map; in dm_test_regmap_base() local 30 ut_assertok_ptr(map); in dm_test_regmap_base() 38 ut_assertok_ptr(map); in dm_test_regmap_base() 59 ut_assertok_ptr(map); in dm_test_regmap_base() 77 struct regmap *map; in dm_test_regmap_syscon() local 80 ut_assertok_ptr(map); in dm_test_regmap_syscon() 84 ut_assertok_ptr(map); in dm_test_regmap_syscon() 103 struct regmap *map; in dm_test_regmap_rw() local 109 ut_assertok_ptr(map); in dm_test_regmap_rw() 136 struct regmap *map; in dm_test_regmap_getset() local [all …]
|
| A D | syscon.c | 54 struct regmap *map; in dm_test_syscon_by_phandle() local 60 map = syscon_regmap_lookup_by_phandle(dev, "first-syscon"); in dm_test_syscon_by_phandle() 61 ut_assert(map); in dm_test_syscon_by_phandle() 62 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() 63 ut_asserteq(1, map->range_count); in dm_test_syscon_by_phandle() 68 ut_assert(map); in dm_test_syscon_by_phandle() 69 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() 70 ut_asserteq(4, map->range_count); in dm_test_syscon_by_phandle() 75 ut_assert(map); in dm_test_syscon_by_phandle() 76 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() [all …]
|
| A D | syscon-reset.c | 27 struct regmap *map; in dm_test_syscon_reset() local 40 ut_assertok_ptr((map = syscon_get_regmap(syscon))); in dm_test_syscon_reset() 47 ut_assertok(regmap_write(map, TEST_RESET_REG, TEST_RESET_DEASSERT)); in dm_test_syscon_reset() 49 ut_assertok(regmap_read(map, TEST_RESET_REG, ®)); in dm_test_syscon_reset() 53 ut_assertok(regmap_read(map, TEST_RESET_REG, ®)); in dm_test_syscon_reset()
|
| A D | mux-mmio.c | 19 struct regmap *map; in dm_test_mux_mmio_select() local 32 map = syscon_regmap_lookup_by_phandle(dev, "mux-syscon"); in dm_test_mux_mmio_select() 33 ut_assertok_ptr(map); in dm_test_mux_mmio_select() 34 ut_assert(map); in dm_test_mux_mmio_select() 45 ut_assertok(regmap_read(map, 0, &val)); in dm_test_mux_mmio_select() 52 ut_assertok(regmap_read(map, 0, &val)); in dm_test_mux_mmio_select() 59 ut_assertok(regmap_read(map, 0xc, &val)); in dm_test_mux_mmio_select() 66 ut_assertok(regmap_read(map, 0xc, &val)); in dm_test_mux_mmio_select()
|
| /test/py/tests/test_android/ |
| A D | test_ab.py | 63 header = dict(map(lambda x: map(str.strip, x.split(':')), header.split('\r\r\n'))) 72 … slot = dict(map(lambda x: map(str.strip, x.split(':')), slots[slot_num].split('\r\r\n\t- ')[1:]))
|
| /test/image/ |
| A D | test-imagetools.sh | 22 DATAFILE2=System.map
|
Completed in 11 milliseconds