Home
last modified time | relevance | path

Searched defs:book (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1268 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram()
1314 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram()
1325 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram()
1340 unsigned short chn, unsigned char book, unsigned char page, in tasdev_multibytes_chksum()
1404 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum()
1456 struct tasdev_blk *block, int chn, unsigned char book, in tasdev_bytes_chksum()
1488 struct tasdev_blk *block, int chn, unsigned char book, in tasdev_multibytes_wr()
1565 unsigned char book; in tasdev_load_blk() local
H A Dtas2781-comlib.c48 unsigned short chn, int book) in tasdevice_change_chn_book()
/openbmc/qemu/include/hw/s390x/
H A Dcpu-topology.h23 uint8_t book; member
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c120 struct mask_info *book, in add_cpus_to_mask()
182 struct mask_info *book = &book_info; in tl_to_masks() local
/openbmc/qemu/hw/s390x/
H A Dcpu-topology.c447 bool has_book, uint16_t book, in qmp_set_cpu_topology()
/openbmc/linux/include/sound/
H A Dtas2781.h41 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ argument