Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c807 u32 apedata; in tg3_ape_event_lock() local
813 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_event_lock()
814 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_event_lock()
829 u32 i, apedata; in tg3_ape_wait_for_event() local
832 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_wait_for_event()
834 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_wait_for_event()
847 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local
852 apedata = tg3_ape_read32(tp, TG3_APE_SEG_SIG); in tg3_ape_scratchpad_read()
853 if (apedata != APE_SEG_SIG_MAGIC) in tg3_ape_scratchpad_read()
856 apedata = tg3_ape_read32(tp, TG3_APE_FW_STATUS); in tg3_ape_scratchpad_read()
[all …]