Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c966 if (WL127X_PG_GET_MAJOR(wl->hw_pg_ver) < 3) in wl127x_boot_clk()
1479 major = WL128X_PG_GET_MAJOR(wl->hw_pg_ver); in wl12xx_mac_in_fuse()
1480 minor = WL128X_PG_GET_MINOR(wl->hw_pg_ver); in wl12xx_mac_in_fuse()
1486 major = WL127X_PG_GET_MAJOR(wl->hw_pg_ver); in wl12xx_mac_in_fuse()
1487 minor = WL127X_PG_GET_MINOR(wl->hw_pg_ver); in wl12xx_mac_in_fuse()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h216 s8 hw_pg_ver; member