Searched refs:MB_NO (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmediabay.h19 #define MB_NO 7 /* media bay contains nothing */ macro
25 /* Check the content type of the bay, returns MB_NO if the bay is still
40 return MB_NO;
/linux-master/drivers/macintosh/
H A Dmediabay.c153 return MB_NO;
372 * "MB_NO", we force a pass by "MB_NO" to make sure
375 if ((id != MB_NO) && (bay->content_id != MB_NO)) {
376 id = MB_NO;
377 pr_debug("mediabay%d: forcing MB_NO\n", bay->index);
380 set_mb_power(bay, id != MB_NO);
382 if (id >= MB_NO || id < 0)
396 return MB_NO;
[all...]

Completed in 108 milliseconds