Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c80 return cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_enumerate()
110 return cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
148 for (j = 0; j < cvmx_ilk_chans[interface]; j++) in __cvmx_helper_ilk_probe()
160 pipe_base += cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
178 pipe_base -= cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
195 pipe_base -= cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
199 pknd_base += cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
234 pipe_base -= cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
235 pknd_base -= cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
256 pipe_base -= cvmx_ilk_chans[interface]; in __cvmx_helper_ilk_probe()
[all …]
H A Dcvmx-ilk.h82 extern unsigned char cvmx_ilk_chans[CVMX_NUM_ILK_INTF];
H A Dcvmx-ilk.c79 unsigned char cvmx_ilk_chans[CVMX_NUM_ILK_INTF] = {1, 1}; variable
84 unsigned char cvmx_ilk_chans[CVMX_NUM_ILK_INTF] = {8, 8}; variable
1192 *num_chan = cvmx_ilk_chans[interface]; in cvmx_ilk_get_chan_info()