Searched refs:memwidth (Results 1 – 2 of 2) sorted by relevance
94 switch (drvdata->memwidth) { in tmc_get_memwidth_mask()428 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local441 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()444 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()447 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()450 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()453 memwidth = 0; in tmc_get_memwidth()456 return memwidth; in tmc_get_memwidth()808 drvdata->memwidth = tmc_get_memwidth(devid); in __tmc_probe()
264 enum tmc_mem_intf_width memwidth; member