Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rapidio/
Drio.c784 u32 ftr_header; in rio_mport_get_physefb() local
791 &ftr_header); in rio_mport_get_physefb()
794 ext_ftr_ptr, &ftr_header); in rio_mport_get_physefb()
796 ftr_header = RIO_GET_BLOCK_ID(ftr_header); in rio_mport_get_physefb()
797 switch (ftr_header) { in rio_mport_get_physefb()
1386 u32 asm_info, ext_ftr_ptr, ftr_header; in rio_mport_get_feature() local
1399 &ftr_header); in rio_mport_get_feature()
1402 ext_ftr_ptr, &ftr_header); in rio_mport_get_feature()
1403 if (RIO_GET_BLOCK_ID(ftr_header) == ftr) in rio_mport_get_feature()
1406 ext_ftr_ptr = RIO_GET_BLOCK_PTR(ftr_header); in rio_mport_get_feature()