Searched refs:DIDD_Table (Results 1 – 1 of 1) sorted by relevance
60 DESCRIPTOR DIDD_Table[32]; variable66 if (tablelength > sizeof(DIDD_Table)) in DIVA_DIDD_Read()67 tablelength = sizeof(DIDD_Table); in DIVA_DIDD_Read()75 memcpy((void *)table, (void *)DIDD_Table, tablelength); in DIVA_DIDD_Read()82 if (tablelength > sizeof(DIDD_Table)) in DIVA_DIDD_Write()83 tablelength = sizeof(DIDD_Table); in DIVA_DIDD_Write()85 memcpy((void *)DIDD_Table, (void *)table, tablelength); in DIVA_DIDD_Write()