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.c6264 #define LOWER_DATA LOWER_BASE "/data" in TEST_F_FORK()
6265 static const char lower_fl1[] = LOWER_DATA "/fl1"; in TEST_F_FORK()
6266 static const char lower_dl1[] = LOWER_DATA "/dl1";
6267 static const char lower_dl1_fl2[] = LOWER_DATA "/dl1/fl2";
6268 static const char lower_fo1[] = LOWER_DATA "/fo1"; macro
6269 static const char lower_do1[] = LOWER_DATA "/do1";
6270 static const char lower_do1_fo2[] = LOWER_DATA "/do1/fo2";
6271 static const char lower_do1_fl3[] = LOWER_DATA "/do1/fl3";
6428 "lowerdir=" LOWER_DATA ",upperdir=" UPPER_DATA in FIXTURE_SETUP()
6522 .path = LOWER_DATA, in TEST_F_FORK()
[all...]