Searched refs:memwidth (Results 1 – 2 of 2) sorted by relevance
85 switch (drvdata->memwidth) { in tmc_get_memwidth_mask()222 enum tmc_mem_intf_width memwidth; in tmc_get_memwidth() local235 memwidth = TMC_MEM_INTF_WIDTH_32BITS; in tmc_get_memwidth()238 memwidth = TMC_MEM_INTF_WIDTH_64BITS; in tmc_get_memwidth()241 memwidth = TMC_MEM_INTF_WIDTH_128BITS; in tmc_get_memwidth()244 memwidth = TMC_MEM_INTF_WIDTH_256BITS; in tmc_get_memwidth()247 memwidth = 0; in tmc_get_memwidth()250 return memwidth; in tmc_get_memwidth()466 drvdata->memwidth = tmc_get_memwidth(devid); in tmc_probe()
203 enum tmc_mem_intf_width memwidth; member