Home
last modified time | relevance | path

Searched refs:chanbase (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch169 +void change_frequency(Bitu chanbase, Bitu regbase, op_type* op_pt);
178 +void change_feedback(Bitu chanbase, op_type* op_pt);
341 -void change_frequency(Bitu chanbase, Bitu regbase, op_type* op_pt);
350 -void change_feedback(Bitu chanbase, op_type* op_pt);
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dste_dma40.c1256 void __iomem *chanbase = chan_base(d40c); in d40_chan_has_events() local
1259 val = readl(chanbase + D40_CHAN_REG_SSLNK); in d40_chan_has_events()
1260 val |= readl(chanbase + D40_CHAN_REG_SDLNK); in d40_chan_has_events()
1368 void __iomem *chanbase = chan_base(d40c); in d40_config_write() local
1371 writel(d40c->src_def_cfg, chanbase + D40_CHAN_REG_SSCFG); in d40_config_write()
1372 writel(d40c->dst_def_cfg, chanbase + D40_CHAN_REG_SDCFG); in d40_config_write()
1375 writel(lidx, chanbase + D40_CHAN_REG_SSELT); in d40_config_write()
1376 writel(lidx, chanbase + D40_CHAN_REG_SDELT); in d40_config_write()
1379 writel(0, chanbase + D40_CHAN_REG_SSLNK); in d40_config_write()
1380 writel(0, chanbase + D40_CHAN_REG_SDLNK); in d40_config_write()
[all …]