Searched refs:addr_bits (Results 1 – 6 of 6) sorted by relevance
| /drivers/fsi/ |
| 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()
|
| 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()
|
| /drivers/spi/ |
| A D | spi-mt65xx.c | 1158 int i, irq, ret, addr_bits; in mtk_spi_probe() local 1291 addr_bits = DMA_ADDR_EXT_BITS; in mtk_spi_probe() 1293 addr_bits = DMA_ADDR_DEF_BITS; in mtk_spi_probe() 1294 ret = dma_set_mask(dev, DMA_BIT_MASK(addr_bits)); in mtk_spi_probe() 1297 addr_bits, ret); in mtk_spi_probe()
|
| /drivers/dma/ |
| A D | fsldma.h | 127 int addr_bits; /* DMA addressing bits supported */ member
|
| 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()
|
| /drivers/s390/net/ |
| A D | qeth_l3_main.c | 92 u8 addr_bits[128] = {0, }; in qeth_l3_is_addr_covered_by_ipato() local 101 qeth_l3_convert_addr_to_bits((u8 *) &addr->u, addr_bits, in qeth_l3_is_addr_covered_by_ipato() 109 rc = !memcmp(addr_bits, ipatoe_bits, ipatoe->mask_bits); in qeth_l3_is_addr_covered_by_ipato()
|
Completed in 21 milliseconds