Searched refs:rsetup (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.15/drivers/memory/ | 
| D | ti-aemif.c | 103 	u8	rsetup;  member178 	int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup;  in aemif_config_abus()  local
 188 	rsetup	= aemif_calc_rate(pdev, data->rsetup, clk_rate, RSETUP_MAX);  in aemif_config_abus()
 193 	if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 ||  in aemif_config_abus()
 200 	set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) |  in aemif_config_abus()
 244 	data->rsetup = aemif_cycles_to_nsec(RSETUP_VAL(val), clk_rate);  in aemif_get_hw_params()
 301 		data->rsetup = val;  in of_aemif_parse_abus_config()
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/mtd/ | 
| D | lpc32xx-slc.txt | 20 - nxp,rsetup: Read setup time (R_SETUP)40 		nxp,rsetup = <100000000>;
 
 | 
| /Linux-v5.15/include/linux/platform_data/ | 
| D | mtd-davinci-aemif.h | 29 	u8	rsetup;  member
 | 
| /Linux-v5.15/arch/m68k/include/asm/ | 
| D | mac_iop.h | 128 	    __u8 rsetup;	/* read the setup register */  member
 | 
| /Linux-v5.15/drivers/mtd/nand/raw/ | 
| D | lpc32xx_slc.c | 211 	uint32_t rsetup;  member265 		SLCTAC_RSETUP(clkrate, host->ncfg->rsetup);  in lpc32xx_nand_setup()
 771 	of_property_read_u32(np, "nxp,rsetup", &ncfg->rsetup);  in lpc32xx_parse_dt()
 775 	    !ncfg->rhold || !ncfg->rsetup) {  in lpc32xx_parse_dt()
 
 | 
| /Linux-v5.15/arch/arm/boot/dts/ | 
| D | lpc3250-phy3250.dts | 160 	nxp,rsetup = <100000000>;
 | 
| D | lpc3250-ea3250.dts | 226 	nxp,rsetup = <200000000>;
 | 
| /Linux-v5.15/arch/arm/mach-davinci/ | 
| D | board-omapl138-hawk.c | 199 	.rsetup		= 19,
 | 
| D | board-da830-evm.c | 299 	.rsetup         = 19,
 | 
| D | board-dm644x-evm.c | 155 	.rsetup		= 10,
 | 
| D | board-dm646x-evm.c | 82 	.rsetup		= 19,
 | 
| D | board-da850-evm.c | 232 	.rsetup		= 19,
 | 
| /Linux-v5.15/sound/core/oss/ | 
| D | pcm_oss.c | 2321 				      struct snd_pcm_oss_setup *rsetup)  in snd_pcm_oss_look_for_setup()  argument2335 		*rsetup = *setup;  in snd_pcm_oss_look_for_setup()
 
 |