Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/arch/powerpc/entry/syscalls/
Dmksyscalltbl11 wordsize=$1
21 local wordsize=$1
26 echo "static const char *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-v6.1/drivers/dma/
Dapple-admac.c638 int wordsize = 0; in admac_device_config() local
643 wordsize = 1; in admac_device_config()
647 wordsize = 2; in admac_device_config()
651 wordsize = 4; in admac_device_config()
687 writel_relaxed(FIELD_PREP(CHAN_FIFOCTL_LIMIT, 0x30 * wordsize) in admac_device_config()
688 | FIELD_PREP(CHAN_FIFOCTL_THRESHOLD, 0x18 * wordsize), in admac_device_config()
/Linux-v6.1/Documentation/spi/
Dspi-summary.rst448 transfer mode, wordsize, or clock rate. This is done with spi_setup(),