Home
last modified time | relevance | path

Searched full:spix (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/spi/
H A Dnuvoton,npcm-fiu.txt28 - nuvoton,spix-mode: enable spix-mode for an expansion bus to an ASIC or CPLD.
/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c867 struct v4l2_pix_format_mplane *spix; in set_srcdst_params() local
873 spix = &s_q_data->format.fmt.pix_mp; in set_srcdst_params()
888 bytes_per_line = ALIGN((spix->width * mv->depth) >> 3, in set_srcdst_params()
890 mv_buf_size = bytes_per_line * spix->height; in set_srcdst_params()
1581 struct v4l2_pix_format_mplane *spix; in vpe_g_fmt() local
1585 spix = &s_q_data->format.fmt.pix_mp; in vpe_g_fmt()
1587 pix->colorspace = spix->colorspace; in vpe_g_fmt()
1588 pix->xfer_func = spix->xfer_func; in vpe_g_fmt()
1589 pix->ycbcr_enc = spix->ycbcr_enc; in vpe_g_fmt()
1590 pix->quantization = spix in vpe_g_fmt()
[all...]
/linux/drivers/media/platform/via/
H A Dvia-camera.c830 struct v4l2_pix_format *upix, struct v4l2_pix_format *spix) in viacam_do_try_fmt() argument
843 viacam_fmt_pre(upix, spix); in viacam_do_try_fmt()
844 v4l2_fill_mbus_format(&format.format, spix, f->mbus_code); in viacam_do_try_fmt()
846 v4l2_fill_pix_format(spix, &format.format); in viacam_do_try_fmt()
847 viacam_fmt_post(upix, spix); in viacam_do_try_fmt()
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c601 NPCM7XX_GRP(spix), \
736 NPCM7XX_SFUNC(spix);
855 NPCM7XX_MKFUNC(spix),
1137 NPCM7XX_PINCFG(224, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, SLEW),
1138 NPCM7XX_PINCFG(225, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO),
1139 NPCM7XX_PINCFG(226, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO),
1140 NPCM7XX_PINCFG(227, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
1142 NPCM7XX_PINCFG(229, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
1143 NPCM7XX_PINCFG(230, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
H A Dpinctrl-npcm8xx.c784 NPCM8XX_GRP(spix), \
1022 NPCM8XX_SFUNC(spix);
1245 NPCM8XX_MKFUNC(spix),
1531 NPCM8XX_PINCFG(224, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
1532 NPCM8XX_PINCFG(225, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
1534 NPCM8XX_PINCFG(227, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
1536 NPCM8XX_PINCFG(229, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPO | DSTR(8, 12) | SLEW),
1537 NPCM8XX_PINCFG(230, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPO | DSTR(8, 12) | SLEW),
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-common-npcm7xx.dtsi1195 spix_pins: spix-pins {
1196 groups = "spix";
1197 function = "spix";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnuvoton,npcm7xx-pinctrl.txt152 jtag2, spix, spixcs1, pspi1, pspi2, ddc, clkreq, clkout, spi3, spi3cs1,
/linux/drivers/clk/
H A Dclk-npcm7xx.c210 #define NPCM7XX_CLK_S_SPIX "spix"
H A Dclk-npcm8xx.c216 { NPCM8XX_CLKDIV3, 1, 5, "spix", &npcm8xx_pre_divs[1].hw, CLK_DIVIDER_READ_ONLY, 0, NPCM8XX_CLK_SPIX },