Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcdrom.h565 #define DVD_LAYERS 4 macro
570 struct dvd_layer layer[DVD_LAYERS];
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c1771 if (layer_num >= DVD_LAYERS) in dvd_read_physical()