Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/arch/powerpc/entry/syscalls/
Dmksyscalltbl11 wordsize=$1
21 local wordsize=$1
26 echo "static const char *const syscalltbl_powerpc_${wordsize}[] = {"
34 echo "#define SYSCALLTBL_POWERPC_${wordsize}_MAX_ID $max_nr"
37 grep -E "^[[:digit:]]+[[:space:]]+(common|spu|nospu|${wordsize})" $SYSCALL_TBL \
39 |create_table ${wordsize}
/linux-6.12.1/drivers/dma/
Dapple-admac.c744 int wordsize = 0; in admac_device_config() local
750 wordsize = 1; in admac_device_config()
754 wordsize = 2; in admac_device_config()
758 wordsize = 4; in admac_device_config()
794 writel_relaxed(FIELD_PREP(CHAN_FIFOCTL_LIMIT, 0x30 * wordsize) in admac_device_config()
795 | FIELD_PREP(CHAN_FIFOCTL_THRESHOLD, 0x18 * wordsize), in admac_device_config()
/linux-6.12.1/Documentation/spi/
Dspi-summary.rst440 transfer mode, wordsize, or clock rate. This is done with spi_setup(),