Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h3189 #define APRXS_FT(rxh, rev, min_rev) \ argument
3190 ((D11REV_MAJ_MIN_GE(rev, min_rev, 87, 1) ? \
3199 #define APRXS_UNSRATE(rxh, rev, min_rev) \ argument
3200 (((D11REV_MAJ_MIN_GE(rev, min_rev, 87, 1) ? \
3209 #define APRXS_BAND(rxh, rev, min_rev) \ argument
3210 (((D11REV_MAJ_MIN_GE(rev, min_rev, 87, 1) ? \
3219 #define APRXS_LOSTCRS(rxh, rev, min_rev) \ argument
3220 (((D11REV_MAJ_MIN_GE(rev, min_rev, 87, 1) ? \
3229 #define APRXS_SHORTH(rxh, rev, min_rev) \ argument
3230 (((D11REV_MAJ_MIN_GE(rev, min_rev, 87, 1) ? \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dnic.c180 #define REGISTER(name, arch, min_rev, max_rev) { \ argument
181 arch ## R_ ## min_rev ## max_rev ## _ ## name, \
182 REGISTER_REVISION_ ## arch ## min_rev, \
305 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
307 REGISTER_REVISION_ ## arch ## min_rev, \
311 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument
313 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
314 arch, min_rev, max_rev, \
315 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
316 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dnic.c187 #define REGISTER(name, arch, min_rev, max_rev) { \ argument
188 arch ## R_ ## min_rev ## max_rev ## _ ## name, \
189 REGISTER_REVISION_ ## arch ## min_rev, \
316 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
318 REGISTER_REVISION_ ## arch ## min_rev, \
322 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument
324 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
325 arch, min_rev, max_rev, \
326 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
327 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dregs.h391 u8 min_rev; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2270 if (rhub->min_rev < minor_revision) in xhci_add_in_port()
2271 rhub->min_rev = minor_revision; in xhci_add_in_port()
2291 port_cap->min_rev = minor_revision; in xhci_add_in_port()
H A Dxhci.h1736 u8 min_rev; member
1755 u8 min_rev; member
H A Dxhci-hub.c70 xhci->port_caps[i].min_rev >= 0x01) { in xhci_create_usb3_bos_desc()
H A Dxhci.c5236 if (xhci->usb3_rhub.min_rev == 0x1) in xhci_gen_setup()
5239 minor_rev = xhci->usb3_rhub.min_rev / 0x10; in xhci_gen_setup()