Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h128 #define XFS_DA_LOGOFF(BASE, ADDR) ((char *)(ADDR) - (char *)(BASE)) argument
129 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ argument
130 (uint)(XFS_DA_LOGOFF(BASE, ADDR)), \
131 (uint)(XFS_DA_LOGOFF(BASE, ADDR)+(SIZE)-1)
/linux-4.19.296/include/linux/
Dzutil.h53 #define BASE 65521L /* largest prime smaller than 65536 */ macro
100 s1 %= BASE; in zlib_adler32()
101 s2 %= BASE; in zlib_adler32()
/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028-types.h14 #define BASE (1<<0) macro
15 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
Dxc4000.c563 if (type & BASE) in dump_firm_type_and_int_freq()
652 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware()
972 if (priv->cur_fw.type & BASE) { in check_firmware()
987 rc = load_firmware(fe, BASE, &std0); in check_firmware()
996 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
998 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1010 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1082 priv->cur_fw.type |= BASE; in check_firmware()
1535 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) { in xc4000_get_frequency()
1568 if (priv->cur_fw.type & BASE) in xc4000_get_status()
[all …]
Dtuner-xc2028.c178 if (type & BASE) in dump_firm_type_and_int_freq()
454 if (type & BASE) in seek_firmware()
763 (((BASE | new_fw.type) & BASE_TYPES) == in check_firmware()
779 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
789 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
791 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
804 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
881 priv->cur_fw.type |= BASE; in check_firmware()
/linux-4.19.296/
DMAINTAINERS4212 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)