Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3990 #define LOWER_DATA LOWER_BASE "/data" macro
3991 static const char lower_fl1[] = LOWER_DATA "/fl1";
3992 static const char lower_dl1[] = LOWER_DATA "/dl1";
3993 static const char lower_dl1_fl2[] = LOWER_DATA "/dl1/fl2";
3994 static const char lower_fo1[] = LOWER_DATA "/fo1";
3995 static const char lower_do1[] = LOWER_DATA "/do1";
3996 static const char lower_do1_fo2[] = LOWER_DATA "/do1/fo2";
3997 static const char lower_do1_fl3[] = LOWER_DATA "/do1/fl3";
4154 "lowerdir=" LOWER_DATA ",upperdir=" UPPER_DATA in FIXTURE_SETUP()
4252 .path = LOWER_DATA, in TEST_F_FORK()