Searched refs:badd (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 1073 #define sym_build_sge(np, data, badd, len) \ argument 1075 (data)->addr = cpu_to_scr(badd); \ 1080 #define sym_build_sge(np, data, badd, len) \ argument 1082 (data)->addr = cpu_to_scr(badd); \ 1083 (data)->size = cpu_to_scr((((badd) >> 8) & 0xff000000) + len); \ 1089 sym_build_sge(struct sym_hcb *np, struct sym_tblmove *data, u64 badd, int len) in sym_build_sge() argument 1091 u32 h = (badd>>32); in sym_build_sge() 1097 (data)->addr = cpu_to_scr(badd); in sym_build_sge()
|
/linux-5.19.10/sound/usb/ |
D | card.c | 313 int badd = assoc->bFunctionSubClass; in snd_usb_create_streams() local 315 if (badd != UAC3_FUNCTION_SUBCLASS_FULL_ADC_3_0 && in snd_usb_create_streams() 316 (badd < UAC3_FUNCTION_SUBCLASS_GENERIC_IO || in snd_usb_create_streams() 317 badd > UAC3_FUNCTION_SUBCLASS_SPEAKERPHONE)) { in snd_usb_create_streams() 323 chip->badd_profile = badd; in snd_usb_create_streams()
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.h | 1251 #define ncr_build_sge(np, data, badd, len) \ argument 1253 (data)->addr = cpu_to_scr(badd); \
|