Home
last modified time | relevance | path

Searched refs:LOWER_DATA (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.h340 #define LOWER_DATA (bar1 + COBALT_BUS_BAR1_BASE + 4) macro
346 return ioread32(LOWER_DATA); in cobalt_bus_read32()
356 iowrite16(data, LOWER_DATA); in cobalt_bus_write16()
366 iowrite32(data, LOWER_DATA); in cobalt_bus_write32()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c6640 #define LOWER_DATA LOWER_BASE "/data" in TEST_F_FORK()
6641 static const char lower_fl1[] = LOWER_DATA "/fl1"; in TEST_F_FORK()
6642 static const char lower_dl1[] = LOWER_DATA "/dl1"; in TEST_F_FORK()
6643 static const char lower_dl1_fl2[] = LOWER_DATA "/dl1/fl2"; in TEST_F_FORK()
6644 static const char lower_fo1[] = LOWER_DATA "/fo1"; in TEST_F_FORK()
6645 static const char lower_do1[] = LOWER_DATA "/do1"; in TEST_F_FORK()
6646 static const char lower_do1_fo2[] = LOWER_DATA "/do1/fo2"; in TEST_F_FORK()
6647 static const char lower_do1_fl3[] = LOWER_DATA "/do1/fl3"; in TEST_F_FORK()
6649 static const char lower_pl1[] = LOWER_DATA "/pl1"; in TEST_F_FORK()
6811 "lowerdir=" LOWER_DATA ",upperdi in FIXTURE_VARIANT_ADD()
6264 #define LOWER_DATA global() macro
[all...]