bpfmd             848 sound/soc/sh/fsi.c 			      int ackmd, int bpfmd)
bpfmd             853 sound/soc/sh/fsi.c 	if (bpfmd > ackmd) {
bpfmd             854 sound/soc/sh/fsi.c 		dev_err(dev, "unsupported rate (%d/%d)\n", ackmd, bpfmd);
bpfmd             881 sound/soc/sh/fsi.c 	switch (bpfmd) {
bpfmd             901 sound/soc/sh/fsi.c 		dev_err(dev, "unsupported bpfmd (%d)\n", bpfmd);
bpfmd             905 sound/soc/sh/fsi.c 	dev_dbg(dev, "ACKMD/BPFMD = %d/%d\n", ackmd, bpfmd);
bpfmd             920 sound/soc/sh/fsi.c 	int ackmd, bpfmd;
bpfmd             933 sound/soc/sh/fsi.c 	bpfmd = fsi->chan_num * 32;
bpfmd             938 sound/soc/sh/fsi.c 	ret = fsi_clk_set_ackbpf(dev, fsi, ackmd, bpfmd);
bpfmd             956 sound/soc/sh/fsi.c 	int ackmd, bpfmd;
bpfmd             968 sound/soc/sh/fsi.c 	bpfmd = fsi->chan_num * 32;
bpfmd             970 sound/soc/sh/fsi.c 	ret = fsi_clk_set_ackbpf(dev, fsi, ackmd, bpfmd);