Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dtwe.c863 tp = malloc(TWE_SECTOR_SIZE, M_DEVBUF, M_NOWAIT); in twe_aen_get()
872 ccb->ccb_datasize = TWE_SECTOR_SIZE; in twe_aen_get()
1127 tp = malloc(TWE_SECTOR_SIZE, M_DEVBUF, M_NOWAIT); in twe_param_get()
1135 ccb->ccb_datasize = TWE_SECTOR_SIZE; in twe_param_get()
1195 tp = malloc(TWE_SECTOR_SIZE, M_DEVBUF, M_WAITOK); in twe_param_set()
1198 ccb->ccb_datasize = TWE_SECTOR_SIZE; in twe_param_set()
1773 if (tu->tu_size > TWE_SECTOR_SIZE) { in tweioctl()
1780 pdata = malloc(TWE_SECTOR_SIZE, M_DEVBUF, M_WAITOK); in tweioctl()
1788 ccb->ccb_datasize = TWE_SECTOR_SIZE; in tweioctl()
Dld_twe.c112 ld->sc_secsize = TWE_SECTOR_SIZE; in ld_twe_attach()
193 tc->tc_count = htole16(datasize / TWE_SECTOR_SIZE); in ld_twe_dobio()
Dtwereg.h146 #define TWE_SECTOR_SIZE 512 macro