Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_sdio.h38 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8852A) { in hal_set_ops_sdio()
44 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8834A){ in hal_set_ops_sdio()
49 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8852B){ in hal_set_ops_sdio()
H A Dhal_io.c535 && sniff->chip != hal_get_chip_id(hal)) in match_io_sniff()
H A Dhal_def.h412 #define hal_get_chip_id(_halcom) (_halcom->chip_id) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_pci.h37 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8852A) { in hal_set_ops_pci()
44 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8852B) { in hal_set_ops_pci()
51 if (hal_get_chip_id(hal->hal_com) == CHIP_WIFI6_8852C) { in hal_set_ops_pci()
H A Dhal_io.c535 && sniff->chip != hal_get_chip_id(hal)) in match_io_sniff()
H A Dhal_def.h413 #define hal_get_chip_id(_halcom) (_halcom->chip_id) macro