Searched refs:data_b (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/lib/ |
D | test_hexdump.c | 12 static const unsigned char data_b[] = { variable 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set() 174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
|
/linux-5.19.10/include/uapi/linux/ |
D | scc.h | 148 io_port data_b; /* data port channel B */ member
|
/linux-5.19.10/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 80 data_b 0x301 # data port B 99 data_b 155 data_b 0x301 # data port B 165 data_b 0x303 176 data_b 0x151 189 data_b 0x155 206 data_b 0x301 218 data_b 0x311
|
/linux-5.19.10/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1328 nsp_hw_data *data_b = &nsp_data_base, *data; in nsp_detect() local 1337 memcpy(host->hostdata, data_b, sizeof(nsp_hw_data)); in nsp_detect() 1344 …nsp_dbg(NSP_DEBUG_INIT, "irq=%d,%d", data_b->IrqNumber, ((nsp_hw_data *)host->hostdata)->IrqNumber… in nsp_detect()
|
/linux-5.19.10/drivers/net/fddi/ |
D | defxx.c | 289 …ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_d… 2738 PI_UINT32 data_b, in dfx_hw_port_ctrl_req() argument 2753 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_B, data_b); in dfx_hw_port_ctrl_req()
|
/linux-5.19.10/drivers/net/hamradio/ |
D | scc.c | 1787 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_siocdevprivate() 1815 chan? hwcfg.data_b : hwcfg.data_a, in scc_net_siocdevprivate()
|
/linux-5.19.10/drivers/md/ |
D | dm-thin.c | 395 static int issue_discard(struct discard_op *op, dm_block_t data_b, dm_block_t data_e) in issue_discard() argument 398 sector_t s = block_to_sectors(tc->pool, data_b); in issue_discard() 399 sector_t len = block_to_sectors(tc->pool, data_e - data_b); in issue_discard()
|