Searched refs:SMPH_PC_MASK (Results 1 – 2 of 2) sorted by relevance
891 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_isc_announce_lun()1005 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_announce_mode()1394 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_mode_sync()4023 page_code = page_index->page_code & SMPH_PC_MASK; in ctl_init_page_index()6091 if ((page_index->page_code & SMPH_PC_MASK) != in ctl_do_mode_select()6092 (page_header->page_code & SMPH_PC_MASK)) in ctl_do_mode_select()6304 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_mode_select()6532 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()6688 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()
3636 #define SMPH_PC_MASK 0x3f macro