Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/pci/cobalt/
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-v6.1/tools/testing/selftests/landlock/
Dfs_test.c3412 #define LOWER_DATA LOWER_BASE "/data" macro
3413 static const char lower_fl1[] = LOWER_DATA "/fl1";
3414 static const char lower_dl1[] = LOWER_DATA "/dl1";
3415 static const char lower_dl1_fl2[] = LOWER_DATA "/dl1/fl2";
3416 static const char lower_fo1[] = LOWER_DATA "/fo1";
3417 static const char lower_do1[] = LOWER_DATA "/do1";
3418 static const char lower_do1_fo2[] = LOWER_DATA "/do1/fo2";
3419 static const char lower_do1_fl3[] = LOWER_DATA "/do1/fl3";
3570 "lowerdir=" LOWER_DATA ",upperdir=" UPPER_DATA in FIXTURE_SETUP()
3662 .path = LOWER_DATA, in TEST_F_FORK()