Searched refs:addr_bits (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 238 int i, addr_bits, opcode_bits; in build_ar_command() local 254 addr_bits = 2; in build_ar_command() 261 addr_bits = 9; in build_ar_command() 267 addr_bits = 21; in build_ar_command() 290 msg_push_bits(cmd, addr, addr_bits); in build_ar_command()
|
| H A D | fsi-master-ast-cf.c | 213 int i, addr_bits, opcode_bits; in build_ar_command() local 229 addr_bits = 2; in build_ar_command() 236 addr_bits = 9; in build_ar_command() 242 addr_bits = 21; in build_ar_command() 265 msg_push_bits(cmd, addr, addr_bits); in build_ar_command()
|
| /linux/drivers/dma/ |
| H A D | fsldma.h | 127 int addr_bits; /* DMA addressing bits supported */ member
|
| H A D | fsldma.c | 1230 fdev->addr_bits = (long)device_get_match_data(fdev->dev); in fsldma_of_probe() 1259 dma_set_mask(&(op->dev), DMA_BIT_MASK(fdev->addr_bits)); in fsldma_of_probe()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 119 static u32 tdx_set_guest_phys_addr_bits(const u32 eax, int addr_bits) in tdx_set_guest_phys_addr_bits() argument 121 return (eax & ~GENMASK(23, 16)) | (addr_bits & 0xff) << 16; in tdx_set_guest_phys_addr_bits()
|