Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8814a.h36 u8 pa_type; /* 0xbc */ member
H A Drtw8723x.c196 DBG_EFUSE_VAL(rtwdev, map, pa_type); in efuse_debug_dump()
267 efuse->pa_type_2g = map->pa_type; in __rtw8723x_read_efuse()
H A Drtw8723x.h79 u8 pa_type; /* 0xbc */ member
H A Drtw8821c.c60 efuse->pa_type_2g = map->pa_type; in rtw8821c_read_efuse()
61 efuse->pa_type_5g = map->pa_type; in rtw8821c_read_efuse()
H A Drtw88xxa.c220 efuse->pa_type_2g = map->pa_type; in rtw88xxa_read_efuse()
221 efuse->pa_type_5g = map->pa_type; in rtw88xxa_read_efuse()
H A Drtw8822b.c53 efuse->pa_type_2g = map->pa_type; in rtw8822b_read_efuse()
54 efuse->pa_type_5g = map->pa_type; in rtw8822b_read_efuse()
/linux/include/linux/
H A Datalk.h73 __be16 pa_type; member
/linux/net/appletalk/
H A Daarp.c141 eah->pa_type = htons(ETH_P_ATALK); in __aarp_send_query()
188 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_reply()
239 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_probe()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c59 i += scnprintf(buffer+i, size-i, " pa%1x %c%c%c%c%c", chip->pa_type, in scnprint_id()
330 chip->pa_type = (value >> 16) & 0x0f; in read_pod()
347 chip->pa_type, chip->patch_cck_gain, in read_pod()
355 chip->pa_type = 0; in read_pod()
H A Dzd_chip.h765 unsigned int pa_type:4, member