Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dbasic_types.h173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/
Drtl8822c_ops.c572 hal->PAType_2G = ReadLE1Byte(&map[EEPROM_2G_5G_PA_TYPE_8822C]); in hal_ReadPAType()
573 hal->LNAType_2G = ReadLE1Byte(&map[EEPROM_2G_LNA_TYPE_GAIN_SEL_AB_8822C]); in hal_ReadPAType()
590 hal->PAType_5G = ReadLE1Byte(&map[EEPROM_2G_5G_PA_TYPE_8822C]); in hal_ReadPAType()
591 hal->LNAType_5G = ReadLE1Byte(&map[EEPROM_5G_LNA_TYPE_GAIN_SEL_AB_8822C]); in hal_ReadPAType()
683 hal->rfe_type = ReadLE1Byte(&map[EEPROM_RFE_OPTION_8822C]); in Hal_ReadRFEType()