Searched refs:srcSel (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_qmgr.c | 354 ixpqmgr_qconfig(int qId, int qEntries, int ne, int nf, int srcSel, in ixpqmgr_qconfig() argument 361 __func__, qId, qEntries, ne, nf, srcSel, cb, cbarg); in ixpqmgr_qconfig() 388 aqm_srcsel_write(sc, qId, srcSel); in ixpqmgr_qconfig() 642 ixpqmgr_notify_enable(int qId, int srcSel) in ixpqmgr_notify_enable() argument 647 aqm_calc_statuscheck(sc, qId, srcSel); in ixpqmgr_notify_enable() 651 aqm_srcsel_write(sc, qId, srcSel); in ixpqmgr_notify_enable() 837 aqm_calc_statuscheck(int qId, IxQMgrSourceId srcSel) 843 switch (srcSel) {
|
H A D | ixp425_qmgr.h | 238 int ixpqmgr_qconfig(int qId, int qSizeInWords, int ne, int nf, int srcSel, 245 void ixpqmgr_notify_enable(int qId, int srcSel);
|