Searched refs:apedata (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 808 u32 apedata; in tg3_ape_event_lock() local 814 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_event_lock() 815 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_event_lock() 830 u32 i, apedata; in tg3_ape_wait_for_event() local 833 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_wait_for_event() 835 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_wait_for_event() 848 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local 853 apedata = tg3_ape_read32(tp, TG3_APE_SEG_SIG); in tg3_ape_scratchpad_read() 854 if (apedata != APE_SEG_SIG_MAGIC) in tg3_ape_scratchpad_read() 857 apedata in tg3_ape_scratchpad_read() 912 u32 apedata; tg3_ape_send_event() local 939 u32 apedata; tg3_ape_driver_state_change() local 15989 u32 apedata; tg3_probe_ncsi() local 16006 u32 apedata; tg3_read_dash_ver() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 809 u32 apedata; in tg3_ape_event_lock() local 815 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_event_lock() 816 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_event_lock() 831 u32 i, apedata; in tg3_ape_wait_for_event() local 834 apedata = tg3_ape_read32(tp, TG3_APE_EVENT_STATUS); in tg3_ape_wait_for_event() 836 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in tg3_ape_wait_for_event() 849 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local 854 apedata = tg3_ape_read32(tp, TG3_APE_SEG_SIG); in tg3_ape_scratchpad_read() 855 if (apedata != APE_SEG_SIG_MAGIC) in tg3_ape_scratchpad_read() 858 apedata in tg3_ape_scratchpad_read() 913 u32 apedata; tg3_ape_send_event() local 940 u32 apedata; tg3_ape_driver_state_change() local 15913 u32 apedata; tg3_probe_ncsi() local 15930 u32 apedata; tg3_read_dash_ver() local [all...] |
Completed in 16 milliseconds