Home
last modified time | relevance | path

Searched refs:FSM_ZONE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c1648 rsi_dbg(FSM_ZONE, "%s: Boot up params confirm received\n", in rsi_handle_ta_confirm_type()
1669 rsi_dbg(FSM_ZONE, "EEPROM READ confirm received\n"); in rsi_handle_ta_confirm_type()
1671 rsi_dbg(FSM_ZONE, in rsi_handle_ta_confirm_type()
1677 rsi_dbg(FSM_ZONE, in rsi_handle_ta_confirm_type()
1720 rsi_dbg(FSM_ZONE, "%s: Reset MAC cfm received\n", in rsi_handle_ta_confirm_type()
1742 rsi_dbg(FSM_ZONE, "%s: Radio cap cfm received\n", in rsi_handle_ta_confirm_type()
1756 rsi_dbg(FSM_ZONE, "%s: BB/RF cfm received\n", __func__); in rsi_handle_ta_confirm_type()
1836 rsi_dbg(FSM_ZONE, "%s: Msg Len: %d, Msg Type: %4x\n", in rsi_mgmt_pkt_recv()
1844 rsi_dbg(FSM_ZONE, "%s: Card ready indication received\n", in rsi_mgmt_pkt_recv()
1851 rsi_dbg(FSM_ZONE, "%s: Probe confirm received\n", in rsi_mgmt_pkt_recv()
Drsi_91x_debugfs.c203 rsi_dbg(FSM_ZONE, "%x: rsi_enabled zone", rsi_zone_enabled); in rsi_debug_zone_read()
Drsi_main.h43 #define FSM_ZONE BIT(7) /* For State Machine Msgs */ macro