Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/mm/
Dpf_in.c30 static unsigned int rw8[] = { 0x88, 0x8A, 0xC6, 0xAA }; variable
52 static unsigned int rw8[] = { 0xC6, 0x88, 0x8A, 0xAA }; variable
159 for (i = 0; i < ARRAY_SIZE(rw8); i++) in get_ins_reg_width()
160 if (rw8[i] == opcode) in get_ins_reg_width()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_efuse.c427 u8 (*rw8)(struct adapter *, u16, u8*); in rtw_efuse_access() local
438 rw8 = &efuse_write8; in rtw_efuse_access()
440 rw8 = &efuse_read8; in rtw_efuse_access()
452 res = rw8(padapter, start_addr++, data++); in rtw_efuse_access()